07-30-2024, 12:44 PM
Ok, thx. I was using the Google fonts package which has only ttf files.
I'll test the webfonts and associated font-face definitions
There are also some old font-family: defs in the css code and some svg files that need to be updated.
I'll test the webfonts and associated font-face definitions
Code:
/* Webfont: Lato-Light */@font-face {
font-family: 'LatoWebLight';
src: url('fonts/Lato-Light.eot'); /* IE9 Compat Modes */
src: url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
url('fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */
url('fonts/Lato-Light.ttf') format('truetype');
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
}
There are also some old font-family: defs in the css code and some svg files that need to be updated.