open arrow
v1.1.0
Open Arrow is an open-source font that contains 112 arrow symbols from U+2190 to U+21ff
open-arrow, copy this code into the <head> of your HTML document.
<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>open-arrow at the top of the font-family
font-family: 'open-arrow', Helvetica, sans-serif;→ Use it like this ←