Start on styling.

This commit is contained in:
2019-05-28 22:56:45 -07:00
parent 8d00731248
commit 9aec4053f0
2 changed files with 19 additions and 0 deletions

5
static/scss/style.scss Normal file
View File

@@ -0,0 +1,5 @@
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
body {
font-family: Raleway, serif;
}