Add some basic styles

This commit is contained in:
2020-11-16 17:02:31 +01:00
parent a604018249
commit 6614f14d8a
11 changed files with 180 additions and 27 deletions

View File

@@ -0,0 +1,12 @@
@font-face {
font-family: 'Raleway';
src: url('/fonts/raleway-light.woff') format('woff2');
font-weight: 300;
font-style: normal;
}
h1 {
font-family: Raleway, sans-serif;
font-weight: 300;
text-transform: uppercase;
}