[FAFO] Use "Roboto Slab" as the main font and "Courier Prime" for monospace

This commit is contained in:
Rahix 2026-03-10 20:32:08 +01:00
parent faf04f00e1
commit faf01b4238
9 changed files with 57 additions and 3 deletions

View file

@ -5,8 +5,8 @@
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* global vars */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@font_family_screen: arial, sans-serif;
@font_family_print: "Times New Roman", serif;
@font_family_screen: "Roboto Slab", arial, sans-serif;
@font_family_print: "Roboto Slab", arial, sans-serif;
@nav_direct_background: @ini_background;
@nav_direct_color: @ini_existing;