View Single Post
Old 12-23-2014, 09:31 AM   #1
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,899
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Font families not working

I have code that is supposed to display text in monospace.

Code:
.monospace {
font-family: monospace
}
.para-wlf {
margin-top: 1em;
text-indent: 1em;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
Code:
<p class="para-wlf monospace">This is the paragraph.</p>
The monospace font is overridden and I do not get a monopsace font. Would this work is the p was changed to a div?
JSWolf is offline   Reply With Quote