Adding font to Twenty Ten without it working.
-
Hello, for some reason I have not been able to change the font on this wordpress blog. here is the edited text from twentyten’s style.css
I added an @fontface
‘
@font-face {
font-family: ‘Stencil Std Bold’;
src: url(‘http://www.gawscs.com/blog/stencilstd-webfont.eot’);
src: url(‘http://www.gawscs.com/blog/stencilstd-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘http://www.gawscs.com/blog/stencilstd-webfont.woff’) format(‘woff’),
url(‘ ‘) format(‘truetype’),
url(‘http://www.gawscs.com/blog/stencilstd-webfont.svg#StencilStdBold’) format(‘svg’);
font-weight: normal;
font-style: normal;}
body,
input,
textarea,
.page-title span,
.pingback a.url {
font-family: Stencil Std Bold, Georgia, “Bitstream Charter”, serif;input[type=submit] {
font-family: Stencil Std Bold, “Helvetica Neue”, Arial, Helvetica, “Nimbus Sans L”, sans-serif;
}
pre {
font-family:Stencil Std Bold, “Courier 10 Pitch”, Courier, monospace;
}
code {
font-family: Stencil Std Bold, Monaco, Consolas, “Andale Mono”, “DejaVu Sans Mono”, monospace;
}‘
The topic ‘Adding font to Twenty Ten without it working.’ is closed to new replies.