mirror of
https://github.com/ivabus/www
synced 2024-11-22 18:45:06 +03:00
mona-semibold
This commit is contained in:
parent
2218ca213b
commit
97091bc0d4
2 changed files with 9 additions and 4 deletions
|
@ -19,6 +19,11 @@
|
||||||
font-family: "mona";
|
font-family: "mona";
|
||||||
src: url("/fonts/Mona-Sans-ExtraBold.woff");
|
src: url("/fonts/Mona-Sans-ExtraBold.woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "mona-sb";
|
||||||
|
src: url("/fonts/Mona-Sans-SemiBold.woff");
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
h1,h2,h3,h4,h5,h6,p,.lead{
|
h1,h2,h3,h4,h5,h6,p,.lead{
|
||||||
-ms-hyphens: auto;
|
-ms-hyphens: auto;
|
||||||
|
@ -39,24 +44,24 @@ h1{
|
||||||
}
|
}
|
||||||
|
|
||||||
h2{
|
h2{
|
||||||
font-family: "mona", sans-serif;
|
font-family: "mona-sb", sans-serif;
|
||||||
color:#00ffd0;
|
color:#00ffd0;
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
font-family: "mona", sans-serif;
|
font-family: "mona-sb", sans-serif;
|
||||||
color:#00ffd0;
|
color:#00ffd0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4{
|
h4{
|
||||||
font-family: "mona", sans-serif;
|
font-family: "mona-sb", sans-serif;
|
||||||
color:#00ffd0;
|
color:#00ffd0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5{
|
h5{
|
||||||
font-family: "mona", sans-serif;
|
font-family: "mona-sb", sans-serif;
|
||||||
color:#00ffd0;
|
color:#00ffd0;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
BIN
src/static/fonts/Mona-Sans-SemiBold.woff
Normal file
BIN
src/static/fonts/Mona-Sans-SemiBold.woff
Normal file
Binary file not shown.
Loading…
Reference in a new issue