💄 (fonts) update font

This commit is contained in:
2021-03-14 01:24:37 +01:00
parent 8c94f5932d
commit 59ec3a0e89

View File

@@ -1,5 +1,5 @@
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Brygada+1918&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');
@import '~bulma/bulma.sass';
html {
@@ -7,8 +7,8 @@ html {
}
body {
font-family: 'Courier Prime', monospace;
text-align: center;
font-family: 'Brygada 1918', serif;
height: 100vh;
}