hosting fonts instead of using google fonts in founder pro
-
Hi Ben,
due to the new DSGVO rules, I need to host my own fonts instead of using google fonts in founder pro via customizer.
So first, I installed “Remove Google Fonts References” Plugin to stop loading google fonts, which works.
Then I downloaded “my” fonts using google-webfonts-helper (https://google-webfonts-helper.herokuapp.com/fonts). I uploaded them and tried different places: wp-content, themes/founder and plugins/founder-pro.
I also copied the css-code and put it in “additional css” in the customizer:
/* rosario-regular – latin */
@font-face {
font-family: ‘Rosario’;
font-style: normal;
font-weight: 400;
src: url(‘../fonts/rosario-v12-latin-regular.eot’); /* IE9 Compat Modes */
src: local(‘Rosario’), local(‘Rosario-Regular’),
url(‘../fonts/rosario-v12-latin-regular.eot?#iefix’) format(’embedded-opentype’), /* IE6-IE8 */
url(‘../fonts/rosario-v12-latin-regular.woff2’) format(‘woff2’), /* Super Modern Browsers */
url(‘../fonts/rosario-v12-latin-regular.woff’) format(‘woff’), /* Modern Browsers */
url(‘../fonts/rosario-v12-latin-regular.ttf’) format(‘truetype’), /* Safari, Android, iOS */
url(‘../fonts/rosario-v12-latin-regular.svg#Rosario’) format(‘svg’); /* Legacy iOS */
}And the same for:
/* rosario-italic – latin */
/* trykker-regular – latin */So far, I wasn’t successful. Do I have to upload the font files somewhere else? Or am I missing something important altogether?
Thanks in advance
The page I need help with: [log in to see the link]
- The topic ‘hosting fonts instead of using google fonts in founder pro’ is closed to new replies.