fixed path issues
This commit is contained in:
parent
9d7060bf1b
commit
b1b1a55dc4
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue