Change wpblog title font
-
Hello, I have a simple question. I have searched the forum for the answer already and didn’t find it. I want to change the header font that the wpblog title in the admin panel used on my site. I know how to change the size and style, just not how get a specific font to show up. I tried adding bauhaus 93 to the font-family of my header code but no dice. Any help would be appreciated. I would like my title to show in in bauhaus 93. Is my only choice to create it as an image? Tanks
What I think is the relevant code:
body {
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #000;
text-align: center;
padding: 0 16px;
margin: 0;
background-color: #D44747;
}#container {
width: 920px;
margin: 0 auto;
background-color: #fff;
padding: 0;
text-align: left;
background-image: url(images/back.gif) !important;
background-image: url(images/backie.gif);
border-left: 16px solid #DCCABD;
}#header {
padding-top:15px;
height:85px;
background:url(images/kiss.jpg) left top no-repeat;
margin-bottom:15px;
}#header h1 {
margin: 0;
padding: 0 0 0 60px;
}#content #header h1 a {
color: #000;
font-family: bauhaus,hevetica,sans-serif;
font-weight: bold;
font-size: 50px;
letter-spacing: -1px;
text-decoration: none;
}#header-image {
background-image:url(images/header/rotator.php);
background-repeat: no-repeat;
width:400px;
height:300px;
float:left;
padding-bottom:10px;
}
- The topic ‘Change wpblog title font’ is closed to new replies.