Update index.php
parent
ec20328b4f
commit
1d03b71375
|
@ -28,11 +28,11 @@
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
@font-face{
|
@font-face{
|
||||||
font-family:'GothamBold';
|
font-family:'GothamBold';
|
||||||
src:url("gothambold.otf") format("opentype");
|
src:url("/gothambold.otf") format("opentype");
|
||||||
}
|
}
|
||||||
@font-face{
|
@font-face{
|
||||||
font-family:'GothamLight';
|
font-family:'GothamLight';
|
||||||
src:url("gothamlight.otf") format("opentype");
|
src:url("/gothamlight.otf") format("opentype");
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
font-family:"GothamBold";
|
font-family:"GothamBold";
|
||||||
|
|
Loading…
Reference in New Issue