diff options
author | Sashi20 | 2017-09-13 15:19:57 +0530 |
---|---|---|
committer | Sashi20 | 2017-09-13 15:19:57 +0530 |
commit | 9f2f910f2d67ea2de6cf6d0aed58101de123962e (patch) | |
tree | a27cd8718e8f585b35804d9394d9a7939e4c180a /website/static/css | |
parent | cadffbdf89fcfb5696bf79c0a79faf82c43f4108 (diff) | |
download | SciPy2017-9f2f910f2d67ea2de6cf6d0aed58101de123962e.tar.gz SciPy2017-9f2f910f2d67ea2de6cf6d0aed58101de123962e.tar.bz2 SciPy2017-9f2f910f2d67ea2de6cf6d0aed58101de123962e.zip |
Added Keynote Speaker
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) { |