From b4d5dab3bc2f4c68403a9d4d4276463a0250a714 Mon Sep 17 00:00:00 2001 From: AlexRoidl Date: Mon, 27 Nov 2017 17:20:35 +0100 Subject: [PATCH] font fix --- 04/index.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/04/index.html b/04/index.html index 14f342b..8289f13 100644 --- a/04/index.html +++ b/04/index.html @@ -9,11 +9,11 @@ @font-face { font-family: 'librebaskerville-regular'; - src: url('librebaskerville-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */ - url('librebaskerville-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */ + src: url('fonts/librebaskerville-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */ + url('fonts/librebaskerville-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */ font-family: 'librebaskerville-italic'; - src: url('librebaskerville-italic-webfont.woff2') format('woff2'), /* Super Modern Browsers */ - url('librebaskerville-italic-webfont.woff') format('woff'), /* Pretty Modern Browsers */ + src: url('fonts/librebaskerville-italic-webfont.woff2') format('woff2'), /* Super Modern Browsers */ + url('fonts/librebaskerville-italic-webfont.woff') format('woff'), /* Pretty Modern Browsers */ } * { box-sizing: border-box; } @@ -103,6 +103,10 @@ margin-bottom: 50px; } +#infocontainer::-webkit-scrollbar { + display: none; +} + #infocontainer p{ color: white;