Recent Topics

1 Apr 12, 2018 16:23    

Hello,
Till now I have used Google Fonts for my blogs. But Google Fonts Services are not compliant with GDPR.
Could anyone tell me, who I can manage downloaded google fonts on b2evolution to get GDPR compliant?

Thanks and Regards, Will

2 Apr 12, 2018 20:19

Placed the font as [/media/blogs//Georgia.ttf]
then and added the following code to [/media/blogs/
/style.css]

@font-face{
	font-family:georgia;
	src: url(Georgia.ttf);
}

Works fine :?

EDIT
Just downloaded the font and placed with calling css

@font-face {
    font-family:quattrocento_sans;
    src: url(quattrocento-sans-v10-latin-regular-webfont.woff2);
    font-weight: bold;
    font-style: normal;
} 

Works fine, your code didn't?
Using on my site as of now http://calstock.org.uk/elf.php

3 Apr 12, 2018 21:00

@amoun Thanks; that works great. I obviously did not see the wood for the trees.

5 Apr 15, 2018 20:53

@amoun I also want to replace the skins' fonts by google fonts too. But I can not find the folder where css for backend WYSIWYG editing CSS. Do you know?

Thanks and Regards, Will

6 Apr 16, 2018 10:06

Nope :) but it may well be in the [/rsc/build] or [/rsc/css] directory. I may use Firefox > > Inspector to look at the paths latter, unless I notice you find it by then. Every upgrade I edit [[rsc/build/b2evo_base.bmin.css] to remove css errors and warnings but never paid attention to any font specification.

I don't use the WYSYWG so not sure what text you refer to?? Is it that any post written via WYSY doesn't pick up on the previous modification.

Just noticed the [rsc] directory has a [font] directory

8 Apr 17, 2018 12:53

Thank You Very Much I needs allso


Form is loading...