Loree
Copy and Paste text/URL inside Embed URL Block input field
As a Loree user, We are able to copy valid Iframe tagged HTML and pasted it inside the Embed URL block, But Unable to copy and paste text/URL partially inside the Embed URL block. This issue is now resolved, Now we are able to copy and paste any text/URL’s inside the Embed URL block and Iframe validation will be verified when we click the Embed button.
Fonts added
Lato Regular font is now added in Loree. To use this font, you have to enable them in Loree → Admin → Fonts → to search the font and enable the fonts.

To get these fonts reflected in canvas, please update your canvas CSS files with the below font styles.
@font-face {
font-family: 'Lato Regular';
src: url("https://loree-files.s3.ap-southeast-2.amazonaws.com/custom-fonts/Lato-Regular.ttf");
}
Thank you.