fixed path issues

This commit is contained in:
lengstrom 2015-10-05 01:56:00 -04:00
parent 9d7060bf1b
commit b1b1a55dc4

View file

@ -446,18 +446,18 @@ body {
@font-face {
font-family:Exo;
font-weight:light;
src:url("/style/fonts/Exo2-ExtraLight.otf") format("opentype");
src:url("./fonts/Exo2-ExtraLight.otf") format("opentype");
}
@font-face {
font-family:Exo;
src:url("/style/fonts/Exo2-Regular.otf") format("opentype");
src:url("./fonts/Exo2-Regular.otf") format("opentype");
}
@font-face {
font-family:Exo;
font-weight:bold;
src:url("/style/fonts/Exo2-SemiBold.otf") format("opentype");
src:url("./fonts/Exo2-SemiBold.otf") format("opentype");
}
.GOTitle {