|
{{ site['glyph-name'][count] }}
|
{% if third-digit == 10 %}21a{% elsif third-digit == 11 %}21b{% elsif third-digit == 12 %}21c{% elsif third-digit == 13 %}21d{% elsif third-digit == 14 %}21e{% elsif third-digit == 15 %}21f{% else %}21{{ third-digit }}{% endif %}{% if last-digit == 10 %}a{% elsif last-digit == 11 %}b{% elsif last-digit == 12 %}c{% elsif last-digit == 13 %}d{% elsif last-digit == 14 %}e{% elsif last-digit == 15 %}f{% else %}{{ last-digit }}{% endif %} |
U+{% if third-digit == 10 %}21a{% elsif third-digit == 11 %}21b{% elsif third-digit == 12 %}21c{% elsif third-digit == 13 %}21d{% elsif third-digit == 14 %}21e{% elsif third-digit == 15 %}21f{% else %}21{{ third-digit }}{% endif %}{% if last-digit == 10 %}a{% elsif last-digit == 11 %}b{% elsif last-digit == 12 %}c{% elsif last-digit == 13 %}d{% elsif last-digit == 14 %}e{% elsif last-digit == 15 %}f{% else %}{{ last-digit }}{% endif %}
|
{% assign count = count | plus : 1 %}
open-arrow, copy this code into the <head> of your HTML document.
{% highlight html %}{% endhighlight %}
open-arrow as the first value of font-family.
{% highlight css %}font-family: 'open-arrow', Helvetica, sans-serif;
{% endhighlight %}