Use Status font face

This commit is contained in:
Noman 2018-07-03 19:24:14 -04:00
parent c2e005bae6
commit 74c65f130d
No known key found for this signature in database
GPG Key ID: ACD1C4A99857525C
7 changed files with 26 additions and 1 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 327 KiB

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.

View File

@ -1,10 +1,29 @@
@font-face {
font-family: PostGrotesk-Medium;
src: url(../fonts/PostGrotesk-Medium.eot);
src: url(../fonts/PostGrotesk-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/PostGrotesk-Medium.woff) format("woff"), url(../fonts/PostGrotesk-Medium.svg#PostGrotesk-Medium) format("svg");
font-weight: 400;
font-style: normal; }
@font-face {
font-family: PostGrotesk-Book;
src: url(../fonts/PostGrotesk-Book.eot);
src: url(../fonts/PostGrotesk-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/PostGrotesk-Book.woff) format("woff"), url(../fonts/PostGrotesk-Book.svg#PostGrotesk-Book) format("svg");
font-weight: 400;
font-style: normal;
}
* {
box-sizing: border-box;
}
html {
}
body {
background-color: white;
font: 14px "Verdana", Helvetica, Arial, sans-serif;
font-family: "PostGrotesk-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
font-size: 14px;
margin: 0;
padding: 0;
}