All Projects → yeun → Open Arrow

yeun / Open Arrow

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

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Open Arrow

Glyphhanger
Your web font utility belt. It can subset web fonts. It can find unicode-ranges for you automatically. It makes julienne fries.
Stars: ✭ 1,099 (+1134.83%)
Mutual labels:  unicode, font
glyphhanger
Your web font utility belt. It can subset web fonts. It can find unicode-ranges for you automatically. It makes julienne fries.
Stars: ✭ 422 (+374.16%)
Mutual labels:  unicode, font
arrow-finder
These docs help you to find and use arrows you need more quickly
Stars: ✭ 24 (-73.03%)
Mutual labels:  unicode, arrow
attic
A collection of personal tiny tools - mirror of https://gitlab.com/hydrargyrum/attic
Stars: ✭ 17 (-80.9%)
Mutual labels:  unicode, font
Font Awesome Php
A PHP library for Font Awesome 4.7.
Stars: ✭ 47 (-47.19%)
Mutual labels:  unicode, font
Last Resort Font
Last Resort Font
Stars: ✭ 462 (+419.1%)
Mutual labels:  unicode, font
kuu-pyaung
Laravel package to convert files and database from zawgyi to unicode.
Stars: ✭ 13 (-85.39%)
Mutual labels:  unicode, font
Open Relay
Free and open source fonts from Kreative Software
Stars: ✭ 48 (-46.07%)
Mutual labels:  unicode, font
Ofxfontstash
Easy (and fast) unicode string rendering addon for OpenFrameworks. FontStash is made by Andreas Krinke and Mikko Mononen
Stars: ✭ 84 (-5.62%)
Mutual labels:  unicode, font
Chinese Hershey Font
Convert Chinese Characters to Single-Line Fonts using Computer Vision
Stars: ✭ 70 (-21.35%)
Mutual labels:  font
Lehar
Visualize data using relative ordering
Stars: ✭ 81 (-8.99%)
Mutual labels:  unicode
Free Font
大概是2020年最全的免费可商用字体,这里收录的商免字体都能找到明确的授权出处,可以放心使用,持续更新中...
Stars: ✭ 1,140 (+1180.9%)
Mutual labels:  font
Firamonaco
Monaco Font with Firacode ligatures and patched for Powerline 📝
Stars: ✭ 71 (-20.22%)
Mutual labels:  font
Freetype Gl
OpenGL text using one vertex buffer, one texture and FreeType
Stars: ✭ 1,236 (+1288.76%)
Mutual labels:  font
Sluggish
Toy CPU and GPU implementations of the Slug rendering algorithm
Stars: ✭ 70 (-21.35%)
Mutual labels:  font
Helmet
Neo-grotesque typeface
Stars: ✭ 84 (-5.62%)
Mutual labels:  font
Locale2
💪 Try as hard as possible to detect the client's language tag ("locale") in node or the browser. Browserify and Webpack friendly!
Stars: ✭ 65 (-26.97%)
Mutual labels:  unicode
Emoji Regex
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
Stars: ✭ 1,134 (+1174.16%)
Mutual labels:  unicode
Css Mono
Monospaced Typeface Created for CSS Coding
Stars: ✭ 85 (-4.49%)
Mutual labels:  font
U2c
Unicode To Chinese -- U2C : A burpsuite Extender That Convert Unicode To Chinese 【Unicode编码转中文的burp插件】
Stars: ✭ 83 (-6.74%)
Mutual labels:  unicode

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
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].