View Single Post
Old 07-25-2012, 07:21 AM   #5
Aerys
Connoisseur
Aerys is faster than slow light.Aerys is faster than slow light.Aerys is faster than slow light.Aerys is faster than slow light.Aerys is faster than slow light.Aerys is faster than slow light.Aerys is faster than slow light.Aerys is faster than slow light.Aerys is faster than slow light.Aerys is faster than slow light.Aerys is faster than slow light.
 
Aerys's Avatar
 
Posts: 51
Karma: 29994
Join Date: Nov 2011
Location: Manila, Philippines
Device: iPad 2 & Nexus 7
Quote:
Originally Posted by Alabala View Post

@font-face {
font-family: "Gentium Plus", serif;
font-style: normal;
font-weight: normal;
src:url ("../font/GentiumPlus-R.ttf");
}
You might want to drop the ", serif" in the "font-face" declaration.

@font-face {
font-family: "Gentium Plus";
font-style: normal;
font-weight: normal;
src:url ("../font/GentiumPlus-R.ttf");
}

Plus location of the font should be correct (including capitalization of the letters of the font/directory).

Last edited by Jellby; 07-25-2012 at 07:34 AM.
Aerys is offline   Reply With Quote