mona-semibold

This commit is contained in:
Thomas Smith 2023-02-27 23:01:51 -05:00
parent 2218ca213b
commit 97091bc0d4
2 changed files with 9 additions and 4 deletions

View file

@ -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;
} }

Binary file not shown.