Changing fonts CDN to github.io

This commit is contained in:
Andrew Belt 2015-02-11 01:31:09 -05:00
parent 4c9253f799
commit 8db6fadc06

View File

@ -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 */