From 0e0d623bf9ccbbb4831995f5a59c0ba9699a67af Mon Sep 17 00:00:00 2001 From: Jelle Z Date: Fri, 21 Sep 2018 21:18:08 +0200 Subject: [PATCH] Hotfix for font inclusion in custom CSS --- custom.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom.css b/custom.css index 0879f02..ee66bb5 100644 --- a/custom.css +++ b/custom.css @@ -4,28 +4,28 @@ font-family: Whitney; font-style: light; font-weight: 300; - src: url("https://github.com/TitanEmbeds/Titan/raw/master/webapp/titanembeds/static/fonts/whitney_light.woff") format("woff") + src: url("https://cdn.rawgit.com/TitanEmbeds/Titan/228ba7bb/webapp/titanembeds/static/fonts/whitney_light.woff") format("woff") } @font-face { font-family: Whitney; font-style: normal; font-weight: 500; - src: url("https://github.com/TitanEmbeds/Titan/raw/master/webapp/titanembeds/static/fonts/whitney_normal.woff") format("woff") + src: url("https://cdn.rawgit.com/TitanEmbeds/Titan/228ba7bb/webapp/titanembeds/static/fonts/whitney_normal.woff") format("woff") } @font-face { font-family: Whitney; font-style: medium; font-weight: 600; - src: url("https://github.com/TitanEmbeds/Titan/raw/master/webapp/titanembeds/static/fonts/whitney_medium.woff") format("woff") + src: url("https://cdn.rawgit.com/TitanEmbeds/Titan/228ba7bb/webapp/titanembeds/static/fonts/whitney_medium.woff") format("woff") } @font-face { font-family: Whitney; font-style: bold; font-weight: 700; - src: url("https://github.com/TitanEmbeds/Titan/raw/master/webapp/titanembeds/static/fonts/whitney_bold.woff") format("woff") + src: url("https://cdn.rawgit.com/TitanEmbeds/Titan/228ba7bb/webapp/titanembeds/static/fonts/whitney_bold.woff") format("woff") } * {