diff --git a/public/app.css b/public/app.css index 26eaf24..e098e10 100644 --- a/public/app.css +++ b/public/app.css @@ -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; diff --git a/public/logo.woff b/public/logo.woff new file mode 100644 index 0000000..f31e69c Binary files /dev/null and b/public/logo.woff differ