0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

WP(SWELL)で明朝体を使う方法

Posted at

SWELLで明朝体フォントが見つからないので、下記の流れで設定しました。

手順

SWELL設定 → エディター設定 → カスタム設定 → カスタム書式 → カスタム書式用CSS

CSSコード

.swl-format-1 {
font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
}

参考サイト

https://aru-party.com/
https://asami-dance.com/
https://musakoji.com/

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?