diff --git a/src/fonts/BB-CondBold.woff2 b/src/fonts/BB-CondBold.woff2 new file mode 100644 index 0000000..4192d06 Binary files /dev/null and b/src/fonts/BB-CondBold.woff2 differ diff --git a/src/fonts/BB-Regular.woff2 b/src/fonts/BB-Regular.woff2 new file mode 100644 index 0000000..49b4dab Binary files /dev/null and b/src/fonts/BB-Regular.woff2 differ diff --git a/src/style.postcss b/src/style.postcss index ceb5399..f669e5c 100644 --- a/src/style.postcss +++ b/src/style.postcss @@ -4,10 +4,21 @@ margin: 0; } +@font-face { + font-family: 'BB'; + src: url('./fonts/BB-Regular.woff2') format('woff2'); +} +@font-face { + font-family: 'BB'; + src: url('./fonts/BB-CondBold.woff2') format('woff2'); + font-weight: bold; + font-style: normal; +} + html { height: 100%; box-sizing: border-box; - font-family: 'Raleway', sans-serif; + font-family: BB, sans-serif; @media only screen and (max-width: 640px) { font-size: 11px; @@ -75,10 +86,10 @@ h2 { h1 { text-transform: uppercase; - font-weight: 500; font-size: 1.75rem; padding-top: 0.5rem; padding-bottom: 0.25rem; + margin-bottom: 0.5rem; } h2 {