Default font stacks.
parent
2171fff790
commit
b9c27a4253
|
@ -55,8 +55,8 @@
|
|||
We should be able to improve on this once CSS Font Loading L3 becomes more
|
||||
widely available.
|
||||
*/
|
||||
$preferred_font: 'Roboto', 'Helvetica', 'Arial', sans-serif;
|
||||
$performance_font: 'Helvetica', 'Arial', sans-serif;
|
||||
$preferred_font: 'Roboto', 'Helvetica', 'Arial', sans-serif !default;
|
||||
$performance_font: 'Helvetica', 'Arial', sans-serif !default;
|
||||
|
||||
/* ========== COLORS ========== */
|
||||
|
||||
|
|
Loading…
Reference in New Issue