From 9aec4053f08268c9d958a609a395410ceb1d49a0 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 28 May 2019 22:56:45 -0700 Subject: [PATCH] Start on styling. --- index.html | 14 ++++++++++++++ static/scss/style.scss | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 index.html create mode 100644 static/scss/style.scss diff --git a/index.html b/index.html new file mode 100644 index 0000000..53df449 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + + + + +
+ + + diff --git a/static/scss/style.scss b/static/scss/style.scss new file mode 100644 index 0000000..c1c1186 --- /dev/null +++ b/static/scss/style.scss @@ -0,0 +1,5 @@ +@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap'); + +body { + font-family: Raleway, serif; +}