Update index.php

master
Thierry Degeling 2015-05-10 01:13:56 +02:00
parent ec20328b4f
commit 1d03b71375
1 changed files with 2 additions and 2 deletions

View File

@ -28,11 +28,11 @@
<style type="text/css">
@font-face{
font-family:'GothamBold';
src:url("gothambold.otf") format("opentype");
src:url("/gothambold.otf") format("opentype");
}
@font-face{
font-family:'GothamLight';
src:url("gothamlight.otf") format("opentype");
src:url("/gothamlight.otf") format("opentype");
}
body {
font-family:"GothamBold";