common-main.scss: style all elements with Source Sans

This commit is contained in:
Adhityaa Chandrasekar 2019-05-01 20:09:51 -04:00
parent 1cce90dcf2
commit a4387b62ec

View File

@ -1,7 +1,7 @@
@import "colors-main.scss";
@import "source-sans.scss";
html {
html, input, button, textarea {
font-family: 'Source Sans Pro', sans-serif;
font-size: 14px;
color: $gray-7;