View Single Post
Old 08-23-2017, 02:58 PM   #11
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,361
Karma: 20212223
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
just off the bat...you need to fix the path for the files...

Code:
@font-face {
  font-family: Georgia;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/georgia.ttf);
}
@font-face {
  font-family: Georgia;
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/georgiab.ttf);
}
@font-face {
  font-family: Georgia;
  font-style: italic;
  font-weight: normal;
  src: url(../fonts/georgiai.ttf);
}
@font-face {
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
src: url(../fonts/georgiabi.ttf);
}

Last edited by Turtle91; 08-23-2017 at 03:00 PM.
Turtle91 is offline   Reply With Quote