包括Rochester font 来自Google
<link href="https://fonts.googleapis.com/css?family=Rochester" rel="stylesheet">
请参见
wp_enqueue_style() 或者你可以使用你的主题(例如,将字体rochester设置为你不使用的标题)。
向h2添加一个类:
<h2 class="rochester-font">CREATING STYLE FOR BETTER LIFE</h2>
在CSS中:
.rochester-font {
font-family: \'Rochester\', cursive;
/* other css */
}
不要忘记浏览器缓存!测试CSS时使用硬刷新。
你好,比约恩