mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 19:34:30 -07:00
Use sans-serif for Nunito fallback
This commit is contained in:
committed by
Jeremy Thomas
parent
2bc0b12a53
commit
5d8aec3530
@@ -9,7 +9,7 @@ $beige-light: #D0D1CD;
|
|||||||
$beige-lighter: #EFF0EB;
|
$beige-lighter: #EFF0EB;
|
||||||
|
|
||||||
// Update Bulma's global variables
|
// Update Bulma's global variables
|
||||||
$family-sans-serif: "Nunito", serif;
|
$family-sans-serif: "Nunito", sans-serif;
|
||||||
$grey-dark: $brown;
|
$grey-dark: $brown;
|
||||||
$grey-light: $beige-light;
|
$grey-light: $beige-light;
|
||||||
$primary: $purple;
|
$primary: $purple;
|
||||||
|
|||||||
Reference in New Issue
Block a user