Fix fonts used
This commit is contained in:
parent
8a8d20d241
commit
8989f52f66
@ -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.
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