commit 8db6fadc06c3d860a394b5607f03bf18243063bd parent 4c9253f799ea94070e65edd8c353f3bd8ef110f0 Author: Andrew Belt <andrewpbelt@gmail.com> Date: Wed, 11 Feb 2015 01:31:09 -0500 Changing fonts CDN to github.io Diffstat:
| M | style.css | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git 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('https://raw.githack.com/AndrewBelt/WiTeX/master/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('https://raw.githack.com/AndrewBelt/WiTeX/master/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('https://raw.githack.com/AndrewBelt/WiTeX/master/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('https://raw.githack.com/AndrewBelt/WiTeX/master/fonts/lmroman10-boldoblique.woff') format('woff'); + src: url('//andrewbelt.github.io/witex/fonts/lmroman10-boldoblique.woff') format('woff'); } /* Page Layout */