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