Merge "auth: Follow up on e907d4328dc3e"
[lhc/web/wiklou.git] / resources / lib / ooui / wikimedia-ui-base.less
index f450a00..429346c 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * WikimediaUI Base v0.12.0
+ * WikimediaUI Base v0.13.0
  * Wikimedia Foundation user interface base variables
  */
 
 // Font Families
 @font-family-base:                @font-family-sans;
 @font-family-heading-main:        @font-family-serif;
+// To be deprecated
 @font-family-sans:                'Helvetica Neue', 'Helvetica', 'Nimbus Sans L', 'Arial', 'Liberation Sans', sans-serif;
 @font-family-sans--fallback:      sans-serif;
+// Provide better system-specific readability
+// `system-ui` is currently not an option due to OS/language combination issues, see T175877#4776576
+@font-family-system-sans:         -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; // stylelint-disable-line value-keyword-case
 @font-family-serif:               'Linux Libertine', 'Georgia', 'Times', serif;
 @font-family-serif--fallback:     serif;
-@font-family-monospace:           monospace, monospace; // See T176636
+@font-family-monospace:           'SFMono-Regular', 'Consolas', 'Liberation Mono', 'Menlo', 'Courier New', monospace; // See T209915
+@font-family-monospace--fallback: monospace, monospace; // See T176636
 // Line Heights
 @line-height-base:                1.6;
 @line-height-heading:             1.25;