average
Matt Huntington 2 years ago
parent afef88bf35
commit d0723eba21

@ -1,3 +1,7 @@
@font-face {
font-family: Logo;
src: url(logo.woff);
}
@font-face {
font-family: Circular;
src: url(https://ga-static-assets-s3.global.ssl.fastly.net/webfonts/circular/lineto-circular-book.woff2)
@ -17,7 +21,10 @@ h1, h2, h3, h4, th{
font-family:CircularBlack;
}
h1 {
background-color:rgb(34, 34, 34);
text-transform:uppercase;
font-family:Logo;
font-weight:normal;
background-color:black;
color:white;
margin: 0 -40px;
padding: 0.5em 40px;

Binary file not shown.
Loading…
Cancel
Save