mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Annnd stupid typo because its 3am
This commit is contained in:
parent
7364907da2
commit
9a3bf730fd
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ img.center {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: "Source Sans Pro";
|
font-family: "Source Sans Pro", "Metropolis", "Helvetica Neue", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.simplebar-content h5 .fa {
|
.simplebar-content h5 .fa {
|
||||||
|
@ -55,7 +55,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Source Sans Pro', "Metropolis", "Helvetica Neue", sans-serif;
|
font-family: 'Source Sans Pro';
|
||||||
src: url('../fonts/SourceSansPro-Bold-webfont.eot');
|
src: url('../fonts/SourceSansPro-Bold-webfont.eot');
|
||||||
src: url('../fonts/SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
|
src: url('../fonts/SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
url('../fonts/SourceSansPro-Bold-webfont.woff') format('woff'),
|
url('../fonts/SourceSansPro-Bold-webfont.woff') format('woff'),
|
||||||
|
|
Loading…
Reference in a new issue