diff options
Diffstat (limited to 'src/scss')
-rw-r--r-- | src/scss/index.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/scss/index.scss b/src/scss/index.scss index 596993e..0701a25 100644 --- a/src/scss/index.scss +++ b/src/scss/index.scss @@ -3,6 +3,7 @@ // Import Google Fonts //@import url('https://fonts.googleapis.com/css?family=Nunito:400,700'); @import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700&display=swap'); +@import url('https://fonts.googleapis.com/css?family=Architects+Daughter&display=swap'); // Palette //$pine-green: #01646d; @@ -96,6 +97,10 @@ $title-color: white; background-color: white; } +.fawnseh { + font-family: 'Architects Daughter', cursive; +} + body { background-image: url("/bg.png"); } |