From b1b1a55dc4920ea52f4fd7b9f3a61278aff98e98 Mon Sep 17 00:00:00 2001 From: lengstrom Date: Mon, 5 Oct 2015 01:56:00 -0400 Subject: [PATCH] fixed path issues --- style/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {