发新话题
打印

[问题求助] 关于wp博客名字的字体问题

关于wp博客名字的字体问题

想修改当前主题下首页博客名字和描述句的字体,请问该如何实现?

是否在主题编辑器下修改style.css,下图的红字语句?

/* ------------------------------------- header area  */
#header {
height: 120px;
}
/* site title */
h1 {
position: absolute;
top: 40px;
left: 25px;
color: #FFFFFF;
margin: 0px;
padding: 0px;
font: normal 30px/100% "Trebuchet MS", Arial, sans-serif;
}

因我是新手,对css、php等计算机语句不懂。是否一般字体都有对应的css代码,非系统自带的字体呢?

具体改如何实现博客名字和描述句的字体,希望达人能具体指教下。
http://sharipu.net

TOP

是的
菠菜博
博客联盟群:64684857 23677196
BlogYou.net

TOP

那字体的代码应该是什么呢?
http://sharipu.net

TOP

font-family:
Slyar Home -- www.slyar.com

TOP

发新话题