feat(styles): add typographies from fontsources

This commit is contained in:
2022-04-05 03:09:51 +00:00
parent 702a6b49ad
commit d2d67c9f2e
2 changed files with 20 additions and 2 deletions

View File

@ -1,7 +1,13 @@
@import 'mixins';
@import 'typographies';
.application {
@extend %title;
@include display-flex(center, center, column);
position: relative;
min-height: 100vh;
max-width: 100vw;
.message {
@extend %title;
}
}