Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Open Arrow

Open Arrow is an open-source font that contains 112 arrow symbols from U+2190 to U+21ff

How to use

  1. To embed 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>
  2. Specify open-arrow at the top of the font-family
    font-family: 'open-arrow', Helvetica, sans-serif;
  3. Use it like this:
    &#x2192 Use it like this &#x2190
    

About

Open Arrow is an open-source font that contains 112 arrow symbols from U+2190 to U+21ff

Topics

Resources

License

Sponsor this project

Packages

No packages published

Languages

You can’t perform that action at this time.