fancy-font is renamed to main and now used

This commit is contained in:
undergroundwires
2020-01-09 18:54:01 +01:00
parent ed872ef3d9
commit 6825001c61
5 changed files with 6 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ export default class App extends Vue {
body {
background: $light-gray;
font-family: $fancy-font;
font-family: $main-font;
color: $slate;
}