Update fonts used in the theme to include fallbacks
This commit is contained in:
parent
62fae8bb47
commit
ed1f3196c1
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
/*
|
||||
The fonts and font colours the site will use
|
||||
*/
|
||||
--fonts: 'Roboto';
|
||||
--fonts: "Roboto", "Open Sans", sans-serif;
|
||||
--light-font-colour: #ECE3BB;
|
||||
--dark-font-colour: #000F3D;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue