Skip to content

Instantly share code, notes, and snippets.

@az1979
Last active December 16, 2017 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save az1979/2fda1077916dd039ad4825951acb865f to your computer and use it in GitHub Desktop.
Save az1979/2fda1077916dd039ad4825951acb865f to your computer and use it in GitHub Desktop.
WordPressのフォントを変更して印象をガラッと変えてみよう
body {
font-family: '游ゴシック', 'Yu Gothic', sans-serif !important;
}
.entry-content p {
line-height: 1.8em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment