Merry Christmas to all!
Has anyone had success using CSS web fonts in the NG client? Reference: CSS Web Fonts
We copy our fonts to the following folder:
C:\Servoy\application_server\server\webapps\ROOT
and reference them per W3School’s example:
@font-face {
font-family: myFirstFont;
src: url(sansation_light.woff);
}
div {
font-family: myFirstFont;
}
but, the font does not change. It shows whatever the default font is. Are CSS web fonts allowed in the NG client?
Thanks!