mirror of
https://github.com/ivabus/www
synced 2024-11-10 05:55:15 +03:00
mona-semibold
This commit is contained in:
parent
2218ca213b
commit
97091bc0d4
|
@ -19,6 +19,11 @@
|
|||
font-family: "mona";
|
||||
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{
|
||||
-ms-hyphens: auto;
|
||||
|
@ -39,24 +44,24 @@ h1{
|
|||
}
|
||||
|
||||
h2{
|
||||
font-family: "mona", sans-serif;
|
||||
font-family: "mona-sb", sans-serif;
|
||||
color:#00ffd0;
|
||||
text-transform:uppercase;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
h3{
|
||||
font-family: "mona", sans-serif;
|
||||
font-family: "mona-sb", sans-serif;
|
||||
color:#00ffd0;
|
||||
}
|
||||
|
||||
h4{
|
||||
font-family: "mona", sans-serif;
|
||||
font-family: "mona-sb", sans-serif;
|
||||
color:#00ffd0;
|
||||
}
|
||||
|
||||
h5{
|
||||
font-family: "mona", sans-serif;
|
||||
font-family: "mona-sb", sans-serif;
|
||||
color:#00ffd0;
|
||||
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