LoginSignup
0
1

More than 5 years have passed since last update.

bloggerでGoogle web fontsを使う方法

Last updated at Posted at 2013-08-28

テンプレート -> htmlを編集 の画面から、headの中に次にように書く

<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'/>

カスタムcssに @import ... って書いてもダメ。少しハマった

@import url(http://fonts.googleapis.com/css?family=Roboto);

参考
http://www.slideshare.net/Bloggerial/how-to-add-custom-title-fonts-to-blogger-blog-15829414

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1