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;