Github.io project URLs are case sensitive apparantly
This commit is contained in:
parent
8db6fadc06
commit
a315505476
|
@ -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('//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-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('//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-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('//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-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('//andrewbelt.github.io/witex/fonts/lmroman10-boldoblique.woff') format('woff');
|
src: url('//andrewbelt.github.io/WiTeX/fonts/lmroman10-boldoblique.woff') format('woff');
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Page Layout */
|
/* Page Layout */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user