From 014d840ac6f845a63db8fcde473c03523839a515 Mon Sep 17 00:00:00 2001 From: AlexRoidl Date: Mon, 27 Nov 2017 17:21:53 +0100 Subject: [PATCH] font fix2 --- 04/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/04/index.html b/04/index.html index 8289f13..7e4502b 100644 --- a/04/index.html +++ b/04/index.html @@ -9,11 +9,11 @@ @font-face { font-family: 'librebaskerville-regular'; - src: url('fonts/librebaskerville-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */ - url('fonts/librebaskerville-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */ + src: url('https://issue.xpub.nl/04/fonts/librebaskerville-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */ + url('https://issue.xpub.nl/04/fonts/librebaskerville-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */ font-family: 'librebaskerville-italic'; - src: url('fonts/librebaskerville-italic-webfont.woff2') format('woff2'), /* Super Modern Browsers */ - url('fonts/librebaskerville-italic-webfont.woff') format('woff'), /* Pretty Modern Browsers */ + src: url('https://issue.xpub.nl/04/fonts/librebaskerville-italic-webfont.woff2') format('woff2'), /* Super Modern Browsers */ + url('https://issue.xpub.nl/04/fonts/librebaskerville-italic-webfont.woff') format('woff'), /* Pretty Modern Browsers */ } * { box-sizing: border-box; }