├── .github └── workflows │ └── build.yml ├── .gitignore ├── AUTHORS.txt ├── CONTRIBUTORS.txt ├── FONTLOG.md ├── METADATA.yml ├── OFL.txt ├── README.md ├── TRADEMARKS.md ├── documentation ├── 1-family-structure.md ├── 2-chromatic-layers.md ├── 3-vertical-text.md ├── 4-stylistic-alternates.md ├── 5-ornaments.md ├── 6-color-fonts.md ├── 7-editing-bungee.md ├── README.md ├── article │ ├── ARTICLE-template.en_us.html │ ├── ARTICLE.en_us.html │ ├── bungee-01-vertical.png │ ├── bungee-02-horizontal.png │ ├── bungee-03-text.png │ ├── bungee-04-signs.png │ ├── bungee-05-basic-family-c.png │ ├── bungee-05-basic-family.png │ ├── bungee-06-outline.png │ ├── bungee-07-layers.gif │ └── bungee-08-hey.png ├── examples │ ├── banner-block-sample.html │ ├── layered-text-sample.html │ ├── vertical-text-sample-rotated.html │ └── vertical-text-sample.html ├── images-license.txt └── images │ ├── color-sbix-mac.png │ ├── color-svg-firefox.png │ ├── design-alternates-ampersand.png │ ├── design-alternates-apostrophe.png │ ├── design-alternates-downer.png │ ├── design-alternates-e.png │ ├── design-alternates-i.png │ ├── design-alternates-ij.png │ ├── design-alternates-l.png │ ├── design-alternates-layers.png │ ├── design-alternates-round-forms.png │ ├── design-alternates-vertical.png │ ├── design-bungeeTypesetter.png │ ├── design-layers-1.png │ ├── design-layers-2.png │ ├── design-layers-3.png │ ├── design-layers-stroke.png │ ├── design-layers.png │ ├── design-ornaments-arrows.png │ ├── design-ornaments-banners.png │ ├── design-ornaments-blocks-2.png │ ├── design-ornaments-blocks.png │ ├── design-ornaments-independent.jpg │ ├── design-ornaments-independent.png │ ├── design-ornaments-layer.png │ ├── design-ornaments-scale.png │ ├── design-vert.png │ ├── design-vertical-1.png │ ├── design-vertical-2.png │ ├── design-vertical-3.png │ ├── design-vertical-text.png │ ├── design-vkrn.png │ ├── design-vpal.png │ ├── structure-bungee-basic.png │ ├── structure-bungee-layers-rotated.png │ └── structure-bungee-layers.png ├── fonts └── README.md ├── requirements.txt ├── resources ├── drawbot │ ├── bungeeTypesetter.py │ ├── layeredTextDemo.py │ └── verticalTextDemo.py └── web │ ├── README.md │ ├── bungee.css │ ├── bungee.js │ └── example.html ├── run_fontbakery.sh ├── sandbox ├── _beta_bungeeTypesetter.02.py ├── block-tracking.01 │ ├── Bungee-Regular.otf │ ├── Bungee-Regular.woff │ ├── WebFonts Report │ ├── font.css │ └── preview.html └── block-tracking.02 │ ├── WebFonts Report │ ├── font.css │ └── preview.html ├── scripts ├── LICENSE.md ├── assembleColorSources.py ├── assembleRotatedSources.py ├── assembleSources.py ├── assembleTools.py ├── breakOutLayers.py ├── breakOutVertical.py ├── colorFont_breakLayersIntoAlternates.py ├── colorFont_doubleEncodeUppercase.py ├── colorFont_replaceAlt001WithComponents.py ├── drawVerticalMetricsLayer.py ├── fixsvg.py ├── generatePrep.py ├── getVerticalMetrics_getSS11.py ├── getVerticalMetrics_getSS12.py ├── getVerticalMetrics_vkrn.py ├── getVerticalMetrics_vpal.py ├── make_gradient_colrv1.py ├── printPUAMap.py ├── proof │ ├── _beta_iceIceDemo.py │ └── colorPalettes.py ├── rotate90CCW.py ├── scrap │ ├── _getVerticalMetrics_normalizeVerticalWidths.02.py │ ├── _getVerticalMetrics_normalizeVerticalWidths.03.py │ └── _getVerticalMetrics_normalizeVerticalWidths.py ├── setPUA.py ├── subset-glyphs.txt ├── subset.sh └── swapLayer.py ├── sources └── 1-drawing │ ├── Bungee-Regular.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs.background │ │ ├── A_brevegrave.glif │ │ ├── A_brevetilde.glif │ │ ├── A_circumflexacute.glif │ │ ├── A_circumflexgrave.glif │ │ ├── A_circumflexhookabove.glif │ │ ├── A_circumflextilde.glif │ │ ├── E_.salt_s_v.glif │ │ ├── E_.salt_v.glif │ │ ├── E_circumflexacute.glif │ │ ├── E_circumflexgrave.glif │ │ ├── E_circumflextilde.glif │ │ ├── I_acute.salt.glif │ │ ├── L_.salt_s_v.glif │ │ ├── L_slash.glif │ │ ├── L_slash.v.glif │ │ ├── M_.salt.glif │ │ ├── M_.salt_v.glif │ │ ├── N_commaaccent.salt_v.glif │ │ ├── O_circumflexacute.glif │ │ ├── O_circumflexgrave.glif │ │ ├── O_circumflexhookabove.glif │ │ ├── O_circumflextilde.glif │ │ ├── T_bar.glif │ │ ├── U_horngrave.glif │ │ ├── V_.v.glif │ │ ├── X_.glif │ │ ├── X_.v.glif │ │ ├── Y_.v.glif │ │ ├── contents.plist │ │ ├── layerinfo.plist │ │ └── uni2B_1B_.glif │ ├── glyphs.inline │ │ ├── A_.glif │ │ ├── A_.s_v.glif │ │ ├── A_.salt.glif │ │ ├── A_.salt_s_v.glif │ │ ├── A_.salt_v.glif │ │ ├── A_.v.glif │ │ ├── A_E_.glif │ │ ├── A_E_.salt.glif │ │ ├── A_E_.salt_v.glif │ │ ├── A_E_.v.glif │ │ ├── A_ring.glif │ │ ├── A_ring.salt.glif │ │ ├── A_ring.salt_v.glif │ │ ├── A_ring.v.glif │ │ ├── B_.glif │ │ ├── B_.v.glif │ │ ├── C_.glif │ │ ├── C_.s_v.glif │ │ ├── C_.v.glif │ │ ├── D_.glif │ │ ├── D_.s_v.glif │ │ ├── D_.v.glif │ │ ├── D_elta.glif │ │ ├── E_.glif │ │ ├── E_.s_v.glif │ │ ├── E_.salt.glif │ │ ├── E_.salt_s_v.glif │ │ ├── E_.salt_v.glif │ │ ├── E_.v.glif │ │ ├── E_ng.glif │ │ ├── E_ng.v.glif │ │ ├── E_th.glif │ │ ├── E_th.v.glif │ │ ├── E_uro.glif │ │ ├── F_.glif │ │ ├── F_.v.glif │ │ ├── G_.glif │ │ ├── G_.s_v.glif │ │ ├── G_.v.glif │ │ ├── G_ermandbls.glif │ │ ├── G_ermandbls.v.glif │ │ ├── H_.glif │ │ ├── H_.s_v.glif │ │ ├── H_.v.glif │ │ ├── H_bar.glif │ │ ├── H_bar.v.glif │ │ ├── I_.glif │ │ ├── I_.s_v.glif │ │ ├── I_.salt.glif │ │ ├── I_.salt_s_v.glif │ │ ├── I_.salt_v.glif │ │ ├── I_.v.glif │ │ ├── I_J_.glif │ │ ├── I_J_.v.glif │ │ ├── I__I_.salt_v.glif │ │ ├── I_acute.salt.glif │ │ ├── I_grave.salt.glif │ │ ├── J_.glif │ │ ├── J_.s_v.glif │ │ ├── J_.v.glif │ │ ├── K_.glif │ │ ├── K_.s_v.glif │ │ ├── K_.v.glif │ │ ├── L_.glif │ │ ├── L_.s_v.glif │ │ ├── L_.salt.glif │ │ ├── L_.salt_s_v.glif │ │ ├── L_.salt_v.glif │ │ ├── L_.v.glif │ │ ├── L_dot.glif │ │ ├── L_dot.v.glif │ │ ├── L_slash.glif │ │ ├── L_slash.salt.glif │ │ ├── L_slash.salt_v.glif │ │ ├── L_slash.v.glif │ │ ├── M_.glif │ │ ├── M_.salt.glif │ │ ├── M_.salt_v.glif │ │ ├── M_.v.glif │ │ ├── N_.glif │ │ ├── N_.s_v.glif │ │ ├── N_.salt.glif │ │ ├── N_.salt_s_v.glif │ │ ├── N_.salt_v.glif │ │ ├── N_.v.glif │ │ ├── N_commaaccent.salt_v.glif │ │ ├── O_.glif │ │ ├── O_.s_v.glif │ │ ├── O_.v.glif │ │ ├── O_E_.glif │ │ ├── O_E_.v.glif │ │ ├── O_horn.glif │ │ ├── O_mega.glif │ │ ├── O_slash.glif │ │ ├── O_slash.v.glif │ │ ├── P_.glif │ │ ├── P_.v.glif │ │ ├── Q_.glif │ │ ├── Q_.v.glif │ │ ├── R_.glif │ │ ├── R_.s_v.glif │ │ ├── R_.v.glif │ │ ├── S_.glif │ │ ├── S_.s_v.glif │ │ ├── S_.v.glif │ │ ├── S_chwa.glif │ │ ├── T_.glif │ │ ├── T_.s_v.glif │ │ ├── T_.v.glif │ │ ├── T_bar.glif │ │ ├── T_commaaccent.v.glif │ │ ├── T_horn.glif │ │ ├── T_horn.v.glif │ │ ├── U_.glif │ │ ├── U_.s_v.glif │ │ ├── U_.v.glif │ │ ├── U_horn.glif │ │ ├── V_.glif │ │ ├── V_.v.glif │ │ ├── W_.glif │ │ ├── W_.s_v.glif │ │ ├── W_.salt.glif │ │ ├── W_.salt_s_v.glif │ │ ├── W_.salt_v.glif │ │ ├── W_.v.glif │ │ ├── X_.glif │ │ ├── X_.salt.glif │ │ ├── X_.salt_v.glif │ │ ├── X_.v.glif │ │ ├── Y_.glif │ │ ├── Y_.s_v.glif │ │ ├── Y_.salt.glif │ │ ├── Y_.salt_s_v.glif │ │ ├── Y_.salt_v.glif │ │ ├── Y_.v.glif │ │ ├── Z_.glif │ │ ├── Z_.s_v.glif │ │ ├── Z_.v.glif │ │ ├── _notdef.glif │ │ ├── acute.glif │ │ ├── acute.vert.glif │ │ ├── acutecmb.glif │ │ ├── ampersand.glif │ │ ├── ampersand.salt.glif │ │ ├── ampersand.salt_v.glif │ │ ├── ampersand.v.glif │ │ ├── arrowdown.chevron.glif │ │ ├── arrowdown.glif │ │ ├── arrowdownleft.glif │ │ ├── arrowdownright.glif │ │ ├── arrowleft.chevron.glif │ │ ├── arrowleft.glif │ │ ├── arrowright.chevron.glif │ │ ├── arrowright.glif │ │ ├── arrowup.chevron.glif │ │ ├── arrowup.glif │ │ ├── arrowupleft.glif │ │ ├── arrowupright.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── ascript.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── blackdiamond.glif │ │ ├── blackdownpointingtriangle.glif │ │ ├── blackleftpointingtriangle.glif │ │ ├── blackrightpointingtriangle.glif │ │ ├── blacksquare.glif │ │ ├── blackuppointingtriangle.glif │ │ ├── block.glif │ │ ├── block.v.glif │ │ ├── braceleft.glif │ │ ├── braceleft.v.glif │ │ ├── braceright.glif │ │ ├── braceright.v.glif │ │ ├── bracketleft.glif │ │ ├── bracketleft.v.glif │ │ ├── bracketright.glif │ │ ├── bracketright.v.glif │ │ ├── breve.glif │ │ ├── brevecmb.glif │ │ ├── brokenbar.glif │ │ ├── bullet.glif │ │ ├── caron.2.glif │ │ ├── caron.glif │ │ ├── caroncmb.glif │ │ ├── cedilla.glif │ │ ├── cedillacmb.glif │ │ ├── cent.glif │ │ ├── circumflex.glif │ │ ├── circumflexcmb.glif │ │ ├── colonsign.glif │ │ ├── comma.glif │ │ ├── commaaccent.glif │ │ ├── commaaccent.v.glif │ │ ├── commaturnedmod.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── currency.glif │ │ ├── dagger.glif │ │ ├── daggerdbl.glif │ │ ├── degree.glif │ │ ├── dieresis.glif │ │ ├── dieresiscmb.glif │ │ ├── divide.glif │ │ ├── dollar.glif │ │ ├── dong.glif │ │ ├── dotaccent.glif │ │ ├── dotaccentcmb.glif │ │ ├── eight.glif │ │ ├── eight.sups.glif │ │ ├── eight.v.glif │ │ ├── ellipsis.glif │ │ ├── emdash.glif │ │ ├── emdash.v.glif │ │ ├── endash.glif │ │ ├── endash.v.glif │ │ ├── equal.glif │ │ ├── estimated.glif │ │ ├── exclam.glif │ │ ├── exclamdown.glif │ │ ├── five.glif │ │ ├── five.sups.glif │ │ ├── five.v.glif │ │ ├── florin.glif │ │ ├── four.glif │ │ ├── four.sups.glif │ │ ├── four.v.glif │ │ ├── foursuperior.glif │ │ ├── fraction.glif │ │ ├── grave.glif │ │ ├── grave.vert.glif │ │ ├── gravecmb.glif │ │ ├── greater.glif │ │ ├── greaterequal.glif │ │ ├── gscript.glif │ │ ├── guarani.glif │ │ ├── guillemotleft.glif │ │ ├── guillemotleft.v.glif │ │ ├── guillemotright.glif │ │ ├── guillemotright.v.glif │ │ ├── guilsinglleft.glif │ │ ├── guilsinglleft.v.glif │ │ ├── guilsinglright.glif │ │ ├── guilsinglright.v.glif │ │ ├── hookcmb.glif │ │ ├── horncmb.glif │ │ ├── hungarumlaut.glif │ │ ├── hungarumlautcmb.glif │ │ ├── hyphen.glif │ │ ├── hyphen.v.glif │ │ ├── indianrupee.glif │ │ ├── infinity.glif │ │ ├── integral.glif │ │ ├── layerinfo.plist │ │ ├── less.glif │ │ ├── lessequal.glif │ │ ├── lira.glif │ │ ├── liter.glif │ │ ├── logicalnot.glif │ │ ├── lozenge.glif │ │ ├── macron.glif │ │ ├── macroncmb.glif │ │ ├── minus.glif │ │ ├── minute.glif │ │ ├── mu.glif │ │ ├── multiply.glif │ │ ├── naira.glif │ │ ├── nine.glif │ │ ├── nine.sups.glif │ │ ├── nine.v.glif │ │ ├── notequal.glif │ │ ├── numbersign.glif │ │ ├── ogonek.glif │ │ ├── ogonekcmb.glif │ │ ├── one.glif │ │ ├── one.sups.glif │ │ ├── one.v.glif │ │ ├── onesuperior.glif │ │ ├── ordfeminine.glif │ │ ├── ordmasculine.glif │ │ ├── paragraph.glif │ │ ├── parenleft.glif │ │ ├── parenleft.v.glif │ │ ├── parenright.glif │ │ ├── parenright.v.glif │ │ ├── partialdiff.glif │ │ ├── percent.glif │ │ ├── percent.v.glif │ │ ├── period.glif │ │ ├── perthousand.glif │ │ ├── perthousand.v.glif │ │ ├── peseta.glif │ │ ├── peso.glif │ │ ├── pi.glif │ │ ├── plus.glif │ │ ├── product.glif │ │ ├── question.glif │ │ ├── questiondown.glif │ │ ├── quotedbl.glif │ │ ├── quotedblbase.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblright.glif │ │ ├── quoteleft.glif │ │ ├── quoteleft.salt.glif │ │ ├── quoteleft.salt_v.glif │ │ ├── quoteright.glif │ │ ├── quoteright.salt.glif │ │ ├── quoteright.salt_v.glif │ │ ├── quotesinglbase.glif │ │ ├── quotesingle.glif │ │ ├── radical.glif │ │ ├── registered.glif │ │ ├── ring.glif │ │ ├── ringcmb.glif │ │ ├── ringhalfleft.glif │ │ ├── ringhalfright.glif │ │ ├── ruble.glif │ │ ├── second.glif │ │ ├── section.glif │ │ ├── seven.glif │ │ ├── seven.sups.glif │ │ ├── seven.v.glif │ │ ├── six.glif │ │ ├── six.sups.glif │ │ ├── six.v.glif │ │ ├── slash.glif │ │ ├── sterling.glif │ │ ├── summation.glif │ │ ├── three.glif │ │ ├── three.sups.glif │ │ ├── three.v.glif │ │ ├── threesuperior.glif │ │ ├── tilde.glif │ │ ├── tildecmb.glif │ │ ├── trademark.glif │ │ ├── turkishlira.glif │ │ ├── two.glif │ │ ├── two.sups.glif │ │ ├── two.v.glif │ │ ├── twosuperior.glif │ │ ├── underscore.glif │ │ ├── uni2117.glif │ │ ├── uni2120.glif │ │ ├── uni21A_A_.glif │ │ ├── uni21A_B_.arrow.glif │ │ ├── uni21A_B_.glif │ │ ├── uni21A_B_.v_arrow.glif │ │ ├── uni21A_C_.arrow.glif │ │ ├── uni21A_C_.v_arrow.glif │ │ ├── uni21B_0.glif │ │ ├── uni21B_1.glif │ │ ├── uni21B_2.glif │ │ ├── uni21B_3.glif │ │ ├── uni25D_6.bevel.glif │ │ ├── uni25D_6.deco.glif │ │ ├── uni25D_6.glif │ │ ├── uni25D_6.rounded.glif │ │ ├── uni25D_6.spike.glif │ │ ├── uni25D_6.square.glif │ │ ├── uni25D_6.v.glif │ │ ├── uni25D_6.v_bevel.glif │ │ ├── uni25D_6.v_deco.glif │ │ ├── uni25D_6.v_rounded.glif │ │ ├── uni25D_6.v_spike.glif │ │ ├── uni25D_6.v_square.glif │ │ ├── uni25D_6.v_wings.glif │ │ ├── uni25D_6.wings.glif │ │ ├── uni25D_7.bevel.glif │ │ ├── uni25D_7.deco.glif │ │ ├── uni25D_7.glif │ │ ├── uni25D_7.rounded.glif │ │ ├── uni25D_7.spike.glif │ │ ├── uni25D_7.square.glif │ │ ├── uni25D_7.v.glif │ │ ├── uni25D_7.v_bevel.glif │ │ ├── uni25D_7.v_deco.glif │ │ ├── uni25D_7.v_rounded.glif │ │ ├── uni25D_7.v_spike.glif │ │ ├── uni25D_7.v_square.glif │ │ ├── uni25D_7.v_wings.glif │ │ ├── uni25D_7.wings.glif │ │ ├── uni25D_C_.glif │ │ ├── uni25D_D_.curve.glif │ │ ├── uni25D_D_.curve_v.glif │ │ ├── uni25D_D_.glif │ │ ├── uni25D_E_.glif │ │ ├── uni25D_F_.glif │ │ ├── uni27A_1.glif │ │ ├── uni27A_1.n.glif │ │ ├── uni27A_1.s.glif │ │ ├── uni27A_1.w.glif │ │ ├── uni2B_1B_.chevron_e.glif │ │ ├── uni2B_1B_.chevron_n.glif │ │ ├── uni2B_1B_.chevron_s.glif │ │ ├── uni2B_1B_.chevron_w.glif │ │ ├── uni2B_1B_.glif │ │ ├── uni2B_1B_.semichevron_e.glif │ │ ├── uni2B_1B_.semichevron_n.glif │ │ ├── uni2B_1B_.semichevron_s.glif │ │ ├── uni2B_1B_.semichevron_w.glif │ │ ├── uni2B_1B_.trapezoid_e.glif │ │ ├── uni2B_1B_.trapezoid_e_v.glif │ │ ├── uni2B_1B_.trapezoid_w.glif │ │ ├── uni2B_1B_.trapezoid_w_v.glif │ │ ├── uni2B_24.glif │ │ ├── uni2B_24.salt.glif │ │ ├── uni2B_24.salt_v.glif │ │ ├── verticallinemod.glif │ │ ├── yen.glif │ │ ├── zero.glif │ │ └── zero.v.glif │ ├── glyphs.inlineC_ontour │ │ ├── B_.glif │ │ ├── C_.glif │ │ ├── D_.glif │ │ ├── D_elta.glif │ │ ├── E_.glif │ │ ├── E_ng.v.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── G_ermandbls.glif │ │ ├── H_.glif │ │ ├── I_.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── L_.glif │ │ ├── O_.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── S_.glif │ │ ├── T_.glif │ │ ├── U_.glif │ │ ├── V_.glif │ │ ├── X_.salt.glif │ │ ├── ampersand.glif │ │ ├── arrowleft.chevron.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── blackuppointingtriangle.glif │ │ ├── braceleft.glif │ │ ├── breve.glif │ │ ├── brevecmb.glif │ │ ├── bullet.glif │ │ ├── contents.plist │ │ ├── currency.glif │ │ ├── dong.glif │ │ ├── eight.glif │ │ ├── eight.sups.glif │ │ ├── estimated.glif │ │ ├── five.glif │ │ ├── five.sups.glif │ │ ├── florin.glif │ │ ├── four.glif │ │ ├── guilsinglright.glif │ │ ├── hookcmb.glif │ │ ├── infinity.glif │ │ ├── layerinfo.plist │ │ ├── less.glif │ │ ├── liter.glif │ │ ├── lozenge.glif │ │ ├── numbersign.glif │ │ ├── one.glif │ │ ├── ordfeminine.glif │ │ ├── parenleft.glif │ │ ├── question.glif │ │ ├── radical.glif │ │ ├── registered.glif │ │ ├── ring.glif │ │ ├── ringcmb.glif │ │ ├── ringhalfright.glif │ │ ├── section.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── six.sups.glif │ │ ├── slash.glif │ │ ├── summation.glif │ │ ├── tilde.glif │ │ ├── tildecmb.glif │ │ ├── trademark.glif │ │ ├── uni21A_A_.glif │ │ ├── uni21A_B_.arrow.glif │ │ ├── uni25D_6.bevel.glif │ │ ├── uni25D_6.deco.glif │ │ ├── uni25D_6.glif │ │ ├── uni25D_6.rounded.glif │ │ ├── uni25D_6.spike.glif │ │ ├── uni25D_6.square.glif │ │ ├── uni25D_6.v_bevel.glif │ │ ├── uni25D_6.v_deco.glif │ │ ├── uni25D_6.v_wings.glif │ │ ├── uni25D_6.wings.glif │ │ ├── uni25D_7.bevel.glif │ │ ├── uni25D_7.deco.glif │ │ ├── uni25D_7.v_deco.glif │ │ ├── uni25D_7.wings.glif │ │ ├── uni25D_C_.glif │ │ ├── uni25D_D_.curve.glif │ │ ├── uni261E_.salt.glif │ │ ├── uni27A_1.glif │ │ ├── uni2B_1B_.chevron_e.glif │ │ ├── uni2B_1B_.glif │ │ ├── uni2B_1B_.semichevron_e.glif │ │ ├── uni2B_1B_.trapezoid_e.glif │ │ ├── uni2B_24.glif │ │ ├── uni2B_24.salt.glif │ │ ├── yen.glif │ │ └── zero.glif │ ├── glyphs.metrics │ │ ├── A_.s_v.glif │ │ ├── A_.salt_s_v.glif │ │ ├── A_.salt_v.glif │ │ ├── A_.v.glif │ │ ├── A_E_.salt_v.glif │ │ ├── A_E_.v.glif │ │ ├── A_acute.salt_v.glif │ │ ├── A_acute.v.glif │ │ ├── A_breve.salt_v.glif │ │ ├── A_breve.v.glif │ │ ├── A_circumflex.salt_v.glif │ │ ├── A_circumflex.v.glif │ │ ├── A_dieresis.salt_v.glif │ │ ├── A_dieresis.v.glif │ │ ├── A_grave.salt_v.glif │ │ ├── A_grave.v.glif │ │ ├── A_macron.salt_v.glif │ │ ├── A_macron.v.glif │ │ ├── A_ogonek.salt_v.glif │ │ ├── A_ogonek.v.glif │ │ ├── A_ring.salt_v.glif │ │ ├── A_ring.v.glif │ │ ├── A_tilde.salt_v.glif │ │ ├── A_tilde.v.glif │ │ ├── B_.v.glif │ │ ├── C_.s_v.glif │ │ ├── C_.v.glif │ │ ├── C_acute.v.glif │ │ ├── C_caron.v.glif │ │ ├── C_cedilla.v.glif │ │ ├── C_circumflex.v.glif │ │ ├── C_dotaccent.v.glif │ │ ├── D_.s_v.glif │ │ ├── D_.v.glif │ │ ├── D_caron.v.glif │ │ ├── D_croat.v.glif │ │ ├── E_.s_v.glif │ │ ├── E_.salt_s_v.glif │ │ ├── E_.salt_v.glif │ │ ├── E_.v.glif │ │ ├── E_acute.salt_v.glif │ │ ├── E_acute.v.glif │ │ ├── E_breve.salt_v.glif │ │ ├── E_breve.v.glif │ │ ├── E_caron.salt_v.glif │ │ ├── E_caron.v.glif │ │ ├── E_circumflex.salt_v.glif │ │ ├── E_circumflex.v.glif │ │ ├── E_dieresis.salt_v.glif │ │ ├── E_dieresis.v.glif │ │ ├── E_dotaccent.salt_v.glif │ │ ├── E_dotaccent.v.glif │ │ ├── E_grave.salt_v.glif │ │ ├── E_grave.v.glif │ │ ├── E_macron.salt_v.glif │ │ ├── E_macron.v.glif │ │ ├── E_ng.v.glif │ │ ├── E_ogonek.salt_v.glif │ │ ├── E_ogonek.v.glif │ │ ├── E_th.v.glif │ │ ├── F_.v.glif │ │ ├── G_.s_v.glif │ │ ├── G_.v.glif │ │ ├── G_breve.v.glif │ │ ├── G_circumflex.v.glif │ │ ├── G_commaaccent.v.glif │ │ ├── G_dotaccent.v.glif │ │ ├── G_ermandbls.v.glif │ │ ├── H_.s_v.glif │ │ ├── H_.v.glif │ │ ├── H_bar.v.glif │ │ ├── H_circumflex.v.glif │ │ ├── I_.s_v.glif │ │ ├── I_.salt_s_v.glif │ │ ├── I_.salt_v.glif │ │ ├── I_.v.glif │ │ ├── I_J_.v.glif │ │ ├── I__I_.salt_v.glif │ │ ├── I_acute.salt_v.glif │ │ ├── I_acute.v.glif │ │ ├── I_breve.salt_v.glif │ │ ├── I_breve.v.glif │ │ ├── I_circumflex.salt_v.glif │ │ ├── I_circumflex.v.glif │ │ ├── I_dieresis.salt_v.glif │ │ ├── I_dieresis.v.glif │ │ ├── I_dotaccent.salt_v.glif │ │ ├── I_dotaccent.v.glif │ │ ├── I_grave.salt_v.glif │ │ ├── I_grave.v.glif │ │ ├── I_macron.salt_v.glif │ │ ├── I_macron.v.glif │ │ ├── I_ogonek.salt_v.glif │ │ ├── I_ogonek.v.glif │ │ ├── I_tilde.salt_v.glif │ │ ├── I_tilde.v.glif │ │ ├── J_.s_v.glif │ │ ├── J_.v.glif │ │ ├── J_circumflex.v.glif │ │ ├── K_.s_v.glif │ │ ├── K_.v.glif │ │ ├── K_commaaccent.v.glif │ │ ├── L_.s_v.glif │ │ ├── L_.salt_s_v.glif │ │ ├── L_.salt_v.glif │ │ ├── L_.v.glif │ │ ├── L_acute.salt_v.glif │ │ ├── L_acute.v.glif │ │ ├── L_caron.salt_v.glif │ │ ├── L_caron.v.glif │ │ ├── L_commaaccent.salt_v.glif │ │ ├── L_commaaccent.v.glif │ │ ├── L_dot.salt_v.glif │ │ ├── L_dot.v.glif │ │ ├── L_slash.salt_v.glif │ │ ├── L_slash.v.glif │ │ ├── M_.salt_v.glif │ │ ├── M_.v.glif │ │ ├── N_.s_v.glif │ │ ├── N_.salt_s_v.glif │ │ ├── N_.salt_v.glif │ │ ├── N_.v.glif │ │ ├── N_acute.salt_v.glif │ │ ├── N_acute.v.glif │ │ ├── N_caron.salt_v.glif │ │ ├── N_caron.v.glif │ │ ├── N_commaaccent.salt_v.glif │ │ ├── N_commaaccent.v.glif │ │ ├── N_tilde.salt_v.glif │ │ ├── N_tilde.v.glif │ │ ├── O_.s_v.glif │ │ ├── O_.v.glif │ │ ├── O_E_.v.glif │ │ ├── O_acute.v.glif │ │ ├── O_breve.v.glif │ │ ├── O_circumflex.v.glif │ │ ├── O_dieresis.v.glif │ │ ├── O_grave.v.glif │ │ ├── O_hungarumlaut.v.glif │ │ ├── O_macron.v.glif │ │ ├── O_slash.v.glif │ │ ├── O_tilde.v.glif │ │ ├── P_.v.glif │ │ ├── Q_.v.glif │ │ ├── R_.s_v.glif │ │ ├── R_.v.glif │ │ ├── R_acute.v.glif │ │ ├── R_caron.v.glif │ │ ├── R_commaaccent.v.glif │ │ ├── S_.s_v.glif │ │ ├── S_.v.glif │ │ ├── S_acute.v.glif │ │ ├── S_caron.v.glif │ │ ├── S_cedilla.v.glif │ │ ├── S_circumflex.v.glif │ │ ├── S_commaaccent.v.glif │ │ ├── T_.s_v.glif │ │ ├── T_.v.glif │ │ ├── T_bar.v.glif │ │ ├── T_caron.v.glif │ │ ├── T_commaaccent.v.glif │ │ ├── T_horn.v.glif │ │ ├── U_.s_v.glif │ │ ├── U_.v.glif │ │ ├── U_acute.v.glif │ │ ├── U_breve.v.glif │ │ ├── U_circumflex.v.glif │ │ ├── U_dieresis.v.glif │ │ ├── U_grave.v.glif │ │ ├── U_hungarumlaut.v.glif │ │ ├── U_macron.v.glif │ │ ├── U_ogonek.v.glif │ │ ├── U_ring.v.glif │ │ ├── U_tilde.v.glif │ │ ├── V_.v.glif │ │ ├── W_.s_v.glif │ │ ├── W_.salt_s_v.glif │ │ ├── W_.salt_v.glif │ │ ├── W_.v.glif │ │ ├── W_acute.salt_v.glif │ │ ├── W_acute.v.glif │ │ ├── W_circumflex.salt_v.glif │ │ ├── W_circumflex.v.glif │ │ ├── W_dieresis.salt_v.glif │ │ ├── W_dieresis.v.glif │ │ ├── W_grave.salt_v.glif │ │ ├── W_grave.v.glif │ │ ├── X_.salt_v.glif │ │ ├── X_.v.glif │ │ ├── Y_.s_v.glif │ │ ├── Y_.salt_s_v.glif │ │ ├── Y_.salt_v.glif │ │ ├── Y_.v.glif │ │ ├── Y_acute.salt_v.glif │ │ ├── Y_acute.v.glif │ │ ├── Y_circumflex.salt_v.glif │ │ ├── Y_circumflex.v.glif │ │ ├── Y_dieresis.salt_v.glif │ │ ├── Y_dieresis.v.glif │ │ ├── Y_grave.salt_v.glif │ │ ├── Y_grave.v.glif │ │ ├── Z_.s_v.glif │ │ ├── Z_.v.glif │ │ ├── Z_acute.v.glif │ │ ├── Z_caron.v.glif │ │ ├── Z_dotaccent.v.glif │ │ ├── ampersand.salt_v.glif │ │ ├── ampersand.v.glif │ │ ├── arrowdown.chevron.glif │ │ ├── arrowleft.chevron.glif │ │ ├── arrowright.chevron.glif │ │ ├── arrowup.chevron.glif │ │ ├── asterisk.v.glif │ │ ├── block.v.glif │ │ ├── braceleft.v.glif │ │ ├── braceright.v.glif │ │ ├── bracketleft.v.glif │ │ ├── bracketright.v.glif │ │ ├── colon.v.glif │ │ ├── comma.v.glif │ │ ├── commaaccent.v.glif │ │ ├── contents.plist │ │ ├── dagger.v.glif │ │ ├── daggerdbl.v.glif │ │ ├── eight.v.glif │ │ ├── ellipsis.v.glif │ │ ├── emdash.v.glif │ │ ├── endash.v.glif │ │ ├── exclam.v.glif │ │ ├── exclamdown.v.glif │ │ ├── five.v.glif │ │ ├── four.v.glif │ │ ├── guillemotleft.v.glif │ │ ├── guillemotright.v.glif │ │ ├── guilsinglleft.v.glif │ │ ├── guilsinglright.v.glif │ │ ├── hyphen.v.glif │ │ ├── layerinfo.plist │ │ ├── nine.v.glif │ │ ├── one.v.glif │ │ ├── parenleft.v.glif │ │ ├── parenright.v.glif │ │ ├── percent.v.glif │ │ ├── period.v.glif │ │ ├── perthousand.v.glif │ │ ├── question.v.glif │ │ ├── questiondown.v.glif │ │ ├── quotedbl.v.glif │ │ ├── quotedblbase.v.glif │ │ ├── quotedblleft.v.glif │ │ ├── quotedblright.v.glif │ │ ├── quoteleft.salt_v.glif │ │ ├── quoteleft.v.glif │ │ ├── quoteright.salt_v.glif │ │ ├── quoteright.v.glif │ │ ├── quotesinglbase.v.glif │ │ ├── quotesingle.v.glif │ │ ├── semicolon.v.glif │ │ ├── seven.v.glif │ │ ├── six.v.glif │ │ ├── space.v.glif │ │ ├── three.v.glif │ │ ├── two.v.glif │ │ ├── uni21A_B_.v_arrow.glif │ │ ├── uni21A_C_.v_arrow.glif │ │ ├── uni25D_6.v.glif │ │ ├── uni25D_6.v_bevel.glif │ │ ├── uni25D_6.v_deco.glif │ │ ├── uni25D_6.v_rounded.glif │ │ ├── uni25D_6.v_spike.glif │ │ ├── uni25D_6.v_square.glif │ │ ├── uni25D_6.v_wings.glif │ │ ├── uni25D_7.v.glif │ │ ├── uni25D_7.v_bevel.glif │ │ ├── uni25D_7.v_deco.glif │ │ ├── uni25D_7.v_rounded.glif │ │ ├── uni25D_7.v_spike.glif │ │ ├── uni25D_7.v_square.glif │ │ ├── uni25D_7.v_wings.glif │ │ ├── uni25D_C_.glif │ │ ├── uni25D_D_.curve.glif │ │ ├── uni25D_D_.glif │ │ ├── uni25D_E_.glif │ │ ├── uni25D_F_.glif │ │ ├── uni27A_1.n.glif │ │ ├── uni27A_1.s.glif │ │ ├── uni2B_1B_.chevron_e.glif │ │ ├── uni2B_1B_.chevron_n.glif │ │ ├── uni2B_1B_.chevron_s.glif │ │ ├── uni2B_1B_.chevron_w.glif │ │ ├── uni2B_1B_.glif │ │ ├── uni2B_1B_.semichevron_n.glif │ │ ├── uni2B_1B_.semichevron_s.glif │ │ ├── uni2B_1B_.trapezoid_e.glif │ │ ├── uni2B_1B_.trapezoid_w.glif │ │ ├── uni2B_24.glif │ │ ├── uni2B_24.salt.glif │ │ └── zero.v.glif │ ├── glyphs.outline │ │ ├── A_.glif │ │ ├── A_.s_v.glif │ │ ├── A_.salt.glif │ │ ├── A_.salt_s_v.glif │ │ ├── A_.salt_v.glif │ │ ├── A_.v.glif │ │ ├── A_E_.glif │ │ ├── A_E_.salt.glif │ │ ├── A_E_.salt_v.glif │ │ ├── A_E_.v.glif │ │ ├── A_ring.glif │ │ ├── A_ring.salt.glif │ │ ├── A_ring.salt_v.glif │ │ ├── A_ring.v.glif │ │ ├── B_.glif │ │ ├── B_.v.glif │ │ ├── C_.glif │ │ ├── C_.s_v.glif │ │ ├── C_.v.glif │ │ ├── D_.glif │ │ ├── D_.s_v.glif │ │ ├── D_.v.glif │ │ ├── D_elta.glif │ │ ├── E_.glif │ │ ├── E_.s_v.glif │ │ ├── E_.salt.glif │ │ ├── E_.salt_s_v.glif │ │ ├── E_.salt_v.glif │ │ ├── E_.v.glif │ │ ├── E_ng.glif │ │ ├── E_ng.v.glif │ │ ├── E_th.glif │ │ ├── E_th.v.glif │ │ ├── E_uro.glif │ │ ├── F_.glif │ │ ├── F_.v.glif │ │ ├── G_.glif │ │ ├── G_.s_v.glif │ │ ├── G_.v.glif │ │ ├── G_ermandbls.glif │ │ ├── G_ermandbls.v.glif │ │ ├── H_.glif │ │ ├── H_.s_v.glif │ │ ├── H_.v.glif │ │ ├── H_bar.glif │ │ ├── H_bar.v.glif │ │ ├── I_.glif │ │ ├── I_.s_v.glif │ │ ├── I_.salt.glif │ │ ├── I_.salt_s_v.glif │ │ ├── I_.salt_v.glif │ │ ├── I_.v.glif │ │ ├── I_J_.glif │ │ ├── I_J_.v.glif │ │ ├── I__I_.salt_v.glif │ │ ├── I_acute.salt.glif │ │ ├── I_grave.salt.glif │ │ ├── J_.glif │ │ ├── J_.s_v.glif │ │ ├── J_.v.glif │ │ ├── K_.glif │ │ ├── K_.s_v.glif │ │ ├── K_.v.glif │ │ ├── L_.glif │ │ ├── L_.s_v.glif │ │ ├── L_.salt.glif │ │ ├── L_.salt_s_v.glif │ │ ├── L_.salt_v.glif │ │ ├── L_.v.glif │ │ ├── L_dot.glif │ │ ├── L_dot.v.glif │ │ ├── L_slash.glif │ │ ├── L_slash.salt.glif │ │ ├── L_slash.salt_v.glif │ │ ├── L_slash.v.glif │ │ ├── M_.glif │ │ ├── M_.salt.glif │ │ ├── M_.salt_v.glif │ │ ├── M_.v.glif │ │ ├── N_.glif │ │ ├── N_.s_v.glif │ │ ├── N_.salt.glif │ │ ├── N_.salt_s_v.glif │ │ ├── N_.salt_v.glif │ │ ├── N_.v.glif │ │ ├── N_commaaccent.salt_v.glif │ │ ├── O_.glif │ │ ├── O_.s_v.glif │ │ ├── O_.v.glif │ │ ├── O_E_.glif │ │ ├── O_E_.v.glif │ │ ├── O_horn.glif │ │ ├── O_mega.glif │ │ ├── O_slash.glif │ │ ├── O_slash.v.glif │ │ ├── P_.glif │ │ ├── P_.v.glif │ │ ├── Q_.glif │ │ ├── Q_.v.glif │ │ ├── R_.glif │ │ ├── R_.s_v.glif │ │ ├── R_.v.glif │ │ ├── S_.glif │ │ ├── S_.s_v.glif │ │ ├── S_.v.glif │ │ ├── S_chwa.glif │ │ ├── T_.glif │ │ ├── T_.s_v.glif │ │ ├── T_.v.glif │ │ ├── T_bar.glif │ │ ├── T_commaaccent.v.glif │ │ ├── T_horn.glif │ │ ├── T_horn.v.glif │ │ ├── U_.glif │ │ ├── U_.s_v.glif │ │ ├── U_.v.glif │ │ ├── U_horn.glif │ │ ├── V_.glif │ │ ├── V_.v.glif │ │ ├── W_.glif │ │ ├── W_.s_v.glif │ │ ├── W_.salt.glif │ │ ├── W_.salt_s_v.glif │ │ ├── W_.salt_v.glif │ │ ├── W_.v.glif │ │ ├── X_.glif │ │ ├── X_.salt.glif │ │ ├── X_.salt_v.glif │ │ ├── X_.v.glif │ │ ├── Y_.glif │ │ ├── Y_.s_v.glif │ │ ├── Y_.salt.glif │ │ ├── Y_.salt_s_v.glif │ │ ├── Y_.salt_v.glif │ │ ├── Y_.v.glif │ │ ├── Z_.glif │ │ ├── Z_.s_v.glif │ │ ├── Z_.v.glif │ │ ├── _notdef.glif │ │ ├── acute.glif │ │ ├── acute.vert.glif │ │ ├── acutecmb.glif │ │ ├── ampersand.glif │ │ ├── ampersand.salt.glif │ │ ├── ampersand.salt_v.glif │ │ ├── ampersand.v.glif │ │ ├── arrowdown.chevron.glif │ │ ├── arrowdown.glif │ │ ├── arrowdownleft.glif │ │ ├── arrowdownright.glif │ │ ├── arrowleft.chevron.glif │ │ ├── arrowleft.glif │ │ ├── arrowright.chevron.glif │ │ ├── arrowright.glif │ │ ├── arrowup.chevron.glif │ │ ├── arrowup.glif │ │ ├── arrowupleft.glif │ │ ├── arrowupright.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── ascript.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── blackdiamond.glif │ │ ├── blackdownpointingtriangle.glif │ │ ├── blackleftpointingtriangle.glif │ │ ├── blackrightpointingtriangle.glif │ │ ├── blacksquare.glif │ │ ├── blackuppointingtriangle.glif │ │ ├── block.glif │ │ ├── block.v.glif │ │ ├── braceleft.glif │ │ ├── braceleft.v.glif │ │ ├── braceright.glif │ │ ├── braceright.v.glif │ │ ├── bracketleft.glif │ │ ├── bracketleft.v.glif │ │ ├── bracketright.glif │ │ ├── bracketright.v.glif │ │ ├── breve.glif │ │ ├── brevecmb.glif │ │ ├── brokenbar.glif │ │ ├── bullet.glif │ │ ├── caron.2.glif │ │ ├── caron.glif │ │ ├── caroncmb.glif │ │ ├── cedilla.glif │ │ ├── cedillacmb.glif │ │ ├── cent.glif │ │ ├── circumflex.glif │ │ ├── circumflexcmb.glif │ │ ├── colonsign.glif │ │ ├── comma.glif │ │ ├── commaaccent.glif │ │ ├── commaaccent.v.glif │ │ ├── commaturnedmod.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── currency.glif │ │ ├── dagger.glif │ │ ├── daggerdbl.glif │ │ ├── degree.glif │ │ ├── dieresis.glif │ │ ├── dieresiscmb.glif │ │ ├── divide.glif │ │ ├── dollar.glif │ │ ├── dong.glif │ │ ├── dotaccent.glif │ │ ├── dotaccentcmb.glif │ │ ├── eight.glif │ │ ├── eight.sups.glif │ │ ├── eight.v.glif │ │ ├── ellipsis.glif │ │ ├── emdash.glif │ │ ├── emdash.v.glif │ │ ├── endash.glif │ │ ├── endash.v.glif │ │ ├── equal.glif │ │ ├── estimated.glif │ │ ├── exclam.glif │ │ ├── exclamdown.glif │ │ ├── five.glif │ │ ├── five.sups.glif │ │ ├── five.v.glif │ │ ├── florin.glif │ │ ├── four.glif │ │ ├── four.sups.glif │ │ ├── four.v.glif │ │ ├── foursuperior.glif │ │ ├── fraction.glif │ │ ├── grave.glif │ │ ├── grave.vert.glif │ │ ├── gravecmb.glif │ │ ├── greater.glif │ │ ├── greaterequal.glif │ │ ├── gscript.glif │ │ ├── guarani.glif │ │ ├── guillemotleft.glif │ │ ├── guillemotleft.v.glif │ │ ├── guillemotright.glif │ │ ├── guillemotright.v.glif │ │ ├── guilsinglleft.glif │ │ ├── guilsinglleft.v.glif │ │ ├── guilsinglright.glif │ │ ├── guilsinglright.v.glif │ │ ├── hookcmb.glif │ │ ├── horncmb.glif │ │ ├── hungarumlaut.glif │ │ ├── hungarumlautcmb.glif │ │ ├── hyphen.glif │ │ ├── hyphen.v.glif │ │ ├── indexdown.glif │ │ ├── indexdown.salt.glif │ │ ├── indexdownleft.glif │ │ ├── indexdownleft.outline.glif │ │ ├── indexdownleft.salt.glif │ │ ├── indexdownleft.salt_outline.glif │ │ ├── indexdownright.glif │ │ ├── indexdownright.outline.glif │ │ ├── indexdownright.salt.glif │ │ ├── indexdownright.salt_outline.glif │ │ ├── indexup.glif │ │ ├── indexup.salt.glif │ │ ├── indexupleft.glif │ │ ├── indexupleft.outline.glif │ │ ├── indexupleft.salt.glif │ │ ├── indexupleft.salt_outline.glif │ │ ├── indexupright.glif │ │ ├── indexupright.outline.glif │ │ ├── indexupright.salt.glif │ │ ├── indexupright.salt_outline.glif │ │ ├── indianrupee.glif │ │ ├── infinity.glif │ │ ├── integral.glif │ │ ├── layerinfo.plist │ │ ├── less.glif │ │ ├── lessequal.glif │ │ ├── lira.glif │ │ ├── liter.glif │ │ ├── logicalnot.glif │ │ ├── lozenge.glif │ │ ├── macron.glif │ │ ├── macroncmb.glif │ │ ├── minus.glif │ │ ├── minute.glif │ │ ├── mu.glif │ │ ├── multiply.glif │ │ ├── naira.glif │ │ ├── nine.glif │ │ ├── nine.sups.glif │ │ ├── nine.v.glif │ │ ├── notequal.glif │ │ ├── numbersign.glif │ │ ├── ogonek.glif │ │ ├── ogonekcmb.glif │ │ ├── one.glif │ │ ├── one.sups.glif │ │ ├── one.v.glif │ │ ├── onesuperior.glif │ │ ├── ordfeminine.glif │ │ ├── ordmasculine.glif │ │ ├── paragraph.glif │ │ ├── parenleft.glif │ │ ├── parenleft.v.glif │ │ ├── parenright.glif │ │ ├── parenright.v.glif │ │ ├── partialdiff.glif │ │ ├── percent.glif │ │ ├── percent.v.glif │ │ ├── period.glif │ │ ├── perthousand.glif │ │ ├── perthousand.v.glif │ │ ├── peseta.glif │ │ ├── peso.glif │ │ ├── pi.glif │ │ ├── plus.glif │ │ ├── product.glif │ │ ├── question.glif │ │ ├── questiondown.glif │ │ ├── quotedbl.glif │ │ ├── quotedblbase.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblright.glif │ │ ├── quoteleft.glif │ │ ├── quoteleft.salt.glif │ │ ├── quoteleft.salt_v.glif │ │ ├── quoteright.glif │ │ ├── quoteright.salt.glif │ │ ├── quoteright.salt_v.glif │ │ ├── quotesinglbase.glif │ │ ├── quotesingle.glif │ │ ├── radical.glif │ │ ├── registered.glif │ │ ├── ring.glif │ │ ├── ringcmb.glif │ │ ├── ringhalfleft.glif │ │ ├── ringhalfright.glif │ │ ├── ruble.glif │ │ ├── second.glif │ │ ├── section.glif │ │ ├── seven.glif │ │ ├── seven.sups.glif │ │ ├── seven.v.glif │ │ ├── six.glif │ │ ├── six.sups.glif │ │ ├── six.v.glif │ │ ├── slash.glif │ │ ├── sterling.glif │ │ ├── summation.glif │ │ ├── three.glif │ │ ├── three.sups.glif │ │ ├── three.v.glif │ │ ├── threesuperior.glif │ │ ├── tilde.glif │ │ ├── tildecmb.glif │ │ ├── trademark.glif │ │ ├── turkishlira.glif │ │ ├── two.glif │ │ ├── two.sups.glif │ │ ├── two.v.glif │ │ ├── twosuperior.glif │ │ ├── underscore.glif │ │ ├── uni2117.glif │ │ ├── uni2120.glif │ │ ├── uni21A_A_.glif │ │ ├── uni21A_B_.arrow.glif │ │ ├── uni21A_B_.glif │ │ ├── uni21A_B_.v_arrow.glif │ │ ├── uni21A_C_.arrow.glif │ │ ├── uni21A_C_.v_arrow.glif │ │ ├── uni21B_0.glif │ │ ├── uni21B_1.glif │ │ ├── uni21B_2.glif │ │ ├── uni21B_3.glif │ │ ├── uni25D_6.bevel.glif │ │ ├── uni25D_6.deco.glif │ │ ├── uni25D_6.glif │ │ ├── uni25D_6.rounded.glif │ │ ├── uni25D_6.spike.glif │ │ ├── uni25D_6.square.glif │ │ ├── uni25D_6.v.glif │ │ ├── uni25D_6.v_bevel.glif │ │ ├── uni25D_6.v_deco.glif │ │ ├── uni25D_6.v_rounded.glif │ │ ├── uni25D_6.v_spike.glif │ │ ├── uni25D_6.v_square.glif │ │ ├── uni25D_6.v_wings.glif │ │ ├── uni25D_6.wings.glif │ │ ├── uni25D_7.bevel.glif │ │ ├── uni25D_7.deco.glif │ │ ├── uni25D_7.glif │ │ ├── uni25D_7.rounded.glif │ │ ├── uni25D_7.spike.glif │ │ ├── uni25D_7.square.glif │ │ ├── uni25D_7.v.glif │ │ ├── uni25D_7.v_bevel.glif │ │ ├── uni25D_7.v_deco.glif │ │ ├── uni25D_7.v_rounded.glif │ │ ├── uni25D_7.v_spike.glif │ │ ├── uni25D_7.v_square.glif │ │ ├── uni25D_7.v_wings.glif │ │ ├── uni25D_7.wings.glif │ │ ├── uni25D_C_.glif │ │ ├── uni25D_D_.curve.glif │ │ ├── uni25D_D_.curve_v.glif │ │ ├── uni25D_D_.glif │ │ ├── uni25D_E_.glif │ │ ├── uni25D_F_.glif │ │ ├── uni261A_.glif │ │ ├── uni261A_.salt.glif │ │ ├── uni261B_.glif │ │ ├── uni261B_.salt.glif │ │ ├── uni261C_.glif │ │ ├── uni261C_.salt.glif │ │ ├── uni261D_.glif │ │ ├── uni261D_.salt.glif │ │ ├── uni261E_.glif │ │ ├── uni261E_.salt.glif │ │ ├── uni261F_.glif │ │ ├── uni261F_.salt.glif │ │ ├── uni27A_1.glif │ │ ├── uni27A_1.n.glif │ │ ├── uni27A_1.s.glif │ │ ├── uni27A_1.w.glif │ │ ├── uni2B_1B_.chevron_e.glif │ │ ├── uni2B_1B_.chevron_n.glif │ │ ├── uni2B_1B_.chevron_s.glif │ │ ├── uni2B_1B_.chevron_w.glif │ │ ├── uni2B_1B_.glif │ │ ├── uni2B_1B_.semichevron_e.glif │ │ ├── uni2B_1B_.semichevron_n.glif │ │ ├── uni2B_1B_.semichevron_s.glif │ │ ├── uni2B_1B_.semichevron_w.glif │ │ ├── uni2B_1B_.trapezoid_e.glif │ │ ├── uni2B_1B_.trapezoid_e_v.glif │ │ ├── uni2B_1B_.trapezoid_w.glif │ │ ├── uni2B_1B_.trapezoid_w_v.glif │ │ ├── uni2B_24.glif │ │ ├── uni2B_24.salt.glif │ │ ├── uni2B_24.salt_v.glif │ │ ├── verticallinemod.glif │ │ ├── whitedownpointingtriangle.glif │ │ ├── whiteleftpointingtriangle.glif │ │ ├── whiterightpointingtriangle.glif │ │ ├── whiteuppointingtriangle.glif │ │ ├── yen.glif │ │ ├── zero.glif │ │ └── zero.v.glif │ ├── glyphs.shade │ │ ├── A_.glif │ │ ├── A_.s_v.glif │ │ ├── A_.salt.glif │ │ ├── A_.salt_s_v.glif │ │ ├── A_.salt_v.glif │ │ ├── A_.v.glif │ │ ├── A_E_.glif │ │ ├── A_E_.salt.glif │ │ ├── A_E_.salt_v.glif │ │ ├── A_E_.v.glif │ │ ├── A_ring.glif │ │ ├── A_ring.salt.glif │ │ ├── A_ring.salt_v.glif │ │ ├── A_ring.v.glif │ │ ├── B_.glif │ │ ├── B_.v.glif │ │ ├── C_.glif │ │ ├── C_.s_v.glif │ │ ├── C_.v.glif │ │ ├── D_.glif │ │ ├── D_.s_v.glif │ │ ├── D_.v.glif │ │ ├── D_elta.glif │ │ ├── E_.glif │ │ ├── E_.s_v.glif │ │ ├── E_.salt.glif │ │ ├── E_.salt_s_v.glif │ │ ├── E_.salt_v.glif │ │ ├── E_.v.glif │ │ ├── E_ng.glif │ │ ├── E_ng.v.glif │ │ ├── E_th.glif │ │ ├── E_th.v.glif │ │ ├── E_uro.glif │ │ ├── F_.glif │ │ ├── F_.v.glif │ │ ├── G_.glif │ │ ├── G_.s_v.glif │ │ ├── G_.v.glif │ │ ├── G_ermandbls.glif │ │ ├── G_ermandbls.v.glif │ │ ├── H_.glif │ │ ├── H_.s_v.glif │ │ ├── H_.v.glif │ │ ├── H_bar.glif │ │ ├── H_bar.v.glif │ │ ├── I_.glif │ │ ├── I_.s_v.glif │ │ ├── I_.salt.glif │ │ ├── I_.salt_s_v.glif │ │ ├── I_.salt_v.glif │ │ ├── I_.v.glif │ │ ├── I_J_.glif │ │ ├── I_J_.v.glif │ │ ├── I__I_.salt_v.glif │ │ ├── I_acute.salt.glif │ │ ├── I_grave.salt.glif │ │ ├── J_.glif │ │ ├── J_.s_v.glif │ │ ├── J_.v.glif │ │ ├── K_.glif │ │ ├── K_.s_v.glif │ │ ├── K_.v.glif │ │ ├── L_.glif │ │ ├── L_.s_v.glif │ │ ├── L_.salt.glif │ │ ├── L_.salt_s_v.glif │ │ ├── L_.salt_v.glif │ │ ├── L_.v.glif │ │ ├── L_dot.glif │ │ ├── L_dot.v.glif │ │ ├── L_slash.glif │ │ ├── L_slash.salt.glif │ │ ├── L_slash.salt_v.glif │ │ ├── L_slash.v.glif │ │ ├── M_.glif │ │ ├── M_.salt.glif │ │ ├── M_.salt_v.glif │ │ ├── M_.v.glif │ │ ├── N_.glif │ │ ├── N_.s_v.glif │ │ ├── N_.salt.glif │ │ ├── N_.salt_s_v.glif │ │ ├── N_.salt_v.glif │ │ ├── N_.v.glif │ │ ├── N_commaaccent.salt_v.glif │ │ ├── O_.glif │ │ ├── O_.s_v.glif │ │ ├── O_.v.glif │ │ ├── O_E_.glif │ │ ├── O_E_.v.glif │ │ ├── O_horn.glif │ │ ├── O_mega.glif │ │ ├── O_slash.glif │ │ ├── O_slash.v.glif │ │ ├── P_.glif │ │ ├── P_.v.glif │ │ ├── Q_.glif │ │ ├── Q_.v.glif │ │ ├── R_.glif │ │ ├── R_.s_v.glif │ │ ├── R_.v.glif │ │ ├── S_.glif │ │ ├── S_.s_v.glif │ │ ├── S_.v.glif │ │ ├── S_chwa.glif │ │ ├── T_.glif │ │ ├── T_.s_v.glif │ │ ├── T_.v.glif │ │ ├── T_bar.glif │ │ ├── T_bar.v.glif │ │ ├── T_commaaccent.v.glif │ │ ├── T_horn.glif │ │ ├── T_horn.v.glif │ │ ├── U_.glif │ │ ├── U_.s_v.glif │ │ ├── U_.v.glif │ │ ├── U_horn.glif │ │ ├── V_.glif │ │ ├── V_.v.glif │ │ ├── W_.glif │ │ ├── W_.s_v.glif │ │ ├── W_.salt.glif │ │ ├── W_.salt_s_v.glif │ │ ├── W_.salt_v.glif │ │ ├── W_.v.glif │ │ ├── X_.glif │ │ ├── X_.salt.glif │ │ ├── X_.salt_v.glif │ │ ├── X_.v.glif │ │ ├── Y_.glif │ │ ├── Y_.s_v.glif │ │ ├── Y_.salt.glif │ │ ├── Y_.salt_s_v.glif │ │ ├── Y_.salt_v.glif │ │ ├── Y_.v.glif │ │ ├── Z_.glif │ │ ├── Z_.s_v.glif │ │ ├── Z_.v.glif │ │ ├── _notdef.glif │ │ ├── acute.glif │ │ ├── acute.vert.glif │ │ ├── acutecmb.glif │ │ ├── ampersand.glif │ │ ├── ampersand.salt.glif │ │ ├── ampersand.salt_v.glif │ │ ├── ampersand.v.glif │ │ ├── arrowdown.glif │ │ ├── arrowdownleft.glif │ │ ├── arrowdownright.glif │ │ ├── arrowleft.glif │ │ ├── arrowright.glif │ │ ├── arrowup.glif │ │ ├── arrowupleft.glif │ │ ├── arrowupright.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── ascript.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── blackdiamond.glif │ │ ├── blackdownpointingtriangle.glif │ │ ├── blackleftpointingtriangle.glif │ │ ├── blackrightpointingtriangle.glif │ │ ├── blacksquare.glif │ │ ├── blackuppointingtriangle.glif │ │ ├── braceleft.glif │ │ ├── braceleft.v.glif │ │ ├── braceright.glif │ │ ├── braceright.v.glif │ │ ├── bracketleft.glif │ │ ├── bracketleft.v.glif │ │ ├── bracketright.glif │ │ ├── bracketright.v.glif │ │ ├── breve.glif │ │ ├── brevecmb.glif │ │ ├── brokenbar.glif │ │ ├── bullet.glif │ │ ├── caron.2.glif │ │ ├── caron.glif │ │ ├── caroncmb.glif │ │ ├── cedilla.glif │ │ ├── cedillacmb.glif │ │ ├── cent.glif │ │ ├── circumflex.glif │ │ ├── circumflexcmb.glif │ │ ├── colonsign.glif │ │ ├── comma.glif │ │ ├── commaaccent.glif │ │ ├── commaaccent.v.glif │ │ ├── commaturnedmod.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── currency.glif │ │ ├── dagger.glif │ │ ├── daggerdbl.glif │ │ ├── degree.glif │ │ ├── dieresis.glif │ │ ├── dieresiscmb.glif │ │ ├── divide.glif │ │ ├── dollar.glif │ │ ├── dong.glif │ │ ├── dotaccent.glif │ │ ├── dotaccentcmb.glif │ │ ├── eight.glif │ │ ├── eight.sups.glif │ │ ├── eight.v.glif │ │ ├── ellipsis.glif │ │ ├── emdash.glif │ │ ├── emdash.v.glif │ │ ├── endash.glif │ │ ├── endash.v.glif │ │ ├── equal.glif │ │ ├── estimated.glif │ │ ├── exclam.glif │ │ ├── exclamdown.glif │ │ ├── five.glif │ │ ├── five.sups.glif │ │ ├── five.v.glif │ │ ├── florin.glif │ │ ├── four.glif │ │ ├── four.v.glif │ │ ├── foursuperior.glif │ │ ├── fraction.glif │ │ ├── grave.glif │ │ ├── grave.vert.glif │ │ ├── gravecmb.glif │ │ ├── greater.glif │ │ ├── greaterequal.glif │ │ ├── gscript.glif │ │ ├── guarani.glif │ │ ├── guillemotleft.glif │ │ ├── guillemotleft.v.glif │ │ ├── guillemotright.glif │ │ ├── guillemotright.v.glif │ │ ├── guilsinglleft.glif │ │ ├── guilsinglleft.v.glif │ │ ├── guilsinglright.glif │ │ ├── guilsinglright.v.glif │ │ ├── hookcmb.glif │ │ ├── horncmb.glif │ │ ├── hungarumlaut.glif │ │ ├── hungarumlautcmb.glif │ │ ├── hyphen.glif │ │ ├── hyphen.v.glif │ │ ├── indexdown.glif │ │ ├── indexdown.salt.glif │ │ ├── indexdownleft.glif │ │ ├── indexdownleft.salt.glif │ │ ├── indexdownright.glif │ │ ├── indexdownright.salt.glif │ │ ├── indexup.glif │ │ ├── indexup.salt.glif │ │ ├── indexupleft.glif │ │ ├── indexupleft.salt.glif │ │ ├── indexupright.glif │ │ ├── indexupright.salt.glif │ │ ├── indianrupee.glif │ │ ├── infinity.glif │ │ ├── integral.glif │ │ ├── layerinfo.plist │ │ ├── less.glif │ │ ├── lessequal.glif │ │ ├── lira.glif │ │ ├── liter.glif │ │ ├── logicalnot.glif │ │ ├── lozenge.glif │ │ ├── macron.glif │ │ ├── macroncmb.glif │ │ ├── minus.glif │ │ ├── minute.glif │ │ ├── mu.glif │ │ ├── multiply.glif │ │ ├── naira.glif │ │ ├── nine.glif │ │ ├── nine.sups.glif │ │ ├── nine.v.glif │ │ ├── notequal.glif │ │ ├── numbersign.glif │ │ ├── ogonek.glif │ │ ├── ogonekcmb.glif │ │ ├── one.glif │ │ ├── one.v.glif │ │ ├── onesuperior.glif │ │ ├── ordfeminine.glif │ │ ├── ordmasculine.glif │ │ ├── paragraph.glif │ │ ├── parenleft.glif │ │ ├── parenleft.v.glif │ │ ├── parenright.glif │ │ ├── parenright.v.glif │ │ ├── partialdiff.glif │ │ ├── percent.glif │ │ ├── percent.v.glif │ │ ├── period.glif │ │ ├── perthousand.glif │ │ ├── perthousand.v.glif │ │ ├── peseta.glif │ │ ├── peso.glif │ │ ├── pi.glif │ │ ├── plus.glif │ │ ├── product.glif │ │ ├── question.glif │ │ ├── questiondown.glif │ │ ├── quotedbl.glif │ │ ├── quotedblbase.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblright.glif │ │ ├── quoteleft.glif │ │ ├── quoteleft.salt.glif │ │ ├── quoteleft.salt_v.glif │ │ ├── quoteright.glif │ │ ├── quoteright.salt.glif │ │ ├── quoteright.salt_v.glif │ │ ├── quotesinglbase.glif │ │ ├── quotesingle.glif │ │ ├── radical.glif │ │ ├── registered.glif │ │ ├── ring.glif │ │ ├── ringcmb.glif │ │ ├── ringhalfleft.glif │ │ ├── ringhalfright.glif │ │ ├── ruble.glif │ │ ├── second.glif │ │ ├── section.glif │ │ ├── seven.glif │ │ ├── seven.sups.glif │ │ ├── seven.v.glif │ │ ├── six.glif │ │ ├── six.sups.glif │ │ ├── six.v.glif │ │ ├── slash.glif │ │ ├── sterling.glif │ │ ├── summation.glif │ │ ├── three.glif │ │ ├── three.v.glif │ │ ├── threesuperior.glif │ │ ├── tilde.glif │ │ ├── tildecmb.glif │ │ ├── trademark.glif │ │ ├── turkishlira.glif │ │ ├── two.glif │ │ ├── two.v.glif │ │ ├── twosuperior.glif │ │ ├── underscore.glif │ │ ├── uni2117.glif │ │ ├── uni2120.glif │ │ ├── uni21A_A_.glif │ │ ├── uni21A_B_.glif │ │ ├── uni21B_0.glif │ │ ├── uni21B_1.glif │ │ ├── uni21B_2.glif │ │ ├── uni21B_3.glif │ │ ├── uni261A_.glif │ │ ├── uni261A_.salt.glif │ │ ├── uni261B_.glif │ │ ├── uni261B_.salt.glif │ │ ├── verticallinemod.glif │ │ ├── yen.glif │ │ ├── zero.glif │ │ └── zero.v.glif │ ├── glyphs.shade2 │ │ ├── A_.glif │ │ ├── A_ring.glif │ │ ├── B_.glif │ │ ├── C_.glif │ │ ├── D_.glif │ │ ├── E_.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── H_.glif │ │ ├── I_.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── L_.glif │ │ ├── M_.glif │ │ ├── N_.glif │ │ ├── O_.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── S_.glif │ │ ├── T_.glif │ │ ├── U_.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Z_.glif │ │ ├── contents.plist │ │ └── layerinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── A_.s_v.glif │ │ ├── A_.salt.glif │ │ ├── A_.salt_s_v.glif │ │ ├── A_.salt_v.glif │ │ ├── A_.v.glif │ │ ├── A_E_.glif │ │ ├── A_E_.salt.glif │ │ ├── A_E_.salt_v.glif │ │ ├── A_E_.v.glif │ │ ├── A_acute.glif │ │ ├── A_acute.salt.glif │ │ ├── A_acute.salt_v.glif │ │ ├── A_acute.v.glif │ │ ├── A_breve.glif │ │ ├── A_breve.salt.glif │ │ ├── A_breve.salt_v.glif │ │ ├── A_breve.v.glif │ │ ├── A_breveacute.glif │ │ ├── A_brevedotbelow.glif │ │ ├── A_brevegrave.glif │ │ ├── A_brevehookabove.glif │ │ ├── A_brevetilde.glif │ │ ├── A_caron.glif │ │ ├── A_circumflex.glif │ │ ├── A_circumflex.salt.glif │ │ ├── A_circumflex.salt_v.glif │ │ ├── A_circumflex.v.glif │ │ ├── A_circumflexacute.glif │ │ ├── A_circumflexdotbelow.glif │ │ ├── A_circumflexgrave.glif │ │ ├── A_circumflexhookabove.glif │ │ ├── A_circumflextilde.glif │ │ ├── A_dieresis.glif │ │ ├── A_dieresis.salt.glif │ │ ├── A_dieresis.salt_v.glif │ │ ├── A_dieresis.v.glif │ │ ├── A_dotbelow.glif │ │ ├── A_grave.glif │ │ ├── A_grave.salt.glif │ │ ├── A_grave.salt_v.glif │ │ ├── A_grave.v.glif │ │ ├── A_hookabove.glif │ │ ├── A_macron.glif │ │ ├── A_macron.salt.glif │ │ ├── A_macron.salt_v.glif │ │ ├── A_macron.v.glif │ │ ├── A_ogonek.glif │ │ ├── A_ogonek.salt.glif │ │ ├── A_ogonek.salt_v.glif │ │ ├── A_ogonek.v.glif │ │ ├── A_ring.glif │ │ ├── A_ring.salt.glif │ │ ├── A_ring.salt_v.glif │ │ ├── A_ring.v.glif │ │ ├── A_tilde.glif │ │ ├── A_tilde.salt.glif │ │ ├── A_tilde.salt_v.glif │ │ ├── A_tilde.v.glif │ │ ├── B_.glif │ │ ├── B_.v.glif │ │ ├── C_.glif │ │ ├── C_.s_v.glif │ │ ├── C_.v.glif │ │ ├── C_acute.glif │ │ ├── C_acute.v.glif │ │ ├── C_caron.glif │ │ ├── C_caron.v.glif │ │ ├── C_cedilla.glif │ │ ├── C_cedilla.v.glif │ │ ├── C_circumflex.glif │ │ ├── C_circumflex.v.glif │ │ ├── C_dotaccent.glif │ │ ├── C_dotaccent.v.glif │ │ ├── D_.glif │ │ ├── D_.s_v.glif │ │ ├── D_.v.glif │ │ ├── D_caron.glif │ │ ├── D_caron.v.glif │ │ ├── D_croat.glif │ │ ├── D_croat.v.glif │ │ ├── D_dotbelow.glif │ │ ├── D_elta.glif │ │ ├── D_linebelow.glif │ │ ├── E_.glif │ │ ├── E_.s_v.glif │ │ ├── E_.salt.glif │ │ ├── E_.salt_s_v.glif │ │ ├── E_.salt_v.glif │ │ ├── E_.v.glif │ │ ├── E_acute.glif │ │ ├── E_acute.salt.glif │ │ ├── E_acute.salt_v.glif │ │ ├── E_acute.v.glif │ │ ├── E_breve.glif │ │ ├── E_breve.salt.glif │ │ ├── E_breve.salt_v.glif │ │ ├── E_breve.v.glif │ │ ├── E_caron.glif │ │ ├── E_caron.salt.glif │ │ ├── E_caron.salt_v.glif │ │ ├── E_caron.v.glif │ │ ├── E_circumflex.glif │ │ ├── E_circumflex.salt.glif │ │ ├── E_circumflex.salt_v.glif │ │ ├── E_circumflex.v.glif │ │ ├── E_circumflexacute.glif │ │ ├── E_circumflexdotbelow.glif │ │ ├── E_circumflexgrave.glif │ │ ├── E_circumflexhookabove.glif │ │ ├── E_circumflextilde.glif │ │ ├── E_dieresis.glif │ │ ├── E_dieresis.salt.glif │ │ ├── E_dieresis.salt_v.glif │ │ ├── E_dieresis.v.glif │ │ ├── E_dotaccent.glif │ │ ├── E_dotaccent.salt.glif │ │ ├── E_dotaccent.salt_v.glif │ │ ├── E_dotaccent.v.glif │ │ ├── E_dotbelow.glif │ │ ├── E_grave.glif │ │ ├── E_grave.salt.glif │ │ ├── E_grave.salt_v.glif │ │ ├── E_grave.v.glif │ │ ├── E_hookabove.glif │ │ ├── E_macron.glif │ │ ├── E_macron.salt.glif │ │ ├── E_macron.salt_v.glif │ │ ├── E_macron.v.glif │ │ ├── E_ng.glif │ │ ├── E_ng.v.glif │ │ ├── E_ogonek.glif │ │ ├── E_ogonek.salt.glif │ │ ├── E_ogonek.salt_v.glif │ │ ├── E_ogonek.v.glif │ │ ├── E_th.glif │ │ ├── E_th.v.glif │ │ ├── E_tilde.glif │ │ ├── E_uro.glif │ │ ├── F_.glif │ │ ├── F_.v.glif │ │ ├── G_.glif │ │ ├── G_.s_v.glif │ │ ├── G_.v.glif │ │ ├── G_breve.glif │ │ ├── G_breve.v.glif │ │ ├── G_caron.glif │ │ ├── G_circumflex.glif │ │ ├── G_circumflex.v.glif │ │ ├── G_commaaccent.glif │ │ ├── G_commaaccent.v.glif │ │ ├── G_dotaccent.glif │ │ ├── G_dotaccent.v.glif │ │ ├── G_ermandbls.glif │ │ ├── G_ermandbls.v.glif │ │ ├── G_macron.glif │ │ ├── H_.glif │ │ ├── H_.s_v.glif │ │ ├── H_.v.glif │ │ ├── H_bar.glif │ │ ├── H_bar.v.glif │ │ ├── H_brevebelow.glif │ │ ├── H_circumflex.glif │ │ ├── H_circumflex.v.glif │ │ ├── H_dotbelow.glif │ │ ├── I_.glif │ │ ├── I_.s_v.glif │ │ ├── I_.salt.glif │ │ ├── I_.salt_s_v.glif │ │ ├── I_.salt_v.glif │ │ ├── I_.v.glif │ │ ├── I_J_.glif │ │ ├── I_J_.v.glif │ │ ├── I__I_.salt_v.glif │ │ ├── I_acute.glif │ │ ├── I_acute.salt.glif │ │ ├── I_acute.salt_v.glif │ │ ├── I_acute.v.glif │ │ ├── I_breve.glif │ │ ├── I_breve.salt.glif │ │ ├── I_breve.salt_v.glif │ │ ├── I_breve.v.glif │ │ ├── I_caron.glif │ │ ├── I_circumflex.glif │ │ ├── I_circumflex.salt.glif │ │ ├── I_circumflex.salt_v.glif │ │ ├── I_circumflex.v.glif │ │ ├── I_dieresis.glif │ │ ├── I_dieresis.salt.glif │ │ ├── I_dieresis.salt_v.glif │ │ ├── I_dieresis.v.glif │ │ ├── I_dotaccent.glif │ │ ├── I_dotaccent.salt.glif │ │ ├── I_dotaccent.salt_v.glif │ │ ├── I_dotaccent.v.glif │ │ ├── I_dotbelow.glif │ │ ├── I_grave.glif │ │ ├── I_grave.salt.glif │ │ ├── I_grave.salt_v.glif │ │ ├── I_grave.v.glif │ │ ├── I_hookabove.glif │ │ ├── I_macron.glif │ │ ├── I_macron.salt.glif │ │ ├── I_macron.salt_v.glif │ │ ├── I_macron.v.glif │ │ ├── I_ogonek.glif │ │ ├── I_ogonek.salt.glif │ │ ├── I_ogonek.salt_v.glif │ │ ├── I_ogonek.v.glif │ │ ├── I_tilde.glif │ │ ├── I_tilde.salt.glif │ │ ├── I_tilde.salt_v.glif │ │ ├── I_tilde.v.glif │ │ ├── J_.glif │ │ ├── J_.s_v.glif │ │ ├── J_.v.glif │ │ ├── J_circumflex.glif │ │ ├── J_circumflex.v.glif │ │ ├── K_.glif │ │ ├── K_.s_v.glif │ │ ├── K_.v.glif │ │ ├── K_commaaccent.glif │ │ ├── K_commaaccent.v.glif │ │ ├── L_.glif │ │ ├── L_.s_v.glif │ │ ├── L_.salt.glif │ │ ├── L_.salt_s_v.glif │ │ ├── L_.salt_v.glif │ │ ├── L_.v.glif │ │ ├── L_acute.glif │ │ ├── L_acute.salt.glif │ │ ├── L_acute.salt_v.glif │ │ ├── L_acute.v.glif │ │ ├── L_caron.glif │ │ ├── L_caron.salt.glif │ │ ├── L_caron.salt_v.glif │ │ ├── L_caron.v.glif │ │ ├── L_commaaccent.glif │ │ ├── L_commaaccent.salt.glif │ │ ├── L_commaaccent.salt_v.glif │ │ ├── L_commaaccent.v.glif │ │ ├── L_dot.glif │ │ ├── L_dot.salt.glif │ │ ├── L_dot.salt_v.glif │ │ ├── L_dot.v.glif │ │ ├── L_dotbelow.glif │ │ ├── L_dotbelowmacron.glif │ │ ├── L_linebelow.glif │ │ ├── L_slash.glif │ │ ├── L_slash.salt.glif │ │ ├── L_slash.salt_v.glif │ │ ├── L_slash.v.glif │ │ ├── M_.glif │ │ ├── M_.salt.glif │ │ ├── M_.salt_v.glif │ │ ├── M_.v.glif │ │ ├── M_dotbelow.glif │ │ ├── N_.glif │ │ ├── N_.s_v.glif │ │ ├── N_.salt.glif │ │ ├── N_.salt_s_v.glif │ │ ├── N_.salt_v.glif │ │ ├── N_.v.glif │ │ ├── N_acute.glif │ │ ├── N_acute.salt.glif │ │ ├── N_acute.salt_v.glif │ │ ├── N_acute.v.glif │ │ ├── N_caron.glif │ │ ├── N_caron.salt.glif │ │ ├── N_caron.salt_v.glif │ │ ├── N_caron.v.glif │ │ ├── N_commaaccent.glif │ │ ├── N_commaaccent.salt.glif │ │ ├── N_commaaccent.salt_v.glif │ │ ├── N_commaaccent.v.glif │ │ ├── N_dotaccent.glif │ │ ├── N_dotbelow.glif │ │ ├── N_linebelow.glif │ │ ├── N_tilde.glif │ │ ├── N_tilde.salt.glif │ │ ├── N_tilde.salt_v.glif │ │ ├── N_tilde.v.glif │ │ ├── O_.glif │ │ ├── O_.s_v.glif │ │ ├── O_.v.glif │ │ ├── O_E_.glif │ │ ├── O_E_.v.glif │ │ ├── O_acute.glif │ │ ├── O_acute.v.glif │ │ ├── O_breve.glif │ │ ├── O_breve.v.glif │ │ ├── O_caron.glif │ │ ├── O_circumflex.glif │ │ ├── O_circumflex.v.glif │ │ ├── O_circumflexacute.glif │ │ ├── O_circumflexdotbelow.glif │ │ ├── O_circumflexgrave.glif │ │ ├── O_circumflexhookabove.glif │ │ ├── O_circumflextilde.glif │ │ ├── O_dieresis.glif │ │ ├── O_dieresis.v.glif │ │ ├── O_dotbelow.glif │ │ ├── O_grave.glif │ │ ├── O_grave.v.glif │ │ ├── O_hookabove.glif │ │ ├── O_horn.glif │ │ ├── O_hornacute.glif │ │ ├── O_horndotbelow.glif │ │ ├── O_horngrave.glif │ │ ├── O_hornhookabove.glif │ │ ├── O_horntilde.glif │ │ ├── O_hungarumlaut.glif │ │ ├── O_hungarumlaut.v.glif │ │ ├── O_macron.glif │ │ ├── O_macron.v.glif │ │ ├── O_mega.glif │ │ ├── O_slash.glif │ │ ├── O_slash.v.glif │ │ ├── O_tilde.glif │ │ ├── O_tilde.v.glif │ │ ├── P_.glif │ │ ├── P_.v.glif │ │ ├── Q_.glif │ │ ├── Q_.v.glif │ │ ├── R_.glif │ │ ├── R_.s_v.glif │ │ ├── R_.v.glif │ │ ├── R_acute.glif │ │ ├── R_acute.v.glif │ │ ├── R_caron.glif │ │ ├── R_caron.v.glif │ │ ├── R_commaaccent.glif │ │ ├── R_commaaccent.v.glif │ │ ├── R_dotbelow.glif │ │ ├── R_dotbelowmacron.glif │ │ ├── R_linebelow.glif │ │ ├── S_.glif │ │ ├── S_.s_v.glif │ │ ├── S_.v.glif │ │ ├── S_acute.glif │ │ ├── S_acute.v.glif │ │ ├── S_caron.glif │ │ ├── S_caron.v.glif │ │ ├── S_cedilla.glif │ │ ├── S_cedilla.v.glif │ │ ├── S_chwa.glif │ │ ├── S_circumflex.glif │ │ ├── S_circumflex.v.glif │ │ ├── S_commaaccent.glif │ │ ├── S_commaaccent.v.glif │ │ ├── S_dotaccent.glif │ │ ├── S_dotbelow.glif │ │ ├── T_.glif │ │ ├── T_.s_v.glif │ │ ├── T_.v.glif │ │ ├── T_bar.glif │ │ ├── T_bar.v.glif │ │ ├── T_caron.glif │ │ ├── T_caron.v.glif │ │ ├── T_cedilla.glif │ │ ├── T_commaaccent.glif │ │ ├── T_commaaccent.v.glif │ │ ├── T_dotbelow.glif │ │ ├── T_horn.glif │ │ ├── T_horn.v.glif │ │ ├── T_linebelow.glif │ │ ├── U_.glif │ │ ├── U_.s_v.glif │ │ ├── U_.v.glif │ │ ├── U_acute.glif │ │ ├── U_acute.v.glif │ │ ├── U_breve.glif │ │ ├── U_breve.v.glif │ │ ├── U_caron.glif │ │ ├── U_circumflex.glif │ │ ├── U_circumflex.v.glif │ │ ├── U_dieresis.glif │ │ ├── U_dieresis.v.glif │ │ ├── U_dieresisacute.glif │ │ ├── U_dieresiscaron.glif │ │ ├── U_dieresisgrave.glif │ │ ├── U_dieresismacron.glif │ │ ├── U_dotbelow.glif │ │ ├── U_grave.glif │ │ ├── U_grave.v.glif │ │ ├── U_hookabove.glif │ │ ├── U_horn.glif │ │ ├── U_hornacute.glif │ │ ├── U_horndotbelow.glif │ │ ├── U_horngrave.glif │ │ ├── U_hornhookabove.glif │ │ ├── U_horntilde.glif │ │ ├── U_hungarumlaut.glif │ │ ├── U_hungarumlaut.v.glif │ │ ├── U_macron.glif │ │ ├── U_macron.v.glif │ │ ├── U_ogonek.glif │ │ ├── U_ogonek.v.glif │ │ ├── U_ring.glif │ │ ├── U_ring.v.glif │ │ ├── U_tilde.glif │ │ ├── U_tilde.v.glif │ │ ├── V_.glif │ │ ├── V_.v.glif │ │ ├── W_.glif │ │ ├── W_.s_v.glif │ │ ├── W_.salt.glif │ │ ├── W_.salt_s_v.glif │ │ ├── W_.salt_v.glif │ │ ├── W_.v.glif │ │ ├── W_acute.glif │ │ ├── W_acute.salt.glif │ │ ├── W_acute.salt_v.glif │ │ ├── W_acute.v.glif │ │ ├── W_circumflex.glif │ │ ├── W_circumflex.salt.glif │ │ ├── W_circumflex.salt_v.glif │ │ ├── W_circumflex.v.glif │ │ ├── W_dieresis.glif │ │ ├── W_dieresis.salt.glif │ │ ├── W_dieresis.salt_v.glif │ │ ├── W_dieresis.v.glif │ │ ├── W_grave.glif │ │ ├── W_grave.salt.glif │ │ ├── W_grave.salt_v.glif │ │ ├── W_grave.v.glif │ │ ├── X_.glif │ │ ├── X_.salt.glif │ │ ├── X_.salt_v.glif │ │ ├── X_.v.glif │ │ ├── Y_.glif │ │ ├── Y_.s_v.glif │ │ ├── Y_.salt.glif │ │ ├── Y_.salt_s_v.glif │ │ ├── Y_.salt_v.glif │ │ ├── Y_.v.glif │ │ ├── Y_acute.glif │ │ ├── Y_acute.salt.glif │ │ ├── Y_acute.salt_v.glif │ │ ├── Y_acute.v.glif │ │ ├── Y_circumflex.glif │ │ ├── Y_circumflex.salt.glif │ │ ├── Y_circumflex.salt_v.glif │ │ ├── Y_circumflex.v.glif │ │ ├── Y_dieresis.glif │ │ ├── Y_dieresis.salt.glif │ │ ├── Y_dieresis.salt_v.glif │ │ ├── Y_dieresis.v.glif │ │ ├── Y_dotaccent.glif │ │ ├── Y_dotbelow.glif │ │ ├── Y_grave.glif │ │ ├── Y_grave.salt.glif │ │ ├── Y_grave.salt_v.glif │ │ ├── Y_grave.v.glif │ │ ├── Y_hookabove.glif │ │ ├── Y_tilde.glif │ │ ├── Z_.glif │ │ ├── Z_.s_v.glif │ │ ├── Z_.v.glif │ │ ├── Z_acute.glif │ │ ├── Z_acute.v.glif │ │ ├── Z_caron.glif │ │ ├── Z_caron.v.glif │ │ ├── Z_dotaccent.glif │ │ ├── Z_dotaccent.v.glif │ │ ├── Z_dotbelow.glif │ │ ├── _notdef.glif │ │ ├── a.glif │ │ ├── aacute.glif │ │ ├── abreve.glif │ │ ├── abreveacute.glif │ │ ├── abrevedotbelow.glif │ │ ├── abrevegrave.glif │ │ ├── abrevehookabove.glif │ │ ├── abrevetilde.glif │ │ ├── acaron.glif │ │ ├── acircumflex.glif │ │ ├── acircumflexacute.glif │ │ ├── acircumflexdotbelow.glif │ │ ├── acircumflexgrave.glif │ │ ├── acircumflexhookabove.glif │ │ ├── acircumflextilde.glif │ │ ├── acute.glif │ │ ├── acute.vert.glif │ │ ├── acutecmb.glif │ │ ├── adieresis.glif │ │ ├── adotbelow.glif │ │ ├── ae.glif │ │ ├── agrave.glif │ │ ├── ahookabove.glif │ │ ├── amacron.glif │ │ ├── ampersand.glif │ │ ├── ampersand.salt.glif │ │ ├── ampersand.salt_v.glif │ │ ├── ampersand.v.glif │ │ ├── aogonek.glif │ │ ├── apostrophemod.glif │ │ ├── approxequal.glif │ │ ├── aring.glif │ │ ├── arrowdown.chevron.glif │ │ ├── arrowdown.glif │ │ ├── arrowdownleft.glif │ │ ├── arrowdownright.glif │ │ ├── arrowleft.chevron.glif │ │ ├── arrowleft.glif │ │ ├── arrowright.chevron.glif │ │ ├── arrowright.glif │ │ ├── arrowup.chevron.glif │ │ ├── arrowup.glif │ │ ├── arrowupleft.glif │ │ ├── arrowupright.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── ascript.glif │ │ ├── asterisk.glif │ │ ├── asterisk.v.glif │ │ ├── at.glif │ │ ├── atilde.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── blackdiamond.glif │ │ ├── blackdownpointingtriangle.glif │ │ ├── blackleftpointingtriangle.glif │ │ ├── blackrightpointingtriangle.glif │ │ ├── blacksquare.glif │ │ ├── blackuppointingtriangle.glif │ │ ├── block.glif │ │ ├── block.v.glif │ │ ├── braceleft.glif │ │ ├── braceleft.v.glif │ │ ├── braceright.glif │ │ ├── braceright.v.glif │ │ ├── bracketleft.glif │ │ ├── bracketleft.v.glif │ │ ├── bracketright.glif │ │ ├── bracketright.v.glif │ │ ├── breve.glif │ │ ├── breveacute.glif │ │ ├── brevebelowcmb.glif │ │ ├── brevecmb.glif │ │ ├── brevegrave.glif │ │ ├── brevehookabove.glif │ │ ├── brevetilde.glif │ │ ├── brokenbar.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── cacute.glif │ │ ├── caron.2.glif │ │ ├── caron.glif │ │ ├── caroncmb.glif │ │ ├── ccaron.glif │ │ ├── ccedilla.glif │ │ ├── ccircumflex.glif │ │ ├── cdotaccent.glif │ │ ├── cedi.glif │ │ ├── cedilla.glif │ │ ├── cedillacmb.glif │ │ ├── cent.glif │ │ ├── circumflex.glif │ │ ├── circumflexacute.glif │ │ ├── circumflexcmb.glif │ │ ├── circumflexgrave.glif │ │ ├── circumflexhookabove.glif │ │ ├── circumflextilde.glif │ │ ├── colon.glif │ │ ├── colon.v.glif │ │ ├── colonsign.glif │ │ ├── comma.glif │ │ ├── comma.v.glif │ │ ├── commaaccent.glif │ │ ├── commaaccent.v.glif │ │ ├── commaaccentcmb.glif │ │ ├── commaturnedabovecmb.glif │ │ ├── commaturnedmod.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── currency.glif │ │ ├── d.glif │ │ ├── dagger.glif │ │ ├── dagger.v.glif │ │ ├── daggerdbl.glif │ │ ├── daggerdbl.v.glif │ │ ├── dcaron.glif │ │ ├── dcroat.glif │ │ ├── ddotbelow.glif │ │ ├── degree.glif │ │ ├── dieresis.glif │ │ ├── dieresisbelowcmb.glif │ │ ├── dieresiscmb.glif │ │ ├── divide.glif │ │ ├── dlinebelow.glif │ │ ├── dollar.glif │ │ ├── dong.glif │ │ ├── dotaccent.glif │ │ ├── dotaccentcmb.glif │ │ ├── dotbelowcmb.glif │ │ ├── dotlessi.glif │ │ ├── dotlessj.glif │ │ ├── e.glif │ │ ├── eacute.glif │ │ ├── ebreve.glif │ │ ├── ecaron.glif │ │ ├── ecircumflex.glif │ │ ├── ecircumflexacute.glif │ │ ├── ecircumflexdotbelow.glif │ │ ├── ecircumflexgrave.glif │ │ ├── ecircumflexhookabove.glif │ │ ├── ecircumflextilde.glif │ │ ├── edieresis.glif │ │ ├── edotaccent.glif │ │ ├── edotbelow.glif │ │ ├── egrave.glif │ │ ├── ehookabove.glif │ │ ├── eight.glif │ │ ├── eight.sinf.glif │ │ ├── eight.sups.glif │ │ ├── eight.v.glif │ │ ├── ellipsis.glif │ │ ├── ellipsis.v.glif │ │ ├── emacron.glif │ │ ├── emdash.glif │ │ ├── emdash.v.glif │ │ ├── emspace.glif │ │ ├── endash.glif │ │ ├── endash.v.glif │ │ ├── eng.glif │ │ ├── enspace.glif │ │ ├── eogonek.glif │ │ ├── equal.glif │ │ ├── estimated.glif │ │ ├── eth.glif │ │ ├── etilde.glif │ │ ├── exclam.glif │ │ ├── exclam.v.glif │ │ ├── exclamdown.glif │ │ ├── exclamdown.v.glif │ │ ├── f.glif │ │ ├── fi.glif │ │ ├── figuredash.glif │ │ ├── firsttonechinese.glif │ │ ├── five.glif │ │ ├── five.sinf.glif │ │ ├── five.sups.glif │ │ ├── five.v.glif │ │ ├── fiveeighths.glif │ │ ├── fl.glif │ │ ├── florin.glif │ │ ├── four.glif │ │ ├── four.sinf.glif │ │ ├── four.sups.glif │ │ ├── four.v.glif │ │ ├── foursuperior.glif │ │ ├── fourthtonechinese.glif │ │ ├── fraction.glif │ │ ├── g.glif │ │ ├── gbreve.glif │ │ ├── gcaron.glif │ │ ├── gcircumflex.glif │ │ ├── gcommaaccent.glif │ │ ├── gdotaccent.glif │ │ ├── germandbls.glif │ │ ├── gmacron.glif │ │ ├── grave.glif │ │ ├── grave.vert.glif │ │ ├── gravecmb.glif │ │ ├── greater.glif │ │ ├── greaterequal.glif │ │ ├── gscript.glif │ │ ├── guarani.glif │ │ ├── guillemotleft.glif │ │ ├── guillemotleft.v.glif │ │ ├── guillemotright.glif │ │ ├── guillemotright.v.glif │ │ ├── guilsinglleft.glif │ │ ├── guilsinglleft.v.glif │ │ ├── guilsinglright.glif │ │ ├── guilsinglright.v.glif │ │ ├── h.glif │ │ ├── hbar.glif │ │ ├── hbrevebelow.glif │ │ ├── hcircumflex.glif │ │ ├── hdotbelow.glif │ │ ├── hookcmb.glif │ │ ├── horizontalbar.glif │ │ ├── horncmb.glif │ │ ├── hungarumlaut.glif │ │ ├── hungarumlautcmb.glif │ │ ├── hyphen.glif │ │ ├── hyphen.v.glif │ │ ├── i.glif │ │ ├── iacute.glif │ │ ├── ibreve.glif │ │ ├── icaron.glif │ │ ├── icircumflex.glif │ │ ├── idieresis.glif │ │ ├── idotbelow.glif │ │ ├── igrave.glif │ │ ├── ihookabove.glif │ │ ├── ij.glif │ │ ├── imacron.glif │ │ ├── indexdown.glif │ │ ├── indexdown.salt.glif │ │ ├── indexdownleft.glif │ │ ├── indexdownleft.outline.glif │ │ ├── indexdownleft.salt.glif │ │ ├── indexdownleft.salt_outline.glif │ │ ├── indexdownright.glif │ │ ├── indexdownright.outline.glif │ │ ├── indexdownright.salt.glif │ │ ├── indexdownright.salt_outline.glif │ │ ├── indexup.glif │ │ ├── indexup.salt.glif │ │ ├── indexupleft.glif │ │ ├── indexupleft.outline.glif │ │ ├── indexupleft.salt.glif │ │ ├── indexupleft.salt_outline.glif │ │ ├── indexupright.glif │ │ ├── indexupright.outline.glif │ │ ├── indexupright.salt.glif │ │ ├── indexupright.salt_outline.glif │ │ ├── indianrupee.glif │ │ ├── infinity.glif │ │ ├── integral.glif │ │ ├── iogonek.glif │ │ ├── itilde.glif │ │ ├── j.glif │ │ ├── jcircumflex.glif │ │ ├── k.glif │ │ ├── kcommaaccent.glif │ │ ├── kgreenlandic.glif │ │ ├── l.glif │ │ ├── lacute.glif │ │ ├── layerinfo.plist │ │ ├── lcaron.glif │ │ ├── lcommaaccent.glif │ │ ├── ldot.glif │ │ ├── ldotbelow.glif │ │ ├── ldotbelowmacron.glif │ │ ├── less.glif │ │ ├── lessequal.glif │ │ ├── lira.glif │ │ ├── liter.glif │ │ ├── llinebelow.glif │ │ ├── logicalnot.glif │ │ ├── lozenge.glif │ │ ├── lslash.glif │ │ ├── m.glif │ │ ├── macron.glif │ │ ├── macronbelowcmb.glif │ │ ├── macroncmb.glif │ │ ├── mdotbelow.glif │ │ ├── minus.glif │ │ ├── minute.glif │ │ ├── mu.glif │ │ ├── multiply.glif │ │ ├── n.glif │ │ ├── n.sups.glif │ │ ├── nacute.glif │ │ ├── naira.glif │ │ ├── napostrophe.glif │ │ ├── ncaron.glif │ │ ├── ncommaaccent.glif │ │ ├── ndotaccent.glif │ │ ├── ndotbelow.glif │ │ ├── nine.glif │ │ ├── nine.sinf.glif │ │ ├── nine.sups.glif │ │ ├── nine.v.glif │ │ ├── nlinebelow.glif │ │ ├── notequal.glif │ │ ├── ntilde.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── oacute.glif │ │ ├── obreve.glif │ │ ├── ocaron.glif │ │ ├── ocircumflex.glif │ │ ├── ocircumflexacute.glif │ │ ├── ocircumflexdotbelow.glif │ │ ├── ocircumflexgrave.glif │ │ ├── ocircumflexhookabove.glif │ │ ├── ocircumflextilde.glif │ │ ├── odieresis.glif │ │ ├── odotbelow.glif │ │ ├── oe.glif │ │ ├── ogonek.glif │ │ ├── ogonekcmb.glif │ │ ├── ograve.glif │ │ ├── ohookabove.glif │ │ ├── ohorn.glif │ │ ├── ohornacute.glif │ │ ├── ohorndotbelow.glif │ │ ├── ohorngrave.glif │ │ ├── ohornhookabove.glif │ │ ├── ohorntilde.glif │ │ ├── ohungarumlaut.glif │ │ ├── omacron.glif │ │ ├── one.glif │ │ ├── one.sinf.glif │ │ ├── one.sups.glif │ │ ├── one.v.glif │ │ ├── oneeighth.glif │ │ ├── onehalf.glif │ │ ├── onequarter.glif │ │ ├── onesuperior.glif │ │ ├── onethird.glif │ │ ├── ordfeminine.glif │ │ ├── ordmasculine.glif │ │ ├── oslash.glif │ │ ├── otilde.glif │ │ ├── p.glif │ │ ├── paragraph.glif │ │ ├── parenleft.glif │ │ ├── parenleft.sinf.glif │ │ ├── parenleft.sups.glif │ │ ├── parenleft.v.glif │ │ ├── parenright.glif │ │ ├── parenright.sinf.glif │ │ ├── parenright.sups.glif │ │ ├── parenright.v.glif │ │ ├── partialdiff.glif │ │ ├── percent.glif │ │ ├── percent.v.glif │ │ ├── period.glif │ │ ├── period.v.glif │ │ ├── periodcentered.glif │ │ ├── periodcentered.v.glif │ │ ├── perthousand.glif │ │ ├── perthousand.v.glif │ │ ├── peseta.glif │ │ ├── peso.glif │ │ ├── pi.glif │ │ ├── plus.glif │ │ ├── plusminus.glif │ │ ├── product.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── question.v.glif │ │ ├── questiondown.glif │ │ ├── questiondown.v.glif │ │ ├── quotedbl.glif │ │ ├── quotedbl.v.glif │ │ ├── quotedblbase.glif │ │ ├── quotedblbase.v.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblleft.v.glif │ │ ├── quotedblright.glif │ │ ├── quotedblright.v.glif │ │ ├── quoteleft.glif │ │ ├── quoteleft.salt.glif │ │ ├── quoteleft.salt_v.glif │ │ ├── quoteleft.v.glif │ │ ├── quoteright.glif │ │ ├── quoteright.salt.glif │ │ ├── quoteright.salt_v.glif │ │ ├── quoteright.v.glif │ │ ├── quotesinglbase.glif │ │ ├── quotesinglbase.v.glif │ │ ├── quotesingle.glif │ │ ├── quotesingle.v.glif │ │ ├── r.glif │ │ ├── racute.glif │ │ ├── radical.glif │ │ ├── rcaron.glif │ │ ├── rcommaaccent.glif │ │ ├── rdotbelow.glif │ │ ├── rdotbelowmacron.glif │ │ ├── registered.glif │ │ ├── ring.glif │ │ ├── ringcmb.glif │ │ ├── ringhalfleft.glif │ │ ├── ringhalfright.glif │ │ ├── rlinebelow.glif │ │ ├── ruble.glif │ │ ├── s.glif │ │ ├── sacute.glif │ │ ├── scaron.glif │ │ ├── scedilla.glif │ │ ├── schwa.glif │ │ ├── scircumflex.glif │ │ ├── scommaaccent.glif │ │ ├── sdotaccent.glif │ │ ├── sdotbelow.glif │ │ ├── second.glif │ │ ├── secondtonechinese.glif │ │ ├── section.glif │ │ ├── semicolon.glif │ │ ├── semicolon.v.glif │ │ ├── seven.glif │ │ ├── seven.sinf.glif │ │ ├── seven.sups.glif │ │ ├── seven.v.glif │ │ ├── seveneighths.glif │ │ ├── six.glif │ │ ├── six.sinf.glif │ │ ├── six.sups.glif │ │ ├── six.v.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── space.tab_en.glif │ │ ├── space.v.glif │ │ ├── sterling.glif │ │ ├── summation.glif │ │ ├── t.glif │ │ ├── tbar.glif │ │ ├── tcaron.glif │ │ ├── tcedilla.glif │ │ ├── tcommaaccent.glif │ │ ├── tdieresis.glif │ │ ├── tdotbelow.glif │ │ ├── thorn.glif │ │ ├── three.glif │ │ ├── three.sinf.glif │ │ ├── three.sups.glif │ │ ├── three.v.glif │ │ ├── threeeighths.glif │ │ ├── threequarters.glif │ │ ├── threesuperior.glif │ │ ├── tilde.glif │ │ ├── tildecmb.glif │ │ ├── tlinebelow.glif │ │ ├── trademark.glif │ │ ├── turkishlira.glif │ │ ├── two.glif │ │ ├── two.sinf.glif │ │ ├── two.sups.glif │ │ ├── two.v.glif │ │ ├── twosuperior.glif │ │ ├── twothirds.glif │ │ ├── u.glif │ │ ├── uacute.glif │ │ ├── ubreve.glif │ │ ├── ucaron.glif │ │ ├── ucircumflex.glif │ │ ├── udieresis.glif │ │ ├── udieresisacute.glif │ │ ├── udieresiscaron.glif │ │ ├── udieresisgrave.glif │ │ ├── udieresismacron.glif │ │ ├── udotbelow.glif │ │ ├── ugrave.glif │ │ ├── uhookabove.glif │ │ ├── uhorn.glif │ │ ├── uhornacute.glif │ │ ├── uhorndotbelow.glif │ │ ├── uhorngrave.glif │ │ ├── uhornhookabove.glif │ │ ├── uhorntilde.glif │ │ ├── uhungarumlaut.glif │ │ ├── umacron.glif │ │ ├── underscore.glif │ │ ├── uni2117.glif │ │ ├── uni2120.glif │ │ ├── uni21A_A_.glif │ │ ├── uni21A_B_.arrow.glif │ │ ├── uni21A_B_.glif │ │ ├── uni21A_B_.v_arrow.glif │ │ ├── uni21A_C_.arrow.glif │ │ ├── uni21A_C_.v_arrow.glif │ │ ├── uni21B_0.glif │ │ ├── uni21B_1.glif │ │ ├── uni21B_2.glif │ │ ├── uni21B_3.glif │ │ ├── uni25D_6.bevel.glif │ │ ├── uni25D_6.deco.glif │ │ ├── uni25D_6.glif │ │ ├── uni25D_6.rounded.glif │ │ ├── uni25D_6.spike.glif │ │ ├── uni25D_6.square.glif │ │ ├── uni25D_6.v.glif │ │ ├── uni25D_6.v_bevel.glif │ │ ├── uni25D_6.v_deco.glif │ │ ├── uni25D_6.v_rounded.glif │ │ ├── uni25D_6.v_spike.glif │ │ ├── uni25D_6.v_square.glif │ │ ├── uni25D_6.v_wings.glif │ │ ├── uni25D_6.wings.glif │ │ ├── uni25D_7.bevel.glif │ │ ├── uni25D_7.deco.glif │ │ ├── uni25D_7.glif │ │ ├── uni25D_7.rounded.glif │ │ ├── uni25D_7.spike.glif │ │ ├── uni25D_7.square.glif │ │ ├── uni25D_7.v.glif │ │ ├── uni25D_7.v_bevel.glif │ │ ├── uni25D_7.v_deco.glif │ │ ├── uni25D_7.v_rounded.glif │ │ ├── uni25D_7.v_spike.glif │ │ ├── uni25D_7.v_square.glif │ │ ├── uni25D_7.v_wings.glif │ │ ├── uni25D_7.wings.glif │ │ ├── uni25D_C_.glif │ │ ├── uni25D_D_.curve.glif │ │ ├── uni25D_D_.curve_v.glif │ │ ├── uni25D_D_.glif │ │ ├── uni25D_E_.glif │ │ ├── uni25D_F_.glif │ │ ├── uni261A_.glif │ │ ├── uni261A_.salt.glif │ │ ├── uni261B_.glif │ │ ├── uni261B_.salt.glif │ │ ├── uni261C_.glif │ │ ├── uni261C_.salt.glif │ │ ├── uni261D_.glif │ │ ├── uni261D_.salt.glif │ │ ├── uni261E_.glif │ │ ├── uni261E_.salt.glif │ │ ├── uni261F_.glif │ │ ├── uni261F_.salt.glif │ │ ├── uni27A_1.glif │ │ ├── uni27A_1.n.glif │ │ ├── uni27A_1.s.glif │ │ ├── uni27A_1.w.glif │ │ ├── uni2B_1B_.chevron_e.glif │ │ ├── uni2B_1B_.chevron_n.glif │ │ ├── uni2B_1B_.chevron_s.glif │ │ ├── uni2B_1B_.chevron_w.glif │ │ ├── uni2B_1B_.glif │ │ ├── uni2B_1B_.semichevron_e.glif │ │ ├── uni2B_1B_.semichevron_n.glif │ │ ├── uni2B_1B_.semichevron_s.glif │ │ ├── uni2B_1B_.semichevron_w.glif │ │ ├── uni2B_1B_.trapezoid_e.glif │ │ ├── uni2B_1B_.trapezoid_e_v.glif │ │ ├── uni2B_1B_.trapezoid_w.glif │ │ ├── uni2B_1B_.trapezoid_w_v.glif │ │ ├── uni2B_24.glif │ │ ├── uni2B_24.salt.glif │ │ ├── uni2B_24.salt_v.glif │ │ ├── uogonek.glif │ │ ├── uring.glif │ │ ├── utilde.glif │ │ ├── v.glif │ │ ├── verticallinelowmod.glif │ │ ├── verticallinemod.glif │ │ ├── w.glif │ │ ├── wacute.glif │ │ ├── wcircumflex.glif │ │ ├── wdieresis.glif │ │ ├── wgrave.glif │ │ ├── whitedownpointingtriangle.glif │ │ ├── whiteleftpointingtriangle.glif │ │ ├── whiterightpointingtriangle.glif │ │ ├── whiteuppointingtriangle.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── yacute.glif │ │ ├── ycircumflex.glif │ │ ├── ydieresis.glif │ │ ├── ydotaccent.glif │ │ ├── ydotbelow.glif │ │ ├── yen.glif │ │ ├── ygrave.glif │ │ ├── yhookabove.glif │ │ ├── ytilde.glif │ │ ├── z.glif │ │ ├── zacute.glif │ │ ├── zcaron.glif │ │ ├── zdotaccent.glif │ │ ├── zdotbelow.glif │ │ ├── zero.glif │ │ ├── zero.sinf.glif │ │ ├── zero.sups.glif │ │ └── zero.v.glif │ ├── groups.plist │ ├── kerning.plist │ ├── layercontents.plist │ ├── lib.plist │ └── metainfo.plist │ ├── Bungee-Shade-Exceptions.ufo │ ├── fontinfo.plist │ ├── glyphs.background │ │ ├── contents.plist │ │ └── layerinfo.plist │ ├── glyphs │ │ ├── I_acute.salt.glif │ │ ├── I_breve.salt.glif │ │ ├── I_circumflex.salt.glif │ │ ├── I_dieresis.salt.glif │ │ ├── I_grave.salt.glif │ │ ├── I_macron.salt.glif │ │ ├── I_tilde.salt.glif │ │ ├── L_caron.salt_v.glif │ │ ├── backslash.glif │ │ ├── contents.plist │ │ ├── fi.glif │ │ ├── fl.glif │ │ ├── layerinfo.plist │ │ ├── ogonek.glif │ │ ├── ogonekcmb.glif │ │ ├── slash.glif │ │ └── turkishlira.glif │ ├── layercontents.plist │ ├── lib.plist │ └── metainfo.plist │ ├── Bungee_Rotated-Regular.ufo │ ├── features.fea │ ├── fontinfo.plist │ ├── glyphs.metrics │ │ ├── contents.plist │ │ └── layerinfo.plist │ ├── glyphs │ │ ├── A_.glif │ │ ├── A_.s.glif │ │ ├── A_.salt.glif │ │ ├── A_.salt_s.glif │ │ ├── A_E_.glif │ │ ├── A_E_.salt.glif │ │ ├── A_acute.glif │ │ ├── A_acute.salt.glif │ │ ├── A_breve.glif │ │ ├── A_breve.salt.glif │ │ ├── A_circumflex.glif │ │ ├── A_circumflex.salt.glif │ │ ├── A_dieresis.glif │ │ ├── A_dieresis.salt.glif │ │ ├── A_grave.glif │ │ ├── A_grave.salt.glif │ │ ├── A_macron.glif │ │ ├── A_macron.salt.glif │ │ ├── A_ogonek.glif │ │ ├── A_ogonek.salt.glif │ │ ├── A_ring.glif │ │ ├── A_ring.salt.glif │ │ ├── A_tilde.glif │ │ ├── A_tilde.salt.glif │ │ ├── B_.glif │ │ ├── C_.glif │ │ ├── C_.s.glif │ │ ├── C_acute.glif │ │ ├── C_caron.glif │ │ ├── C_cedilla.glif │ │ ├── C_circumflex.glif │ │ ├── C_dotaccent.glif │ │ ├── D_.glif │ │ ├── D_.s.glif │ │ ├── D_caron.glif │ │ ├── D_croat.glif │ │ ├── D_elta.glif │ │ ├── E_.glif │ │ ├── E_.s.glif │ │ ├── E_.salt.glif │ │ ├── E_.salt_s.glif │ │ ├── E_acute.glif │ │ ├── E_acute.salt.glif │ │ ├── E_breve.glif │ │ ├── E_breve.salt.glif │ │ ├── E_caron.glif │ │ ├── E_caron.salt.glif │ │ ├── E_circumflex.glif │ │ ├── E_circumflex.salt.glif │ │ ├── E_dieresis.glif │ │ ├── E_dieresis.salt.glif │ │ ├── E_dotaccent.glif │ │ ├── E_dotaccent.salt.glif │ │ ├── E_grave.glif │ │ ├── E_grave.salt.glif │ │ ├── E_macron.glif │ │ ├── E_macron.salt.glif │ │ ├── E_ng.glif │ │ ├── E_ogonek.glif │ │ ├── E_ogonek.salt.glif │ │ ├── E_th.glif │ │ ├── E_uro.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── G_.s.glif │ │ ├── G_breve.glif │ │ ├── G_circumflex.glif │ │ ├── G_commaaccent.glif │ │ ├── G_dotaccent.glif │ │ ├── G_ermandbls.glif │ │ ├── H_.glif │ │ ├── H_.s.glif │ │ ├── H_bar.glif │ │ ├── H_circumflex.glif │ │ ├── I_.glif │ │ ├── I_.s.glif │ │ ├── I_.salt.glif │ │ ├── I_.salt_s.glif │ │ ├── I_J_.glif │ │ ├── I__I_.salt.glif │ │ ├── I_acute.glif │ │ ├── I_acute.salt.glif │ │ ├── I_breve.glif │ │ ├── I_breve.salt.glif │ │ ├── I_circumflex.glif │ │ ├── I_circumflex.salt.glif │ │ ├── I_dieresis.glif │ │ ├── I_dieresis.salt.glif │ │ ├── I_dotaccent.glif │ │ ├── I_dotaccent.salt.glif │ │ ├── I_grave.glif │ │ ├── I_grave.salt.glif │ │ ├── I_macron.glif │ │ ├── I_macron.salt.glif │ │ ├── I_ogonek.glif │ │ ├── I_ogonek.salt.glif │ │ ├── I_tilde.glif │ │ ├── I_tilde.salt.glif │ │ ├── J_.glif │ │ ├── J_.s.glif │ │ ├── J_circumflex.glif │ │ ├── K_.glif │ │ ├── K_.s.glif │ │ ├── K_commaaccent.glif │ │ ├── L_.glif │ │ ├── L_.s.glif │ │ ├── L_.salt.glif │ │ ├── L_.salt_s.glif │ │ ├── L_acute.glif │ │ ├── L_acute.salt.glif │ │ ├── L_caron.glif │ │ ├── L_caron.salt.glif │ │ ├── L_commaaccent.glif │ │ ├── L_commaaccent.salt.glif │ │ ├── L_dot.glif │ │ ├── L_dot.salt.glif │ │ ├── L_slash.glif │ │ ├── L_slash.salt.glif │ │ ├── M_.glif │ │ ├── M_.salt.glif │ │ ├── N_.glif │ │ ├── N_.s.glif │ │ ├── N_.salt.glif │ │ ├── N_.salt_s.glif │ │ ├── N_acute.glif │ │ ├── N_acute.salt.glif │ │ ├── N_caron.glif │ │ ├── N_caron.salt.glif │ │ ├── N_commaaccent.glif │ │ ├── N_commaaccent.salt.glif │ │ ├── N_tilde.glif │ │ ├── N_tilde.salt.glif │ │ ├── O_.glif │ │ ├── O_.s.glif │ │ ├── O_E_.glif │ │ ├── O_acute.glif │ │ ├── O_breve.glif │ │ ├── O_circumflex.glif │ │ ├── O_dieresis.glif │ │ ├── O_grave.glif │ │ ├── O_hungarumlaut.glif │ │ ├── O_macron.glif │ │ ├── O_mega.glif │ │ ├── O_slash.glif │ │ ├── O_tilde.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── R_.s.glif │ │ ├── R_acute.glif │ │ ├── R_caron.glif │ │ ├── R_commaaccent.glif │ │ ├── S_.glif │ │ ├── S_.s.glif │ │ ├── S_acute.glif │ │ ├── S_caron.glif │ │ ├── S_cedilla.glif │ │ ├── S_circumflex.glif │ │ ├── S_commaaccent.glif │ │ ├── T_.glif │ │ ├── T_.s.glif │ │ ├── T_bar.glif │ │ ├── T_caron.glif │ │ ├── T_commaaccent.glif │ │ ├── T_horn.glif │ │ ├── U_.glif │ │ ├── U_.s.glif │ │ ├── U_acute.glif │ │ ├── U_breve.glif │ │ ├── U_circumflex.glif │ │ ├── U_dieresis.glif │ │ ├── U_grave.glif │ │ ├── U_hungarumlaut.glif │ │ ├── U_macron.glif │ │ ├── U_ogonek.glif │ │ ├── U_ring.glif │ │ ├── U_tilde.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── W_.s.glif │ │ ├── W_.salt.glif │ │ ├── W_.salt_s.glif │ │ ├── W_acute.glif │ │ ├── W_acute.salt.glif │ │ ├── W_circumflex.glif │ │ ├── W_circumflex.salt.glif │ │ ├── W_dieresis.glif │ │ ├── W_dieresis.salt.glif │ │ ├── W_grave.glif │ │ ├── W_grave.salt.glif │ │ ├── X_.glif │ │ ├── X_.salt.glif │ │ ├── Y_.glif │ │ ├── Y_.s.glif │ │ ├── Y_.salt.glif │ │ ├── Y_.salt_s.glif │ │ ├── Y_acute.glif │ │ ├── Y_acute.salt.glif │ │ ├── Y_circumflex.glif │ │ ├── Y_circumflex.salt.glif │ │ ├── Y_dieresis.glif │ │ ├── Y_dieresis.salt.glif │ │ ├── Y_grave.glif │ │ ├── Y_grave.salt.glif │ │ ├── Z_.glif │ │ ├── Z_.s.glif │ │ ├── Z_acute.glif │ │ ├── Z_caron.glif │ │ ├── Z_dotaccent.glif │ │ ├── _notdef.glif │ │ ├── a.glif │ │ ├── aacute.glif │ │ ├── abreve.glif │ │ ├── acircumflex.glif │ │ ├── acute.glif │ │ ├── acutecmb.glif │ │ ├── adieresis.glif │ │ ├── ae.glif │ │ ├── agrave.glif │ │ ├── amacron.glif │ │ ├── ampersand.glif │ │ ├── ampersand.salt.glif │ │ ├── aogonek.glif │ │ ├── approxequal.glif │ │ ├── aring.glif │ │ ├── arrowdown.chevron.glif │ │ ├── arrowdown.glif │ │ ├── arrowdownleft.glif │ │ ├── arrowdownright.glif │ │ ├── arrowleft.chevron.glif │ │ ├── arrowleft.glif │ │ ├── arrowright.chevron.glif │ │ ├── arrowright.glif │ │ ├── arrowup.chevron.glif │ │ ├── arrowup.glif │ │ ├── arrowupleft.glif │ │ ├── arrowupright.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── atilde.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── block.glif │ │ ├── braceleft.glif │ │ ├── braceright.glif │ │ ├── bracketleft.glif │ │ ├── bracketright.glif │ │ ├── breve.glif │ │ ├── brevecmb.glif │ │ ├── brokenbar.glif │ │ ├── bullet.glif │ │ ├── c.glif │ │ ├── cacute.glif │ │ ├── caron.2.glif │ │ ├── caron.glif │ │ ├── caroncmb.glif │ │ ├── ccaron.glif │ │ ├── ccedilla.glif │ │ ├── ccircumflex.glif │ │ ├── cdotaccent.glif │ │ ├── cedilla.glif │ │ ├── cedillacmb.glif │ │ ├── cent.glif │ │ ├── circumflex.glif │ │ ├── circumflexcmb.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── commaaccent.glif │ │ ├── commaturnedabovecmb.glif │ │ ├── commaturnedmod.glif │ │ ├── contents.plist │ │ ├── copyright.glif │ │ ├── currency.glif │ │ ├── d.glif │ │ ├── dagger.glif │ │ ├── daggerdbl.glif │ │ ├── dcaron.glif │ │ ├── dcroat.glif │ │ ├── degree.glif │ │ ├── dieresis.glif │ │ ├── dieresiscmb.glif │ │ ├── divide.glif │ │ ├── dollar.glif │ │ ├── dotaccent.glif │ │ ├── dotaccentcmb.glif │ │ ├── dotlessi.glif │ │ ├── dotlessj.glif │ │ ├── e.glif │ │ ├── eacute.glif │ │ ├── ebreve.glif │ │ ├── ecaron.glif │ │ ├── ecircumflex.glif │ │ ├── edieresis.glif │ │ ├── edotaccent.glif │ │ ├── egrave.glif │ │ ├── eight.glif │ │ ├── ellipsis.glif │ │ ├── emacron.glif │ │ ├── emdash.glif │ │ ├── emspace.glif │ │ ├── endash.glif │ │ ├── eng.glif │ │ ├── enspace.glif │ │ ├── eogonek.glif │ │ ├── equal.glif │ │ ├── eth.glif │ │ ├── exclam.glif │ │ ├── exclamdown.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── florin.glif │ │ ├── four.glif │ │ ├── foursuperior.glif │ │ ├── fraction.glif │ │ ├── g.glif │ │ ├── gbreve.glif │ │ ├── gcircumflex.glif │ │ ├── gcommaaccent.glif │ │ ├── gdotaccent.glif │ │ ├── germandbls.glif │ │ ├── grave.glif │ │ ├── gravecmb.glif │ │ ├── greater.glif │ │ ├── greaterequal.glif │ │ ├── guillemotleft.glif │ │ ├── guillemotright.glif │ │ ├── guilsinglleft.glif │ │ ├── guilsinglright.glif │ │ ├── h.glif │ │ ├── hbar.glif │ │ ├── hcircumflex.glif │ │ ├── hungarumlaut.glif │ │ ├── hungarumlautcmb.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── iacute.glif │ │ ├── ibreve.glif │ │ ├── icircumflex.glif │ │ ├── idieresis.glif │ │ ├── igrave.glif │ │ ├── ij.glif │ │ ├── imacron.glif │ │ ├── indexdown.glif │ │ ├── indexdown.salt.glif │ │ ├── indexdownleft.glif │ │ ├── indexdownleft.outline.glif │ │ ├── indexdownleft.salt.glif │ │ ├── indexdownleft.salt_outline.glif │ │ ├── indexdownright.glif │ │ ├── indexdownright.outline.glif │ │ ├── indexdownright.salt.glif │ │ ├── indexdownright.salt_outline.glif │ │ ├── indexup.glif │ │ ├── indexup.salt.glif │ │ ├── indexupleft.glif │ │ ├── indexupleft.outline.glif │ │ ├── indexupleft.salt.glif │ │ ├── indexupleft.salt_outline.glif │ │ ├── indexupright.glif │ │ ├── indexupright.outline.glif │ │ ├── indexupright.salt.glif │ │ ├── indexupright.salt_outline.glif │ │ ├── infinity.glif │ │ ├── integral.glif │ │ ├── iogonek.glif │ │ ├── itilde.glif │ │ ├── j.glif │ │ ├── jcircumflex.glif │ │ ├── k.glif │ │ ├── kcommaaccent.glif │ │ ├── l.glif │ │ ├── lacute.glif │ │ ├── layerinfo.plist │ │ ├── lcaron.glif │ │ ├── lcommaaccent.glif │ │ ├── ldot.glif │ │ ├── less.glif │ │ ├── lessequal.glif │ │ ├── logicalnot.glif │ │ ├── lozenge.glif │ │ ├── lslash.glif │ │ ├── m.glif │ │ ├── macron.glif │ │ ├── macroncmb.glif │ │ ├── minus.glif │ │ ├── minute.glif │ │ ├── mu.glif │ │ ├── multiply.glif │ │ ├── n.glif │ │ ├── nacute.glif │ │ ├── ncaron.glif │ │ ├── ncommaaccent.glif │ │ ├── nine.glif │ │ ├── notequal.glif │ │ ├── ntilde.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── oacute.glif │ │ ├── obreve.glif │ │ ├── ocircumflex.glif │ │ ├── odieresis.glif │ │ ├── oe.glif │ │ ├── ogonek.glif │ │ ├── ogonekcmb.glif │ │ ├── ograve.glif │ │ ├── ohungarumlaut.glif │ │ ├── omacron.glif │ │ ├── one.glif │ │ ├── onesuperior.glif │ │ ├── ordfeminine.glif │ │ ├── ordmasculine.glif │ │ ├── oslash.glif │ │ ├── otilde.glif │ │ ├── p.glif │ │ ├── paragraph.glif │ │ ├── parenleft.glif │ │ ├── parenright.glif │ │ ├── partialdiff.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── periodcentered.glif │ │ ├── perthousand.glif │ │ ├── pi.glif │ │ ├── plus.glif │ │ ├── plusminus.glif │ │ ├── product.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── questiondown.glif │ │ ├── quotedbl.glif │ │ ├── quotedblbase.glif │ │ ├── quotedblleft.glif │ │ ├── quotedblright.glif │ │ ├── quoteleft.glif │ │ ├── quoteleft.salt.glif │ │ ├── quoteright.glif │ │ ├── quoteright.salt.glif │ │ ├── quotesinglbase.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── racute.glif │ │ ├── radical.glif │ │ ├── rcaron.glif │ │ ├── rcommaaccent.glif │ │ ├── registered.glif │ │ ├── ring.glif │ │ ├── ringcmb.glif │ │ ├── s.glif │ │ ├── sacute.glif │ │ ├── scaron.glif │ │ ├── scedilla.glif │ │ ├── scircumflex.glif │ │ ├── scommaaccent.glif │ │ ├── second.glif │ │ ├── section.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── space.tab_en.glif │ │ ├── sterling.glif │ │ ├── summation.glif │ │ ├── t.glif │ │ ├── tbar.glif │ │ ├── tcaron.glif │ │ ├── tcommaaccent.glif │ │ ├── thorn.glif │ │ ├── three.glif │ │ ├── threesuperior.glif │ │ ├── tilde.glif │ │ ├── tildecmb.glif │ │ ├── trademark.glif │ │ ├── two.glif │ │ ├── twosuperior.glif │ │ ├── u.glif │ │ ├── uacute.glif │ │ ├── ubreve.glif │ │ ├── ucircumflex.glif │ │ ├── udieresis.glif │ │ ├── ugrave.glif │ │ ├── uhungarumlaut.glif │ │ ├── umacron.glif │ │ ├── underscore.glif │ │ ├── uni2117.glif │ │ ├── uni21A_A_.glif │ │ ├── uni21A_B_.arrow.glif │ │ ├── uni21A_B_.glif │ │ ├── uni21A_C_.arrow.glif │ │ ├── uni21B_0.glif │ │ ├── uni21B_1.glif │ │ ├── uni21B_2.glif │ │ ├── uni21B_3.glif │ │ ├── uni25D_6.bevel.glif │ │ ├── uni25D_6.deco.glif │ │ ├── uni25D_6.glif │ │ ├── uni25D_6.rounded.glif │ │ ├── uni25D_6.spike.glif │ │ ├── uni25D_6.square.glif │ │ ├── uni25D_6.wings.glif │ │ ├── uni25D_7.bevel.glif │ │ ├── uni25D_7.deco.glif │ │ ├── uni25D_7.glif │ │ ├── uni25D_7.rounded.glif │ │ ├── uni25D_7.spike.glif │ │ ├── uni25D_7.square.glif │ │ ├── uni25D_7.wings.glif │ │ ├── uni25D_C_.glif │ │ ├── uni25D_D_.curve.glif │ │ ├── uni25D_D_.curve_v.glif │ │ ├── uni25D_D_.glif │ │ ├── uni25D_E_.glif │ │ ├── uni25D_F_.glif │ │ ├── uni261A_.glif │ │ ├── uni261A_.salt.glif │ │ ├── uni261B_.glif │ │ ├── uni261B_.salt.glif │ │ ├── uni261C_.glif │ │ ├── uni261C_.salt.glif │ │ ├── uni261D_.glif │ │ ├── uni261D_.salt.glif │ │ ├── uni261E_.glif │ │ ├── uni261E_.salt.glif │ │ ├── uni261F_.glif │ │ ├── uni261F_.salt.glif │ │ ├── uni27A_1.glif │ │ ├── uni27A_1.w.glif │ │ ├── uni2B_1B_.chevron_e.glif │ │ ├── uni2B_1B_.chevron_n.glif │ │ ├── uni2B_1B_.chevron_s.glif │ │ ├── uni2B_1B_.chevron_w.glif │ │ ├── uni2B_1B_.glif │ │ ├── uni2B_1B_.semichevron_e.glif │ │ ├── uni2B_1B_.semichevron_w.glif │ │ ├── uni2B_1B_.trapezoid_e.glif │ │ ├── uni2B_1B_.trapezoid_e_v.glif │ │ ├── uni2B_1B_.trapezoid_w.glif │ │ ├── uni2B_1B_.trapezoid_w_v.glif │ │ ├── uni2B_24.glif │ │ ├── uni2B_24.salt.glif │ │ ├── uni2B_24.salt_v.glif │ │ ├── uogonek.glif │ │ ├── uring.glif │ │ ├── utilde.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── wacute.glif │ │ ├── wcircumflex.glif │ │ ├── wdieresis.glif │ │ ├── wgrave.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── yacute.glif │ │ ├── ycircumflex.glif │ │ ├── ydieresis.glif │ │ ├── yen.glif │ │ ├── ygrave.glif │ │ ├── z.glif │ │ ├── zacute.glif │ │ ├── zcaron.glif │ │ ├── zdotaccent.glif │ │ └── zero.glif │ ├── groups.plist │ ├── kerning.plist │ ├── layercontents.plist │ ├── lib.plist │ └── metainfo.plist │ ├── experimental │ ├── Bungee-Cyrillic.ufo │ │ ├── fontinfo.plist │ │ ├── glyphs.background │ │ │ ├── contents.plist │ │ │ └── layerinfo.plist │ │ ├── glyphs.inline │ │ │ ├── contents.plist │ │ │ └── layerinfo.plist │ │ ├── glyphs.inlineC_ontour │ │ │ ├── E_lcyrillic.scrap_beta.glif │ │ │ ├── P_ecyrillic.scrap_beta.glif │ │ │ ├── contents.plist │ │ │ └── layerinfo.plist │ │ ├── glyphs.outline │ │ │ ├── B_ecyrillic.scrap_beta.glif │ │ │ ├── C_hecyrillic.scrap_beta.glif │ │ │ ├── D_ecyrillic.scrap_beta.glif │ │ │ ├── E_fcyrillic.scrap_beta.glif │ │ │ ├── E_lcyrillic.scrap_beta.glif │ │ │ ├── E_reversedcyrillic.scrap_beta.glif │ │ │ ├── G_ecyrillic.scrap_beta.glif │ │ │ ├── I_acyrillic.scrap_beta.glif │ │ │ ├── I_icyrillic.scrap_beta.glif │ │ │ ├── P_ecyrillic.scrap_beta.glif │ │ │ ├── S_hchacyrillic.scrap_beta.glif │ │ │ ├── S_oftsigncyrillic.scrap_beta.glif │ │ │ ├── U_cyrillic.scrap_beta.glif │ │ │ ├── Z_hecyrillic.scrap_beta.glif │ │ │ ├── contents.plist │ │ │ └── layerinfo.plist │ │ ├── glyphs.shade │ │ │ ├── contents.plist │ │ │ └── layerinfo.plist │ │ ├── glyphs │ │ │ ├── B_ecyrillic.scrap_beta.glif │ │ │ ├── C_hecyrillic.scrap_beta.glif │ │ │ ├── D_ecyrillic.scrap_beta.glif │ │ │ ├── E_fcyrillic.scrap_beta.glif │ │ │ ├── E_lcyrillic.scrap_beta.glif │ │ │ ├── E_reversedcyrillic.scrap_beta.glif │ │ │ ├── G_ecyrillic.scrap_beta.glif │ │ │ ├── I_acyrillic.scrap_beta.glif │ │ │ ├── I_icyrillic.scrap_beta.glif │ │ │ ├── P_ecyrillic.scrap_beta.glif │ │ │ ├── S_hchacyrillic.scrap_beta.glif │ │ │ ├── S_oftsigncyrillic.scrap_beta.glif │ │ │ ├── U_cyrillic.scrap_beta.glif │ │ │ ├── Z_hecyrillic.scrap_beta.glif │ │ │ ├── contents.plist │ │ │ └── layerinfo.plist │ │ ├── layercontents.plist │ │ ├── lib.plist │ │ └── metainfo.plist │ └── Bungee_Layers-Ice.ufo │ │ ├── fontinfo.plist │ │ ├── glyphs.background │ │ ├── X_.glif │ │ ├── contents.plist │ │ ├── eight.glif │ │ ├── layerinfo.plist │ │ └── quoteright.glif │ │ ├── glyphs.inline │ │ ├── A_.glif │ │ ├── B_.glif │ │ ├── C_.glif │ │ ├── D_.glif │ │ ├── E_.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── H_.glif │ │ ├── I_.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── L_.glif │ │ ├── M_.glif │ │ ├── N_.glif │ │ ├── O_.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── S_.glif │ │ ├── T_.glif │ │ ├── U_.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Z_.glif │ │ ├── ampersand.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── braceleft.glif │ │ ├── braceright.glif │ │ ├── bracketleft.glif │ │ ├── bracketright.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── dollar.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── grave.glif │ │ ├── greater.glif │ │ ├── hyphen.glif │ │ ├── layerinfo.plist │ │ ├── less.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── one.glif │ │ ├── parenleft.glif │ │ ├── parenright.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── plus.glif │ │ ├── question.glif │ │ ├── quotedbl.glif │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── underscore.glif │ │ └── zero.glif │ │ ├── glyphs.inlineC_ontour │ │ ├── contents.plist │ │ └── layerinfo.plist │ │ ├── glyphs.metrics │ │ ├── contents.plist │ │ └── layerinfo.plist │ │ ├── glyphs.outline │ │ ├── A_.glif │ │ ├── B_.glif │ │ ├── C_.glif │ │ ├── D_.glif │ │ ├── E_.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── H_.glif │ │ ├── I_.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── L_.glif │ │ ├── M_.glif │ │ ├── N_.glif │ │ ├── O_.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── S_.glif │ │ ├── T_.glif │ │ ├── U_.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Z_.glif │ │ ├── ampersand.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── braceleft.glif │ │ ├── braceright.glif │ │ ├── bracketleft.glif │ │ ├── bracketright.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── dollar.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── grave.glif │ │ ├── greater.glif │ │ ├── hyphen.glif │ │ ├── layerinfo.plist │ │ ├── less.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── one.glif │ │ ├── parenleft.glif │ │ ├── parenright.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── plus.glif │ │ ├── question.glif │ │ ├── quotedbl.glif │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── underscore.glif │ │ └── zero.glif │ │ ├── glyphs.regular │ │ ├── A_.glif │ │ ├── B_.glif │ │ ├── C_.glif │ │ ├── D_.glif │ │ ├── E_.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── H_.glif │ │ ├── I_.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── L_.glif │ │ ├── M_.glif │ │ ├── N_.glif │ │ ├── O_.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── S_.glif │ │ ├── T_.glif │ │ ├── U_.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Z_.glif │ │ ├── ampersand.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── braceleft.glif │ │ ├── braceright.glif │ │ ├── bracketleft.glif │ │ ├── bracketright.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── dollar.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── grave.glif │ │ ├── greater.glif │ │ ├── hyphen.glif │ │ ├── layerinfo.plist │ │ ├── less.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── one.glif │ │ ├── parenleft.glif │ │ ├── parenright.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── plus.glif │ │ ├── question.glif │ │ ├── quotedbl.glif │ │ ├── quotesingle.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── underscore.glif │ │ └── zero.glif │ │ ├── glyphs.shade │ │ ├── A_.glif │ │ ├── B_.glif │ │ ├── C_.glif │ │ ├── D_.glif │ │ ├── E_.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── H_.glif │ │ ├── I_.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── L_.glif │ │ ├── M_.glif │ │ ├── N_.glif │ │ ├── O_.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── S_.glif │ │ ├── T_.glif │ │ ├── U_.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Z_.glif │ │ ├── ampersand.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── braceleft.glif │ │ ├── braceright.glif │ │ ├── bracketleft.glif │ │ ├── bracketright.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── dollar.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── grave.glif │ │ ├── greater.glif │ │ ├── hyphen.glif │ │ ├── layerinfo.plist │ │ ├── less.glif │ │ ├── nine.glif │ │ ├── numbersign.glif │ │ ├── one.glif │ │ ├── parenleft.glif │ │ ├── parenright.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── plus.glif │ │ ├── question.glif │ │ ├── quotedbl.glif │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── underscore.glif │ │ └── zero.glif │ │ ├── glyphs │ │ ├── A_.glif │ │ ├── B_.glif │ │ ├── C_.glif │ │ ├── D_.glif │ │ ├── E_.glif │ │ ├── F_.glif │ │ ├── G_.glif │ │ ├── H_.glif │ │ ├── I_.glif │ │ ├── J_.glif │ │ ├── K_.glif │ │ ├── L_.glif │ │ ├── M_.glif │ │ ├── N_.glif │ │ ├── O_.glif │ │ ├── P_.glif │ │ ├── Q_.glif │ │ ├── R_.glif │ │ ├── S_.glif │ │ ├── T_.glif │ │ ├── U_.glif │ │ ├── V_.glif │ │ ├── W_.glif │ │ ├── X_.glif │ │ ├── Y_.glif │ │ ├── Z_.glif │ │ ├── a.glif │ │ ├── ampersand.glif │ │ ├── asciicircum.glif │ │ ├── asciitilde.glif │ │ ├── asterisk.glif │ │ ├── at.glif │ │ ├── b.glif │ │ ├── backslash.glif │ │ ├── bar.glif │ │ ├── braceleft.glif │ │ ├── braceright.glif │ │ ├── bracketleft.glif │ │ ├── bracketright.glif │ │ ├── c.glif │ │ ├── colon.glif │ │ ├── comma.glif │ │ ├── contents.plist │ │ ├── d.glif │ │ ├── dollar.glif │ │ ├── e.glif │ │ ├── eight.glif │ │ ├── equal.glif │ │ ├── exclam.glif │ │ ├── f.glif │ │ ├── five.glif │ │ ├── four.glif │ │ ├── g.glif │ │ ├── grave.glif │ │ ├── greater.glif │ │ ├── h.glif │ │ ├── hyphen.glif │ │ ├── i.glif │ │ ├── j.glif │ │ ├── k.glif │ │ ├── l.glif │ │ ├── layerinfo.plist │ │ ├── less.glif │ │ ├── m.glif │ │ ├── n.glif │ │ ├── nacute.glif │ │ ├── nine.glif │ │ ├── ntilde.glif │ │ ├── numbersign.glif │ │ ├── o.glif │ │ ├── one.glif │ │ ├── p.glif │ │ ├── parenleft.glif │ │ ├── parenright.glif │ │ ├── percent.glif │ │ ├── period.glif │ │ ├── plus.glif │ │ ├── q.glif │ │ ├── question.glif │ │ ├── quotedbl.glif │ │ ├── quoteright.glif │ │ ├── quotesingle.glif │ │ ├── r.glif │ │ ├── s.glif │ │ ├── semicolon.glif │ │ ├── seven.glif │ │ ├── six.glif │ │ ├── slash.glif │ │ ├── space.glif │ │ ├── t.glif │ │ ├── three.glif │ │ ├── two.glif │ │ ├── u.glif │ │ ├── underscore.glif │ │ ├── v.glif │ │ ├── w.glif │ │ ├── x.glif │ │ ├── y.glif │ │ ├── z.glif │ │ └── zero.glif │ │ ├── groups.plist │ │ ├── kerning.plist │ │ ├── layercontents.plist │ │ ├── lib.plist │ │ └── metainfo.plist │ └── features │ ├── blocks.fea │ ├── blocks_rotated.fea │ ├── classes.fea │ ├── classes_rotated.fea │ ├── features.fea │ ├── features_rotated.fea │ ├── vertical.fea │ ├── vertical_rotated.fea │ ├── vkrn.fea │ └── vpal.fea ├── specimen.png └── specimen2.png /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/.gitignore -------------------------------------------------------------------------------- /AUTHORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/AUTHORS.txt -------------------------------------------------------------------------------- /CONTRIBUTORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/CONTRIBUTORS.txt -------------------------------------------------------------------------------- /FONTLOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/FONTLOG.md -------------------------------------------------------------------------------- /METADATA.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/METADATA.yml -------------------------------------------------------------------------------- /OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/OFL.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/README.md -------------------------------------------------------------------------------- /TRADEMARKS.md: -------------------------------------------------------------------------------- 1 | Bungee is a trademark of The Font Bureau, Inc. -------------------------------------------------------------------------------- /documentation/1-family-structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/1-family-structure.md -------------------------------------------------------------------------------- /documentation/2-chromatic-layers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/2-chromatic-layers.md -------------------------------------------------------------------------------- /documentation/3-vertical-text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/3-vertical-text.md -------------------------------------------------------------------------------- /documentation/4-stylistic-alternates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/4-stylistic-alternates.md -------------------------------------------------------------------------------- /documentation/5-ornaments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/5-ornaments.md -------------------------------------------------------------------------------- /documentation/6-color-fonts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/6-color-fonts.md -------------------------------------------------------------------------------- /documentation/7-editing-bungee.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/7-editing-bungee.md -------------------------------------------------------------------------------- /documentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/README.md -------------------------------------------------------------------------------- /documentation/article/ARTICLE-template.en_us.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/article/ARTICLE-template.en_us.html -------------------------------------------------------------------------------- /documentation/article/ARTICLE.en_us.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/article/ARTICLE.en_us.html -------------------------------------------------------------------------------- /documentation/article/bungee-01-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/article/bungee-01-vertical.png -------------------------------------------------------------------------------- /documentation/article/bungee-02-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/article/bungee-02-horizontal.png -------------------------------------------------------------------------------- /documentation/article/bungee-03-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/article/bungee-03-text.png -------------------------------------------------------------------------------- /documentation/article/bungee-04-signs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/article/bungee-04-signs.png -------------------------------------------------------------------------------- /documentation/article/bungee-05-basic-family-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/article/bungee-05-basic-family-c.png -------------------------------------------------------------------------------- /documentation/article/bungee-05-basic-family.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/article/bungee-05-basic-family.png -------------------------------------------------------------------------------- /documentation/article/bungee-06-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/article/bungee-06-outline.png -------------------------------------------------------------------------------- /documentation/article/bungee-07-layers.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/article/bungee-07-layers.gif -------------------------------------------------------------------------------- /documentation/article/bungee-08-hey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/article/bungee-08-hey.png -------------------------------------------------------------------------------- /documentation/examples/banner-block-sample.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/examples/banner-block-sample.html -------------------------------------------------------------------------------- /documentation/examples/layered-text-sample.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/examples/layered-text-sample.html -------------------------------------------------------------------------------- /documentation/examples/vertical-text-sample-rotated.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/examples/vertical-text-sample-rotated.html -------------------------------------------------------------------------------- /documentation/examples/vertical-text-sample.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/examples/vertical-text-sample.html -------------------------------------------------------------------------------- /documentation/images-license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images-license.txt -------------------------------------------------------------------------------- /documentation/images/color-sbix-mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/color-sbix-mac.png -------------------------------------------------------------------------------- /documentation/images/color-svg-firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/color-svg-firefox.png -------------------------------------------------------------------------------- /documentation/images/design-alternates-ampersand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-alternates-ampersand.png -------------------------------------------------------------------------------- /documentation/images/design-alternates-apostrophe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-alternates-apostrophe.png -------------------------------------------------------------------------------- /documentation/images/design-alternates-downer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-alternates-downer.png -------------------------------------------------------------------------------- /documentation/images/design-alternates-e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-alternates-e.png -------------------------------------------------------------------------------- /documentation/images/design-alternates-i.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-alternates-i.png -------------------------------------------------------------------------------- /documentation/images/design-alternates-ij.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-alternates-ij.png -------------------------------------------------------------------------------- /documentation/images/design-alternates-l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-alternates-l.png -------------------------------------------------------------------------------- /documentation/images/design-alternates-layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-alternates-layers.png -------------------------------------------------------------------------------- /documentation/images/design-alternates-round-forms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-alternates-round-forms.png -------------------------------------------------------------------------------- /documentation/images/design-alternates-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-alternates-vertical.png -------------------------------------------------------------------------------- /documentation/images/design-bungeeTypesetter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-bungeeTypesetter.png -------------------------------------------------------------------------------- /documentation/images/design-layers-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-layers-1.png -------------------------------------------------------------------------------- /documentation/images/design-layers-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-layers-2.png -------------------------------------------------------------------------------- /documentation/images/design-layers-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-layers-3.png -------------------------------------------------------------------------------- /documentation/images/design-layers-stroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-layers-stroke.png -------------------------------------------------------------------------------- /documentation/images/design-layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-layers.png -------------------------------------------------------------------------------- /documentation/images/design-ornaments-arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-ornaments-arrows.png -------------------------------------------------------------------------------- /documentation/images/design-ornaments-banners.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-ornaments-banners.png -------------------------------------------------------------------------------- /documentation/images/design-ornaments-blocks-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-ornaments-blocks-2.png -------------------------------------------------------------------------------- /documentation/images/design-ornaments-blocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-ornaments-blocks.png -------------------------------------------------------------------------------- /documentation/images/design-ornaments-independent.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-ornaments-independent.jpg -------------------------------------------------------------------------------- /documentation/images/design-ornaments-independent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-ornaments-independent.png -------------------------------------------------------------------------------- /documentation/images/design-ornaments-layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-ornaments-layer.png -------------------------------------------------------------------------------- /documentation/images/design-ornaments-scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-ornaments-scale.png -------------------------------------------------------------------------------- /documentation/images/design-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-vert.png -------------------------------------------------------------------------------- /documentation/images/design-vertical-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-vertical-1.png -------------------------------------------------------------------------------- /documentation/images/design-vertical-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-vertical-2.png -------------------------------------------------------------------------------- /documentation/images/design-vertical-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-vertical-3.png -------------------------------------------------------------------------------- /documentation/images/design-vertical-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-vertical-text.png -------------------------------------------------------------------------------- /documentation/images/design-vkrn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-vkrn.png -------------------------------------------------------------------------------- /documentation/images/design-vpal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/design-vpal.png -------------------------------------------------------------------------------- /documentation/images/structure-bungee-basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/structure-bungee-basic.png -------------------------------------------------------------------------------- /documentation/images/structure-bungee-layers-rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/structure-bungee-layers-rotated.png -------------------------------------------------------------------------------- /documentation/images/structure-bungee-layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/documentation/images/structure-bungee-layers.png -------------------------------------------------------------------------------- /fonts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/fonts/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/requirements.txt -------------------------------------------------------------------------------- /resources/drawbot/bungeeTypesetter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/resources/drawbot/bungeeTypesetter.py -------------------------------------------------------------------------------- /resources/drawbot/layeredTextDemo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/resources/drawbot/layeredTextDemo.py -------------------------------------------------------------------------------- /resources/drawbot/verticalTextDemo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/resources/drawbot/verticalTextDemo.py -------------------------------------------------------------------------------- /resources/web/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/resources/web/README.md -------------------------------------------------------------------------------- /resources/web/bungee.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/resources/web/bungee.css -------------------------------------------------------------------------------- /resources/web/bungee.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/resources/web/bungee.js -------------------------------------------------------------------------------- /resources/web/example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/resources/web/example.html -------------------------------------------------------------------------------- /run_fontbakery.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/run_fontbakery.sh -------------------------------------------------------------------------------- /sandbox/_beta_bungeeTypesetter.02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sandbox/_beta_bungeeTypesetter.02.py -------------------------------------------------------------------------------- /sandbox/block-tracking.01/Bungee-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sandbox/block-tracking.01/Bungee-Regular.otf -------------------------------------------------------------------------------- /sandbox/block-tracking.01/Bungee-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sandbox/block-tracking.01/Bungee-Regular.woff -------------------------------------------------------------------------------- /sandbox/block-tracking.01/WebFonts Report: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sandbox/block-tracking.01/WebFonts Report -------------------------------------------------------------------------------- /sandbox/block-tracking.01/font.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sandbox/block-tracking.01/font.css -------------------------------------------------------------------------------- /sandbox/block-tracking.01/preview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sandbox/block-tracking.01/preview.html -------------------------------------------------------------------------------- /sandbox/block-tracking.02/WebFonts Report: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sandbox/block-tracking.02/WebFonts Report -------------------------------------------------------------------------------- /sandbox/block-tracking.02/font.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sandbox/block-tracking.02/font.css -------------------------------------------------------------------------------- /sandbox/block-tracking.02/preview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sandbox/block-tracking.02/preview.html -------------------------------------------------------------------------------- /scripts/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/LICENSE.md -------------------------------------------------------------------------------- /scripts/assembleColorSources.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/assembleColorSources.py -------------------------------------------------------------------------------- /scripts/assembleRotatedSources.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/assembleRotatedSources.py -------------------------------------------------------------------------------- /scripts/assembleSources.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/assembleSources.py -------------------------------------------------------------------------------- /scripts/assembleTools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/assembleTools.py -------------------------------------------------------------------------------- /scripts/breakOutLayers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/breakOutLayers.py -------------------------------------------------------------------------------- /scripts/breakOutVertical.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/breakOutVertical.py -------------------------------------------------------------------------------- /scripts/colorFont_breakLayersIntoAlternates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/colorFont_breakLayersIntoAlternates.py -------------------------------------------------------------------------------- /scripts/colorFont_doubleEncodeUppercase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/colorFont_doubleEncodeUppercase.py -------------------------------------------------------------------------------- /scripts/colorFont_replaceAlt001WithComponents.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/colorFont_replaceAlt001WithComponents.py -------------------------------------------------------------------------------- /scripts/drawVerticalMetricsLayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/drawVerticalMetricsLayer.py -------------------------------------------------------------------------------- /scripts/fixsvg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/fixsvg.py -------------------------------------------------------------------------------- /scripts/generatePrep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/generatePrep.py -------------------------------------------------------------------------------- /scripts/getVerticalMetrics_getSS11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/getVerticalMetrics_getSS11.py -------------------------------------------------------------------------------- /scripts/getVerticalMetrics_getSS12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/getVerticalMetrics_getSS12.py -------------------------------------------------------------------------------- /scripts/getVerticalMetrics_vkrn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/getVerticalMetrics_vkrn.py -------------------------------------------------------------------------------- /scripts/getVerticalMetrics_vpal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/getVerticalMetrics_vpal.py -------------------------------------------------------------------------------- /scripts/make_gradient_colrv1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/make_gradient_colrv1.py -------------------------------------------------------------------------------- /scripts/printPUAMap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/printPUAMap.py -------------------------------------------------------------------------------- /scripts/proof/_beta_iceIceDemo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/proof/_beta_iceIceDemo.py -------------------------------------------------------------------------------- /scripts/proof/colorPalettes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/proof/colorPalettes.py -------------------------------------------------------------------------------- /scripts/rotate90CCW.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/rotate90CCW.py -------------------------------------------------------------------------------- /scripts/scrap/_getVerticalMetrics_normalizeVerticalWidths.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/scrap/_getVerticalMetrics_normalizeVerticalWidths.py -------------------------------------------------------------------------------- /scripts/setPUA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/setPUA.py -------------------------------------------------------------------------------- /scripts/subset-glyphs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/subset-glyphs.txt -------------------------------------------------------------------------------- /scripts/subset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/subset.sh -------------------------------------------------------------------------------- /scripts/swapLayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/scripts/swapLayer.py -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/features.fea -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/fontinfo.plist -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/A_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/A_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/A_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/A_E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/A_E_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/B_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/B_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/B_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/C_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/C_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/C_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/D_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/D_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/D_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/E_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/E_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/E_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/E_ng.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/E_ng.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/E_th.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/E_th.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/F_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/F_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/F_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/G_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/G_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/G_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/H_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/H_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/H_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/I_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/I_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/I_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/I_J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/I_J_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/J_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/J_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/J_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/K_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/K_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/K_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/L_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/L_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/L_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/M_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/M_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/M_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/N_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/N_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/N_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/O_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/O_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/O_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/O_E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/O_E_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/P_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/P_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/P_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/Q_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/Q_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/Q_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/R_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/R_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/R_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/S_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/S_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/S_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/T_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/T_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/T_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/U_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/U_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/U_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/V_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/V_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/V_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/W_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/W_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/W_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/X_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/X_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/X_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/Y_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/Y_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/Y_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/Z_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/Z_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/Z_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/at.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/bar.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/cent.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/cent.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/dong.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/dong.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/five.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/five.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/four.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/four.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/less.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/less.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/lira.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/lira.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/mu.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/mu.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/nine.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/nine.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/one.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/one.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/peso.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/peso.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/pi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/pi.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/plus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/plus.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/ring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/ring.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/six.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/six.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/two.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/two.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/yen.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/yen.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/zero.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.inline/zero.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/A_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/B_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/C_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/D_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/E_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/F_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/G_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/H_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/I_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/J_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/K_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/L_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/M_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/N_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/O_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/P_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/Q_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/R_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/S_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/T_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/U_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/V_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/W_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/X_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/Y_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/Z_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/at.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/bar.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/mu.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/mu.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/one.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/one.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/pi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/pi.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/six.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/six.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/two.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/two.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/yen.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.outline/yen.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/A_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/A_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/A_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/A_E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/A_E_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/B_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/B_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/B_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/C_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/C_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/C_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/D_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/D_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/D_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/E_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/E_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/E_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/E_ng.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/E_ng.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/E_th.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/E_th.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/E_uro.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/E_uro.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/F_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/F_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/F_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/G_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/G_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/G_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/H_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/H_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/H_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/H_bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/H_bar.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/I_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/I_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/I_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/I_J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/I_J_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/J_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/J_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/J_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/K_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/K_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/K_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/L_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/L_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/L_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/L_dot.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/L_dot.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/M_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/M_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/M_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/N_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/N_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/N_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/O_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/O_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/O_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/O_E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/O_E_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/P_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/P_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/P_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/Q_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/Q_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/Q_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/R_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/R_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/R_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/S_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/S_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/S_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/T_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/T_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/T_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/T_bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/T_bar.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/U_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/U_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/U_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/V_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/V_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/V_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/W_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/W_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/W_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/X_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/X_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/X_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/Y_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/Y_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/Y_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/Z_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/Z_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/Z_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/acute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/at.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/bar.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/breve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/breve.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/caron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/cent.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/cent.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/comma.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/comma.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/dong.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/dong.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/eight.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/eight.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/equal.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/equal.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/five.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/five.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/four.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/four.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/grave.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/less.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/less.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/lira.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/lira.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/liter.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/liter.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/minus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/minus.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/mu.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/mu.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/naira.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/naira.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/nine.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/nine.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/one.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/one.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/one.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/one.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/peso.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/peso.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/pi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/pi.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/plus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/plus.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/ring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/ring.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/ruble.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/ruble.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/seven.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/seven.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/six.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/six.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/six.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/six.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/slash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/slash.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/three.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/three.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/tilde.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/two.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/two.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/two.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/two.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/yen.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/yen.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/zero.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade/zero.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade2/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade2/A_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade2/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade2/B_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade2/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade2/C_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade2/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade2/D_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade2/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade2/E_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade2/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade2/F_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade2/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade2/G_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs.shade2/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs.shade2/H_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/A_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/A_.salt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_.salt.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/A_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/A_E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_E_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/A_E_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_E_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/A_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_caron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/A_ogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_ogonek.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/A_ring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_ring.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/A_ring.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_ring.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/B_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/B_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/C_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/C_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/C_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_acute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/C_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_caron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/D_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/D_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/D_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_caron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/D_croat.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_croat.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/D_elta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_elta.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.salt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.salt.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/E_ng.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_ng.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/E_ng.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_ng.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/E_ogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_ogonek.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/E_th.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_th.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/E_th.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_th.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/E_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_tilde.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/E_uro.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_uro.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/F_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/F_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/G_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/G_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/G_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/G_breve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_breve.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/G_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_caron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/G_macron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_macron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/H_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/H_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/H_bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_bar.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/H_bar.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_bar.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/I_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/I_.salt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_.salt.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/I_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/I_J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_J_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/I_J_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_J_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/I_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_caron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/I_ogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_ogonek.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/J_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/J_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/K_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/K_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/K_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/K_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/L_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/L_.salt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_.salt.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/L_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/L_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_caron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dot.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dot.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dot.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dot.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/L_slash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_slash.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/M_.salt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/M_.salt.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/M_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/M_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/N_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/N_.salt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_.salt.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/N_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/O_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/O_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/O_E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_E_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/O_E_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_E_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/O_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_acute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/O_breve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_breve.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/O_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_caron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/O_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_grave.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/O_horn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_horn.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/O_macron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_macron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/O_mega.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_mega.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/O_slash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_slash.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/O_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_tilde.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/P_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/P_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/Q_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/Q_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/R_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/R_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/R_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_acute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/R_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_caron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/S_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/S_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/S_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_acute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/S_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_caron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/S_chwa.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_chwa.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/T_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/T_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/T_bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_bar.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/T_bar.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_bar.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/T_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_caron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/T_horn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_horn.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/T_horn.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_horn.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/U_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/U_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/U_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_acute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/U_breve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_breve.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/U_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_caron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/U_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_grave.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/U_horn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_horn.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/U_macron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_macron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/U_ogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_ogonek.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/U_ring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_ring.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/U_ring.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_ring.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/U_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_tilde.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/V_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/V_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/W_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/W_.salt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_.salt.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/W_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/X_.salt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/X_.salt.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/X_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/X_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_.salt.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_.salt.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_tilde.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_.s_v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_.s_v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_acute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_caron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/_notdef.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/_notdef.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/aacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/aacute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/abreve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/abreve.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/acaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/acaron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/acute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/acutecmb.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/acutecmb.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ae.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ae.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/agrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/agrave.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/amacron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/amacron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/aogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/aogonek.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/aring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/aring.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/arrowup.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/arrowup.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ascript.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ascript.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/asterisk.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/asterisk.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/atilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/atilde.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/bar.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/block.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/block.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/block.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/block.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/breve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/breve.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/brevecmb.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/brevecmb.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/bullet.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/bullet.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/cacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/cacute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/caron.2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/caron.2.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/caron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/caron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/caroncmb.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/caroncmb.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ccaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ccaron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ccedilla.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ccedilla.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/cedi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/cedi.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/cedilla.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/cedilla.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/cent.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/cent.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/colon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/colon.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/colon.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/colon.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/comma.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/comma.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/comma.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/comma.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/currency.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/currency.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/dagger.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/dagger.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/dagger.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/dagger.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/dcaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/dcaron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/dcroat.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/dcroat.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/degree.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/degree.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/dieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/dieresis.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/divide.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/divide.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/dollar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/dollar.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/dong.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/dong.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/dotlessi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotlessi.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/dotlessj.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotlessj.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/eacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/eacute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ebreve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ebreve.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ecaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ecaron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/egrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/egrave.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/eight.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/eight.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/eight.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/eight.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ellipsis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ellipsis.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/emacron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/emacron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/emdash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/emdash.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/emdash.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/emdash.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/emspace.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/emspace.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/endash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/endash.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/endash.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/endash.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/eng.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/eng.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/enspace.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/enspace.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/eogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/eogonek.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/equal.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/equal.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/eth.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/eth.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/etilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/etilde.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/exclam.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/exclam.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/exclam.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/exclam.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/fi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/fi.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/five.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/five.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/five.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/five.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/fl.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/fl.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/florin.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/florin.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/four.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/four.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/four.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/four.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/fraction.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/fraction.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/gbreve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/gbreve.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/gcaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/gcaron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/gmacron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/gmacron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/grave.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/gravecmb.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/gravecmb.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/greater.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/greater.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/gscript.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/gscript.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/guarani.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/guarani.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/hbar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/hbar.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/hookcmb.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/hookcmb.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/horncmb.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/horncmb.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/hyphen.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/hyphen.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/hyphen.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/hyphen.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/iacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/iacute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ibreve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ibreve.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/icaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/icaron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/igrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/igrave.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ij.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ij.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/imacron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/imacron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/indexup.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/indexup.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/infinity.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/infinity.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/integral.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/integral.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/iogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/iogonek.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/itilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/itilde.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/lacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/lacute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/lcaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/lcaron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ldot.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ldot.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/less.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/less.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/lira.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/lira.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/liter.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/liter.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/lozenge.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/lozenge.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/lslash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/lslash.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/macron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/macron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/minus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/minus.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/minute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/minute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/mu.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/mu.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/multiply.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/multiply.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/n.sups.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/n.sups.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/nacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/nacute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/naira.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/naira.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ncaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ncaron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/nine.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/nine.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/nine.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/nine.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/notequal.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/notequal.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ntilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ntilde.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/oacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/oacute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/obreve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/obreve.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ocaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ocaron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/oe.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/oe.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ogonek.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ograve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ograve.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ohorn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ohorn.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/omacron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/omacron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/one.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/one.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/one.sinf.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/one.sinf.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/one.sups.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/one.sups.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/one.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/one.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/onehalf.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/onehalf.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/onethird.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/onethird.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/oslash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/oslash.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/otilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/otilde.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/percent.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/percent.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/period.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/period.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/period.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/period.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/peseta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/peseta.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/peso.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/peso.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/pi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/pi.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/plus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/plus.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/product.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/product.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/question.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/question.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/quotedbl.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/quotedbl.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/racute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/racute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/radical.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/radical.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/rcaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/rcaron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ring.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ringcmb.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ringcmb.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ruble.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ruble.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/sacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/sacute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/scaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/scaron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/scedilla.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/scedilla.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/schwa.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/schwa.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/second.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/second.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/section.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/section.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/seven.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/seven.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/seven.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/seven.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/six.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/six.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/six.sinf.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/six.sinf.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/six.sups.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/six.sups.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/six.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/six.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/slash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/slash.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/space.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/space.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/space.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/space.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/sterling.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/sterling.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/tbar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/tbar.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/tcaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/tcaron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/tcedilla.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/tcedilla.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/thorn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/thorn.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/three.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/three.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/three.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/three.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/tilde.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/tildecmb.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/tildecmb.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/two.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/two.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/two.sinf.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/two.sinf.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/two.sups.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/two.sups.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/two.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/two.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uacute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ubreve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ubreve.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ucaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ucaron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ugrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ugrave.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uhorn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uhorn.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/umacron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/umacron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uni2117.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uni2117.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uni2120.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uni2120.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uni21B_0.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uni21B_0.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uni21B_1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uni21B_1.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uni21B_2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uni21B_2.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uni21B_3.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uni21B_3.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uni25D_6.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uni25D_6.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uni25D_7.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uni25D_7.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uni261A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uni261A_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uni261B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uni261B_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uni261C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uni261C_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uni261D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uni261D_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uni261E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uni261E_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uni261F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uni261F_.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uni27A_1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uni27A_1.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uni2B_24.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uni2B_24.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uogonek.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uogonek.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/uring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/uring.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/utilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/utilde.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/wacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/wacute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/wgrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/wgrave.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/yacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/yacute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/yen.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/yen.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ygrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ygrave.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/ytilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/ytilde.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/zacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/zacute.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/zcaron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/zcaron.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/zero.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/zero.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/glyphs/zero.v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/glyphs/zero.v.glif -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/groups.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/groups.plist -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/kerning.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/kerning.plist -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/layercontents.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/layercontents.plist -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/lib.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/lib.plist -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Regular.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Regular.ufo/metainfo.plist -------------------------------------------------------------------------------- /sources/1-drawing/Bungee-Shade-Exceptions.ufo/lib.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee-Shade-Exceptions.ufo/lib.plist -------------------------------------------------------------------------------- /sources/1-drawing/Bungee_Rotated-Regular.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee_Rotated-Regular.ufo/features.fea -------------------------------------------------------------------------------- /sources/1-drawing/Bungee_Rotated-Regular.ufo/groups.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee_Rotated-Regular.ufo/groups.plist -------------------------------------------------------------------------------- /sources/1-drawing/Bungee_Rotated-Regular.ufo/lib.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/Bungee_Rotated-Regular.ufo/lib.plist -------------------------------------------------------------------------------- /sources/1-drawing/features/blocks.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/features/blocks.fea -------------------------------------------------------------------------------- /sources/1-drawing/features/blocks_rotated.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/features/blocks_rotated.fea -------------------------------------------------------------------------------- /sources/1-drawing/features/classes.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/features/classes.fea -------------------------------------------------------------------------------- /sources/1-drawing/features/classes_rotated.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/features/classes_rotated.fea -------------------------------------------------------------------------------- /sources/1-drawing/features/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/features/features.fea -------------------------------------------------------------------------------- /sources/1-drawing/features/features_rotated.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/features/features_rotated.fea -------------------------------------------------------------------------------- /sources/1-drawing/features/vertical.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/features/vertical.fea -------------------------------------------------------------------------------- /sources/1-drawing/features/vertical_rotated.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/features/vertical_rotated.fea -------------------------------------------------------------------------------- /sources/1-drawing/features/vkrn.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/features/vkrn.fea -------------------------------------------------------------------------------- /sources/1-drawing/features/vpal.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/sources/1-drawing/features/vpal.fea -------------------------------------------------------------------------------- /specimen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/specimen.png -------------------------------------------------------------------------------- /specimen2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djrrb/Bungee/HEAD/specimen2.png --------------------------------------------------------------------------------