Fix fonts used
This commit is contained in:
parent
8a8d20d241
commit
8989f52f66
@ -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.
BIN
assets/fonts/Overpass-Regular.ttf
Normal file
BIN
assets/fonts/Overpass-Regular.ttf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user