keep OpenSans (but fallback to noto as suggested in #347)

This commit is contained in:
gluap 2023-06-22 21:58:27 +02:00
parent d29c68432d
commit f23ecc37e4
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
*******************************/ *******************************/
@importGoogleFonts : false; @importGoogleFonts : false;
@fontName : 'Noto Sans', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Oxygen', 'Ubuntu', 'Cantarell', @fontName : 'Open Sans', 'Noto Sans', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Oxygen', 'Ubuntu', 'Cantarell',
'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
@obsColorB4: #114594; @obsColorB4: #114594;
@obsColorG1: #76520E; @obsColorG1: #76520E;

View file

@ -9,7 +9,7 @@
@secondaryColor: @obsColorG1; @secondaryColor: @obsColorG1;
@borderColor: #e0e0e0; @borderColor: #e0e0e0;
@fontFamilyDefault: 'Noto Sans', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Oxygen', 'Ubuntu', 'Cantarell', @fontFamilyDefault: 'Open Sans', 'Noto Sans', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Oxygen', 'Ubuntu', 'Cantarell',
'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
@menuHeight: 50px; @menuHeight: 50px;