1 |
<div class="line">LINE</div> |
1 2 3 4 5 |
.line:before{ font-family: 'LigatureSymbols'; /* 使うフォントを指定 */ content:'\E157'; /* 使うフォントのUnicodeを指定 */ font-size:3rem; } |
1 |
<div class="line">LINE</div> |
1 2 3 4 5 |
.line:before{ font-family: 'LigatureSymbols'; /* 使うフォントを指定 */ content:'\E157'; /* 使うフォントのUnicodeを指定 */ font-size:3rem; } |