Skip to content

Commit

Permalink
Github.io project URLs are case sensitive apparantly
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBelt committed Feb 11, 2015
1 parent 8db6fad commit a315505
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,28 @@ https://github.com/AndrewBelt/WiTeX
font-family: 'Latin Modern Roman';
font-weight: 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-family: 'Latin Modern Roman';
font-weight: bold;
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-family: 'Latin Modern Roman';
font-weight: normal;
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-family: 'Latin Modern Roman';
font-weight: bold;
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 */
Expand Down

0 comments on commit a315505

Please sign in to comment.