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

Binary file not shown.

Binary file not shown.