Using RawGit for font CDN
This commit is contained in:
parent
dd8c6b4509
commit
fc422c46cf
10
style.css
10
style.css
|
@ -21,30 +21,28 @@ https://github.com/AndrewBelt/WiTeX
|
|||
font-family: 'Latin Modern Roman';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
/* pls someone offer me a CDN for these fonts so I can save bandwidth for
|
||||
my email service */
|
||||
src: url('https://pawnmail.com/fonts/lmroman10-regular.woff') format('woff');
|
||||
src: url('https://cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-regular.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Latin Modern Roman';
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
src: url('https://pawnmail.com/fonts/lmroman10-bold.woff') format('woff');
|
||||
src: url('https://cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-bold.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Latin Modern Roman';
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
src: url('https://pawnmail.com/fonts/lmroman10-oblique.woff') format('woff');
|
||||
src: url('https://cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Latin Modern Roman';
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
src: url('https://pawnmail.com/fonts/lmroman10-boldoblique.woff') format('woff');
|
||||
src: url('https://cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-bolditalic.woff') format('woff');
|
||||
}
|
||||
|
||||
/* Page Layout */
|
||||
|
|
Loading…
Reference in New Issue
Block a user