open arrow
v1.1.0
Open Arrow是一種開源字體,包含112個箭頭符號,從U+2190到U+21ff
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 ←