0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-22 04:58:40 +00:00

Fix font snippet "Open Sans"

Previously it was using 'OpenSans' as the font name, when it's actually 'Open Sans'.
This commit is contained in:
Gazook89
2026-05-01 15:17:30 -05:00
parent 137b6bc690
commit 34d634a349
2 changed files with 2 additions and 2 deletions
@@ -184,7 +184,7 @@
content : 'ABC';
}
&.OpenSans {font-family : 'OpenSans';}
&.OpenSans {font-family : 'Open Sans';}
&.CodeBold {font-family : 'CodeBold';}
&.CodeLight {font-family : 'CodeLight';}
&.ScalySansRemake {font-family : 'ScalySansRemake';}