diff options
Diffstat (limited to 'website/static/css')
-rwxr-xr-x[-rw-r--r--] | website/static/css/one-page-wonder.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/website/static/css/one-page-wonder.css b/website/static/css/one-page-wonder.css index 8a8ddcf..837a5e2 100644..100755 --- a/website/static/css/one-page-wonder.css +++ b/website/static/css/one-page-wonder.css @@ -4,11 +4,12 @@ * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE) */ @font-face { font-family: Merriweather; src: url('../merriweather/Merriweather-Regular.ttf'); } -@font-face { font-family: Merriweather; src: url('../merriweather/Merriweather-Bold.ttf'); } + @font-face { font-family: Arial Black; src: url('../arial-black/Arial Black.ttf'); } body { padding-top: 54px; + font-family: Merriweather; } @media (min-width: 992px) { |