Switching HTTP{S} protocols for CDN

This commit is contained in:
Andrew Belt 2015-02-11 19:12:29 -05:00
parent fc422c46cf
commit 8346f1b5e4

View File

@ -21,28 +21,28 @@ https://github.com/AndrewBelt/WiTeX
font-family: 'Latin Modern Roman'; font-family: 'Latin Modern Roman';
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
src: url('https://cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-regular.woff') format('woff'); src: url('//cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-regular.woff') format('woff');
} }
@font-face { @font-face {
font-family: 'Latin Modern Roman'; font-family: 'Latin Modern Roman';
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
src: url('https://cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-bold.woff') format('woff'); src: url('//cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-bold.woff') format('woff');
} }
@font-face { @font-face {
font-family: 'Latin Modern Roman'; font-family: 'Latin Modern Roman';
font-weight: normal; font-weight: normal;
font-style: italic; font-style: italic;
src: url('https://cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-italic.woff') format('woff'); src: url('//cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-italic.woff') format('woff');
} }
@font-face { @font-face {
font-family: 'Latin Modern Roman'; font-family: 'Latin Modern Roman';
font-weight: bold; font-weight: bold;
font-style: italic; font-style: italic;
src: url('https://cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-bolditalic.woff') format('woff'); src: url('//cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-bolditalic.woff') format('woff');
} }
/* Page Layout */ /* Page Layout */