Hello Support Team,
since the new DSGVO law in Europe it is recommended not to use Google Web Fonts any more.
Regarding to the font of X-Theme I uploaded the font on my ftp Server and added it with some CSS.
/* open-sans-300 - latin /
@font-face {
font-family: ‘Open Sans’;
font-style: normal;
font-weight: 300;
src: url(‘einkaufchip.de/wp-content/fonts/open-sans-v15-latin-300.eot’); / IE9 Compat Modes /
src: local(‘Open Sans Light’), local(‘OpenSans-Light’),
url(‘einkaufchip.de/wp-content/fonts/open-sans-v15-latin-300.eot?#iefix’) format(‘embedded-opentype’), / IE6-IE8 /
url(‘einkaufchip.de/wp-content/fonts/open-sans-v15-latin-300.woff2’) format(‘woff2’), / Super Modern Browsers /
url(‘einkaufchip.de/wp-content/fonts/open-sans-v15-latin-300.woff’) format(‘woff’), / Modern Browsers /
url(‘einkaufchip.de/wp-content/fonts/open-sans-v15-latin-300.ttf’) format(‘truetype’), / Safari, Android, iOS /
url(‘einkaufchip.de/wp-content/fonts/open-sans-v15-latin-300.svg#OpenSans’) format(‘svg’); / Legacy iOS */
}
/* open-sans-regular - latin /
@font-face {
font-family: ‘Open Sans’;
font-style: normal;
font-weight: 400;
src: url(‘einkaufchip.de/wp-content/fonts/open-sans-v15-latin-regular.eot’); / IE9 Compat Modes /
src: local(‘Open Sans Regular’), local(‘OpenSans-Regular’),
url(‘einkaufchip.de/wp-content/fonts/open-sans-v15-latin-regular.eot?#iefix’) format(‘embedded-opentype’), / IE6-IE8 /
url(‘einkaufchip.de/wp-content/fonts/open-sans-v15-latin-regular.woff2’) format(‘woff2’), / Super Modern Browsers /
url(‘einkaufchip.de/wp-content/fonts/open-sans-v15-latin-regular.woff’) format(‘woff’), / Modern Browsers /
url(‘einkaufchip.de/wp-content/fonts/open-sans-v15-latin-regular.ttf’) format(‘truetype’), / Safari, Android, iOS /
url(‘einkaufchip.de/wp-content/fonts/open-sans-v15-latin-regular.svg#OpenSans’) format(‘svg’); / Legacy iOS */
}
The X Theme works now wit the local Fonts and does not connect to the Google Server. For this I use the Plugin Remove Google Fonts References.
Is there a possibility to do the same with Revolution Slider? As the Revolution Slider uses Google Web Fonts as well the plugin also cuts the Connection to the Google Server. Can I also use local Fonts for the Revolution slider?
Thank you very much for your help.
My Domain is https://einkaufchip.de/
Best regards
Mario