
「SWELL設定」 – 「エディター設定」 -[カスタム書式]に追加する。
カスタム書式用CSS
.swl-format-n {
background-color:rgba(255,255,255,1);
font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: bold;
}
.swl-format-n::before {
content: "";
display: inline-block;
width: 2.0em;
height: 2.0em;
background: url(https://xxxxxxxx.com/wp-content/uploads/../../ファイル名.png) no-repeat;
background-size: contain;
margin-left: 0em;
margin-right: .6em;
}
}

















