saguaros
Do I need to revert the previous CSS file contents to /templates/ja_brickstore/fonts/cyrilicold / css ?
I changed the font name in an existing variable like this:
@font-family-sans-serif: "Cyrilicold", sans-serif;
@font-family-serif: Georgia, "Times New Roman", Times, serif;
@font-family-monospace: monospace;
@font-family-cursive: "Unica One", cursive;
@font-family-base: @font-family-sans-serif;
Do you really have to do less to css in template Manager? You can instead manually overwrite the name of the font in the css files of the template (so as not to lose the edits in the layout template)?