open arrow
v1.1.0
Open Arrowは、U+2190からU+21ffまでの112の矢印記号を含むオープンソースフォントです
open-arrowを埋め込むには、このコードをHTMLドキュメントの<head>にコピーします。 < style >
@font-face {
font-family: 'open-arrow';
src: url('path-to-font-file/OpenArrow-Regular.eot') format('embedded-opentype'),
url('path-to-font-file/OpenArrow-Regular.woff2') format('woff2'),
url('path-to-font-file/OpenArrow-Regular.woff') format('woff'),
url('path-to-font-file/OpenArrow-Regular.otf') format('opentype'),
url('path-to-font-file/OpenArrow-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
unicode-range: U+2190-21ff;
}
</ style >font-familyの上部にopen-arrowを指定します font-family : 'open-arrow' , Helvetica , sans-serif; → Use it like this ←