View Single Post
Old 06-29-2012, 11:31 PM   #5
Purple Lady
Grand Sorcerer
Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.Purple Lady ought to be getting tired of karma fortunes by now.
 
Purple Lady's Avatar
 
Posts: 5,698
Karma: 16542228
Join Date: Feb 2010
Location: Pennsylvania
Device: Huawei MediaPad M5, LG V30, Boyue T80S, Nexus 7 LTE, K3 3G, Fire HD8
instead of using a specific font-family in the Extra CSS, just use sans-serif and serif as the font-family like these

@font-face {
font-style: normal;
font-family: sans-serif;
font-weight: normal;
src: url(res:///Data/fonts/DejaVuSans.ttf);
}

@font-face {
font-style: normal;
font-family: serif;
font-weight: bold;
src: url(res:///Data/fonts/DejaVuSans-Bold.ttf);
}


I prefer sans-serif so I use the sans-serif font for serif.
Purple Lady is offline   Reply With Quote