Fix fonts used

This commit is contained in:
PapaTutuWawa 2020-09-22 17:34:54 +02:00
parent 8a8d20d241
commit 8989f52f66
3 changed files with 9 additions and 1 deletions

View File

@ -6,7 +6,7 @@
@font-face { @font-face {
font-family: overpass; font-family: overpass;
src: url(/fonts/OpenSans-Regular.ttf) src: url(/fonts/Overpass-Regular.ttf)
} }
/* Element styling */ /* Element styling */
@ -48,9 +48,15 @@ ul {
flex-direction: row; flex-direction: row;
} }
.horizontal-center {
display: flex;
justify-content: center;
}
.vertical { .vertical {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 100% !important;
} }
.subbar-link { .subbar-link {
@ -60,6 +66,8 @@ ul {
.title-sub { .title-sub {
margin-top: 0px; margin-top: 0px;
margin-bottom: 10px; margin-bottom: 10px;
color: white;
} }
.title-sub-subbar { .title-sub-subbar {

Binary file not shown.

Binary file not shown.