變更網誌字型

  1. 先到以下網址選擇喜歡的字型
    Google Web Fonts
  2. 按下 Quick-use,會產生以下 2 行程式碼。

    <link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
    font-family: 'Cutive Mono', serif;
    font-weight=400;

  3. 到【範本】→【輯編HTML】→【繼續】→【展開小裝置範本】
  4. 搜尋『/head』字串,並寫入以下程式碼
  5. </head>

    <body expr:class='&quot;loading&quot; + data:blog.mobileClass'>
    <link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>

  6. 假設要變更Blogger文章字體,在該程式碼區段內插入下列程式碼。
  7. .post-body {
    line-height: 1.4;
    font-size: 115%;
    position: relative;
    font-size: 13pt;
    font-family: 'Cutive Mono', serif;
    }

沒有留言:

張貼留言