Skip to content

Instantly share code, notes, and snippets.

@sysnakamura
Last active May 7, 2016 17:44
Show Gist options
  • Save sysnakamura/1eb032c5ba772d97784ebc15ccbfb104 to your computer and use it in GitHub Desktop.
Save sysnakamura/1eb032c5ba772d97784ebc15ccbfb104 to your computer and use it in GitHub Desktop.
ブログ名とは異なるタイトルの表示 (Google Fonts)
/*タイトルをブログ名と違うものにする*/
#title:before {
content: "タイトルに表示したい文字列を入力";
color: タイトル文字のカラー;
font-family: 'Google フォントの名前を指定', sans-serif; }
#title a { display: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment