文章標題改標楷體

想讓文章標題改用比較好看的標楷體嗎?

個人網誌設定
管理網誌
模板網誌模板編輯器
自己的模板:new_FallingLeaves
click "Edit"
找到檔案style.css
click "Edit"
慢慢找到一段程式
紅色是我做過修改的地方
然後就完成了
希望對其他老師也有幫助

/* Headings */
h1 { font: normal 60px DFKai-SB, "Times New Roman", Times, serif; margin-left: 10px; padding-top: 15px; }
h1 a { color: #fff; text-decoration: none; border: none; }
h1 a:hover { color: #fff; text-decoration: none; border: none; }
h2 { border-bottom: 1px solid #ddd; color: #336; padding-bottom: 2px; font: normal 17px DFKai-SB, Arial, Helvetica, sans-serif; }
h2 a { color: #336; text-decoration: none; border: none; }
h2 a:hover { color: #889AC2; text-decoration: none; border: none; }
#sidebar h2 { font-size: 13px; font-weight: normal; }
h3 { border-bottom: 1px dotted #ddd; color: #336; padding-bottom: 2px; font: normal 14px Arial, Helvetica, sans-serif; padding-top: 20px; }
h4 { font: 10pt Arial, Helvetica, sans-serif; }

發佈留言