From a3155054761182f5b8d3011292aa08b7c8c1918e Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 11 Feb 2015 01:34:46 -0500 Subject: [PATCH] Github.io project URLs are case sensitive apparantly --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 9fd0d05..4e4ee31 100644 --- a/style.css +++ b/style.css @@ -21,28 +21,28 @@ https://github.com/AndrewBelt/WiTeX font-family: 'Latin Modern Roman'; font-weight: normal; font-style: normal; - src: url('//andrewbelt.github.io/witex/fonts/lmroman10-regular.woff') format('woff'); + src: url('//andrewbelt.github.io/WiTeX/fonts/lmroman10-regular.woff') format('woff'); } @font-face { font-family: 'Latin Modern Roman'; font-weight: bold; font-style: normal; - src: url('//andrewbelt.github.io/witex/fonts/lmroman10-bold.woff') format('woff'); + src: url('//andrewbelt.github.io/WiTeX/fonts/lmroman10-bold.woff') format('woff'); } @font-face { font-family: 'Latin Modern Roman'; font-weight: normal; font-style: italic; - src: url('//andrewbelt.github.io/witex/fonts/lmroman10-oblique.woff') format('woff'); + src: url('//andrewbelt.github.io/WiTeX/fonts/lmroman10-oblique.woff') format('woff'); } @font-face { font-family: 'Latin Modern Roman'; font-weight: bold; font-style: italic; - src: url('//andrewbelt.github.io/witex/fonts/lmroman10-boldoblique.woff') format('woff'); + src: url('//andrewbelt.github.io/WiTeX/fonts/lmroman10-boldoblique.woff') format('woff'); } /* Page Layout */