mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -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;
|
||||
|
||||
// Update Bulma's global variables
|
||||
$family-sans-serif: "Nunito", serif;
|
||||
$family-sans-serif: "Nunito", sans-serif;
|
||||
$grey-dark: $brown;
|
||||
$grey-light: $beige-light;
|
||||
$primary: $purple;
|
||||
|
||||
Reference in New Issue
Block a user