diff --git a/static/styles.css b/static/styles.css index 2da731d..2efec95 100644 --- a/static/styles.css +++ b/static/styles.css @@ -35,8 +35,14 @@ body { } } +@font-face { + font-family: 'IBrand'; + src: url('assets/ibrand.otf') format('opentype'); +} + h1 { - font-size: 3.0rem; + font-family: 'IBrand', sans-serif; + font-size: 3.5rem; position: absolute; top: 220px; z-index: 900;