0
0
Fork 0

Update fonts used in the theme to include fallbacks

This commit is contained in:
Oliver-Akins 2020-12-08 13:13:06 -07:00
parent 62fae8bb47
commit ed1f3196c1

View file

@ -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;