0
0
Fork 0

Add serif'd font to the text inputs

This commit is contained in:
Oliver-Akins 2021-01-05 15:15:46 -07:00
parent bf62907c7b
commit 0968181e06
2 changed files with 4 additions and 1 deletions

View file

@ -1,9 +1,12 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
:root {
/*
The fonts and font colours the site will use
*/
--fonts: "Roboto", "Open Sans", sans-serif;
--input-fonts: "Roboto Slab", var(--fonts);
--light-font-colour: #ECE3BB;
--dark-font-colour: #000F3D;