diff --git a/style/style.css b/style/style.css index 48392f5..b57f23e 100644 --- a/style/style.css +++ b/style/style.css @@ -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 {