├── .gitignore ├── README.md ├── Sebastian_sample.png ├── fonts ├── OFL.txt ├── Sebastian.json ├── Sebastian.otf └── SebastianText.otf ├── legacy ├── fontforge │ ├── sebastian-accidentals-articulations.sfd │ ├── sebastian-figuredbass.sfd │ ├── sebastian-lines.sfd │ ├── sebastian-metronome.sfd │ ├── sebastian-noteheads-clefs.sfd │ ├── sebastian-numerals.sfd │ ├── sebastian-ornaments.sfd │ └── sebastian.sfd ├── otf │ ├── FONTLOG.txt │ ├── OFL-FAQ.txt │ ├── OFL.txt │ ├── Sebastian-Acc-Art.otf │ ├── Sebastian-FigBass.otf │ ├── Sebastian-Lines.otf │ ├── Sebastian-Met.otf │ ├── Sebastian-Note-Clef.otf │ ├── Sebastian-Numerals.otf │ ├── Sebastian-Ornaments.otf │ └── Sebastian.otf ├── readme.md └── resources │ ├── Accidentals │ └── Accidentals.sfd │ ├── Articulations │ └── Articulations.sfd │ ├── Clefs │ └── Clefs.sfd │ ├── Dynamics │ └── Dynamics.sfd │ ├── Lines │ └── Lines.sfd │ ├── Noteheads and flags │ ├── Flags.sfd │ └── Noteheads.sfd │ ├── Numbers │ └── Numbers.sfd │ ├── Other │ └── Other.sfd │ ├── Tempo and metric modulations │ └── Tempo and metric modulations.sfd │ └── Trills │ └── Trills.sfd └── src ├── Sebastian.ufo └── glyphs │ ├── uniE_0A_6.glif │ ├── uniE_0A_7.glif │ ├── uniE_0A_8.glif │ ├── uniE_0A_B_.glif │ ├── uniE_0A_C_.glif │ ├── uniE_0A_D_.glif │ ├── uniE_0A_E_.glif │ ├── uniE_0B_0.glif │ ├── uniE_0B_4.glif │ ├── uniE_0B_A_.glif │ ├── uniE_0B_B_.glif │ ├── uniE_0C_3.glif │ ├── uniE_0C_4.glif │ ├── uniE_0C_C_.glif │ ├── uniE_0C_D_.glif │ ├── uniE_0C_E_.glif │ ├── uniE_0D_4.glif │ ├── uniE_0D_5.glif │ ├── uniE_0D_6.glif │ ├── uniE_0D_7.glif │ ├── uniE_0D_F_.glif │ ├── uniE_0E_3.glif │ ├── uniE_0E_7.glif │ ├── uniE_0E_B_.glif │ ├── uniE_0E_C_.glif │ ├── uniE_0E_D_.glif │ ├── uniE_900.glif │ ├── uniE_901.glif │ ├── uniE_902.glif │ ├── uniE_903.glif │ ├── uniE_904.glif │ ├── uniE_905.glif │ ├── uniE_906.glif │ ├── uniE_907.glif │ ├── uniE_908.glif │ ├── uniE_909.glif │ ├── uniE_90A_.glif │ ├── uniE_90B_.glif │ ├── uniE_910.glif │ ├── uniE_911.glif │ ├── uniE_912.glif │ ├── uniE_913.glif │ ├── uniE_914.glif │ ├── uniE_915.glif │ ├── uniE_916.glif │ ├── uniE_917.glif │ ├── uniE_918.glif │ ├── uniE_919.glif │ ├── uniE_91A_.glif │ ├── uniE_91B_.glif │ ├── uniE_91C_.glif │ ├── uniE_91D_.glif │ ├── uniE_91E_.glif │ ├── uniE_91F_.glif │ ├── uniE_920.glif │ ├── uniE_930.glif │ ├── uniE_932.glif │ ├── uniE_934.glif │ ├── uniE_936.glif │ ├── uniE_938.glif │ ├── uniE_939.glif │ ├── uniE_950.glif │ ├── uniE_951.glif │ ├── uniE_952.glif │ ├── uniE_953.glif │ ├── uniE_957.glif │ ├── uniE_95C_.glif │ ├── uniE_95D_.glif │ ├── uniE_95E_.glif │ ├── uniE_A_6C_.glif │ ├── uniE_C_62.glif │ ├── uniE_C_C_3.glif │ ├── uniE_D_60.glif │ ├── uniE_D_61.glif │ ├── uniE_D_62.glif │ ├── uniE_D_63.glif │ ├── uniE_D_64.glif │ ├── uniE_D_65.glif │ ├── uniE_D_66.glif │ ├── uniE_F_10.glif │ ├── uniE_F_11.glif │ ├── uniE_F_12.glif │ ├── uniE_F_13.glif │ ├── uniE_F_14.glif │ ├── uniE_F_15.glif │ ├── uniE_F_16.glif │ ├── uniE_F_17.glif │ ├── uniF_43F_.glif │ ├── uniF_4D_C_.glif │ ├── uniF_4D_D_.glif │ ├── uniF_4D_E_.glif │ ├── uniF_4D_F_.glif │ ├── uniF_4E_0.glif │ ├── uniF_4E_1.glif │ ├── uniF_4E_2.glif │ ├── uniF_506.glif │ ├── uniF_507.glif │ ├── uniF_508.glif │ ├── uniF_509.glif │ ├── uniF_50A_.glif │ ├── uniF_50B_.glif │ ├── uniF_50C_.glif │ ├── uniF_50D_.glif │ ├── uniF_50E_.glif │ ├── uniF_50F_.glif │ ├── uniF_510.glif │ ├── uniF_511.glif │ ├── uniF_512.glif │ ├── uniF_513.glif │ ├── uniF_514.glif │ ├── uniF_515.glif │ ├── uniF_516.glif │ ├── uniF_517.glif │ ├── uniF_518.glif │ ├── uniF_519.glif │ ├── uniF_51A_.glif │ ├── uniF_51B_.glif │ ├── uniF_52B_.glif │ ├── uniF_52C_.glif │ ├── uniF_52D_.glif │ ├── uniF_52E_.glif │ ├── uniF_52F_.glif │ ├── uniF_5D_5.glif │ ├── uniF_5D_6.glif │ ├── uniF_5D_7.glif │ ├── uniF_5D_8.glif │ ├── uniF_5D_9.glif │ ├── uniF_700.glif │ ├── uniF_701.glif │ ├── uniF_702.glif │ └── uniF_703.glif ├── SebastianText.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── A_E_.glif │ ├── A_acute.glif │ ├── A_circumflex.glif │ ├── A_dieresis.glif │ ├── A_grave.glif │ ├── A_ring.glif │ ├── A_tilde.glif │ ├── B_.glif │ ├── C_.glif │ ├── C_cedilla.glif │ ├── E_.glif │ ├── E_acute.glif │ ├── E_circumflex.glif │ ├── E_dieresis.glif │ ├── E_grave.glif │ ├── E_th.glif │ ├── F_.glif │ ├── H_.glif │ ├── I_.glif │ ├── I_acute.glif │ ├── I_circumflex.glif │ ├── I_dieresis.glif │ ├── I_grave.glif │ ├── J_.glif │ ├── K_.glif │ ├── L_.glif │ ├── M_.glif │ ├── N_.glif │ ├── N_tilde.glif │ ├── O_.glif │ ├── O_E_.glif │ ├── O_acute.glif │ ├── O_circumflex.glif │ ├── O_dieresis.glif │ ├── O_grave.glif │ ├── O_slash.glif │ ├── O_tilde.glif │ ├── P_.glif │ ├── Q_.glif │ ├── R_.glif │ ├── S_.glif │ ├── T_.glif │ ├── T_horn.glif │ ├── U_.glif │ ├── U_acute.glif │ ├── U_circumflex.glif │ ├── U_dieresis.glif │ ├── U_grave.glif │ ├── V_.glif │ ├── W_.glif │ ├── X_.glif │ ├── Y_.glif │ ├── Y_acute.glif │ ├── Y_dieresis.glif │ ├── Z_.glif │ ├── _notdef.glif │ ├── a.glif │ ├── aacute.glif │ ├── acircumflex.glif │ ├── acute.glif │ ├── adieresis.glif │ ├── ae.glif │ ├── agrave.glif │ ├── ampersand.glif │ ├── aring.glif │ ├── asciicircum.glif │ ├── asciitilde.glif │ ├── asterisk.glif │ ├── at.glif │ ├── atilde.glif │ ├── b.glif │ ├── backslash.glif │ ├── bar.glif │ ├── braceleft.glif │ ├── braceright.glif │ ├── bracketleft.glif │ ├── bracketright.glif │ ├── brokenbar.glif │ ├── c.glif │ ├── ccedilla.glif │ ├── cedilla.glif │ ├── cent.glif │ ├── chi.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── copyright.glif │ ├── currency.glif │ ├── d.glif │ ├── degree.glif │ ├── dieresis.glif │ ├── divide.glif │ ├── dollar.glif │ ├── e.glif │ ├── eacute.glif │ ├── ecircumflex.glif │ ├── edieresis.glif │ ├── egrave.glif │ ├── eight.glif │ ├── equal.1.glif │ ├── equal.glif │ ├── eta.glif │ ├── eth.glif │ ├── exclam.glif │ ├── exclamdown.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── germandbls.glif │ ├── grave.glif │ ├── greater.glif │ ├── guillemotleft.glif │ ├── guillemotright.glif │ ├── h.glif │ ├── hyphen.1.glif │ ├── hyphen.glif │ ├── i.glif │ ├── iacute.glif │ ├── icircumflex.glif │ ├── idieresis.glif │ ├── igrave.glif │ ├── iota.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── layerinfo.plist │ ├── less.glif │ ├── logicalnot.glif │ ├── m.glif │ ├── macron.glif │ ├── multiply.glif │ ├── n.glif │ ├── nine.glif │ ├── ntilde.glif │ ├── numbersign.glif │ ├── o.glif │ ├── oacute.glif │ ├── ocircumflex.glif │ ├── odieresis.glif │ ├── oe.glif │ ├── ograve.glif │ ├── omega.glif │ ├── one.glif │ ├── onehalf.glif │ ├── onequarter.glif │ ├── onesuperior.glif │ ├── ordfeminine.glif │ ├── ordmasculine.glif │ ├── oslash.glif │ ├── otilde.glif │ ├── p.glif │ ├── paragraph.glif │ ├── parenleft.glif │ ├── parenright.glif │ ├── percent.glif │ ├── period.glif │ ├── periodcentered.glif │ ├── phi.glif │ ├── pi.glif │ ├── plus.glif │ ├── plusminus.glif │ ├── psi.glif │ ├── q.glif │ ├── question.glif │ ├── questiondown.glif │ ├── quotedbl.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── registered.glif │ ├── rho.glif │ ├── s.glif │ ├── section.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── sigma.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── sterling.glif │ ├── t.glif │ ├── tau.glif │ ├── theta.glif │ ├── thorn.glif │ ├── three.glif │ ├── threequarters.glif │ ├── threesuperior.glif │ ├── two.glif │ ├── twosuperior.glif │ ├── u.glif │ ├── uacute.glif │ ├── ucircumflex.glif │ ├── udieresis.glif │ ├── ugrave.glif │ ├── underscore.glif │ ├── uni0000.glif │ ├── uni000D_.glif │ ├── uni007F_.glif │ ├── uni0080.glif │ ├── uni0081.glif │ ├── uni0082.glif │ ├── uni0083.glif │ ├── uni0084.glif │ ├── uni0085.glif │ ├── uni0086.glif │ ├── uni0087.glif │ ├── uni0088.glif │ ├── uni0089.glif │ ├── uni008A_.glif │ ├── uni008B_.glif │ ├── uni008C_.glif │ ├── uni008D_.glif │ ├── uni008E_.glif │ ├── uni008F_.glif │ ├── uni0090.glif │ ├── uni0091.glif │ ├── uni0092.glif │ ├── uni0093.glif │ ├── uni0094.glif │ ├── uni0095.glif │ ├── uni0096.glif │ ├── uni0097.glif │ ├── uni0098.glif │ ├── uni0099.glif │ ├── uni009A_.glif │ ├── uni009B_.glif │ ├── uni009C_.glif │ ├── uni009D_.glif │ ├── uni009E_.glif │ ├── uni009F_.glif │ ├── uni00A_D_.glif │ ├── uni00B_5.glif │ ├── uni03C_2.glif │ ├── uni266D_.glif │ ├── uni266E_.glif │ ├── uni266F_.glif │ ├── uniE_000.glif │ ├── uniE_001.glif │ ├── uniE_003.glif │ ├── uniE_004.glif │ ├── uniE_005.glif │ ├── uniE_006.glif │ ├── uniE_007.glif │ ├── uniE_008.glif │ ├── uniE_009.glif │ ├── uniE_00A_.glif │ ├── uniE_00B_.glif │ ├── uniE_00C_.glif │ ├── uniE_00D_.glif │ ├── uniE_010.glif │ ├── uniE_011.glif │ ├── uniE_012.glif │ ├── uniE_013.glif │ ├── uniE_014.glif │ ├── uniE_015.glif │ ├── uniE_016.glif │ ├── uniE_017.glif │ ├── uniE_018.glif │ ├── uniE_019.glif │ ├── uniE_01A_.glif │ ├── uniE_01B_.glif │ ├── uniE_01C_.glif │ ├── uniE_01D_.glif │ ├── uniE_01E_.glif │ ├── uniE_01F_.glif │ ├── uniE_020.glif │ ├── uniE_021.glif │ ├── uniE_022.glif │ ├── uniE_023.glif │ ├── uniE_024.glif │ ├── uniE_030.glif │ ├── uniE_031.glif │ ├── uniE_032.glif │ ├── uniE_033.glif │ ├── uniE_034.glif │ ├── uniE_035.glif │ ├── uniE_036.glif │ ├── uniE_037.glif │ ├── uniE_038.glif │ ├── uniE_039.glif │ ├── uniE_03A_.glif │ ├── uniE_03B_.glif │ ├── uniE_03C_.glif │ ├── uniE_043.glif │ ├── uniE_044.glif │ ├── uniE_047.glif │ ├── uniE_048.glif │ ├── uniE_049.glif │ ├── uniE_04A_.glif │ ├── uniE_04B_.glif │ ├── uniE_050.glif │ ├── uniE_051.glif │ ├── uniE_052.glif │ ├── uniE_053.glif │ ├── uniE_054.glif │ ├── uniE_05C_.glif │ ├── uniE_05D_.glif │ ├── uniE_062.glif │ ├── uniE_063.glif │ ├── uniE_064.glif │ ├── uniE_065.glif │ ├── uniE_066.glif │ ├── uniE_069.glif │ ├── uniE_06A_.glif │ ├── uniE_06D_.glif │ ├── uniE_06E_.glif │ ├── uniE_073.glif │ ├── uniE_074.glif │ ├── uniE_07A_.glif │ ├── uniE_07B_.glif │ ├── uniE_07C_.glif │ ├── uniE_07D_.glif │ ├── uniE_07E_.glif │ ├── uniE_080.glif │ ├── uniE_081.glif │ ├── uniE_082.glif │ ├── uniE_083.glif │ ├── uniE_084.glif │ ├── uniE_085.glif │ ├── uniE_086.glif │ ├── uniE_087.glif │ ├── uniE_088.glif │ ├── uniE_089.glif │ ├── uniE_08A_.glif │ ├── uniE_08B_.glif │ ├── uniE_08C_.glif │ ├── uniE_08D_.glif │ ├── uniE_08E_.glif │ ├── uniE_08F_.glif │ ├── uniE_090.glif │ ├── uniE_091.glif │ ├── uniE_092.glif │ ├── uniE_093.glif │ ├── uniE_094.glif │ ├── uniE_095.glif │ ├── uniE_098.glif │ ├── uniE_09C_.glif │ ├── uniE_09D_.glif │ ├── uniE_0A_0.glif │ ├── uniE_0A_1.glif │ ├── uniE_0A_2.glif │ ├── uniE_0A_3.glif │ ├── uniE_0A_4.glif │ ├── uniE_0A_5.glif │ ├── uniE_0A_9.glif │ ├── uniE_0A_A_.glif │ ├── uniE_0A_F_.glif │ ├── uniE_0B_1.glif │ ├── uniE_0B_2.glif │ ├── uniE_0B_3.glif │ ├── uniE_0B_5.glif │ ├── uniE_0B_6.glif │ ├── uniE_0B_7.glif │ ├── uniE_0B_8.glif │ ├── uniE_0B_9.glif │ ├── uniE_0B_C_.glif │ ├── uniE_0B_D_.glif │ ├── uniE_0B_E_.glif │ ├── uniE_0B_F_.glif │ ├── uniE_0C_0.glif │ ├── uniE_0C_1.glif │ ├── uniE_0C_2.glif │ ├── uniE_0C_5.glif │ ├── uniE_0C_6.glif │ ├── uniE_0C_7.glif │ ├── uniE_0C_8.glif │ ├── uniE_0C_9.glif │ ├── uniE_0C_A_.glif │ ├── uniE_0C_B_.glif │ ├── uniE_0C_F_.glif │ ├── uniE_0D_0.glif │ ├── uniE_0D_1.glif │ ├── uniE_0D_2.glif │ ├── uniE_0D_3.glif │ ├── uniE_0D_8.glif │ ├── uniE_0D_9.glif │ ├── uniE_0D_A_.glif │ ├── uniE_0D_B_.glif │ ├── uniE_0D_C_.glif │ ├── uniE_0D_D_.glif │ ├── uniE_0D_E_.glif │ ├── uniE_0E_0.glif │ ├── uniE_0E_1.glif │ ├── uniE_0E_2.glif │ ├── uniE_0E_4.glif │ ├── uniE_0E_5.glif │ ├── uniE_0E_6.glif │ ├── uniE_0E_8.glif │ ├── uniE_0E_9.glif │ ├── uniE_0E_A_.glif │ ├── uniE_0E_E_.glif │ ├── uniE_0E_F_.glif │ ├── uniE_0F_0.glif │ ├── uniE_0F_2.glif │ ├── uniE_0F_3.glif │ ├── uniE_0F_4.glif │ ├── uniE_0F_5.glif │ ├── uniE_0F_6.glif │ ├── uniE_100.glif │ ├── uniE_101.glif │ ├── uniE_102.glif │ ├── uniE_103.glif │ ├── uniE_104.glif │ ├── uniE_105.glif │ ├── uniE_106.glif │ ├── uniE_107.glif │ ├── uniE_108.glif │ ├── uniE_109.glif │ ├── uniE_10A_.glif │ ├── uniE_110.glif │ ├── uniE_111.glif │ ├── uniE_113.glif │ ├── uniE_114.glif │ ├── uniE_11A_.glif │ ├── uniE_11B_.glif │ ├── uniE_1D_0.glif │ ├── uniE_1D_1.glif │ ├── uniE_1D_2.glif │ ├── uniE_1D_3.glif │ ├── uniE_1D_4.glif │ ├── uniE_1D_5.glif │ ├── uniE_1D_6.glif │ ├── uniE_1D_7.glif │ ├── uniE_1D_8.glif │ ├── uniE_1D_9.glif │ ├── uniE_1D_A_.glif │ ├── uniE_1D_B_.glif │ ├── uniE_1D_C_.glif │ ├── uniE_1E_7.glif │ ├── uniE_1F_0.glif │ ├── uniE_1F_1.glif │ ├── uniE_1F_2.glif │ ├── uniE_1F_3.glif │ ├── uniE_1F_4.glif │ ├── uniE_1F_5.glif │ ├── uniE_1F_6.glif │ ├── uniE_1F_7.glif │ ├── uniE_1F_8.glif │ ├── uniE_1F_9.glif │ ├── uniE_1F_A_.glif │ ├── uniE_1F_B_.glif │ ├── uniE_1F_C_.glif │ ├── uniE_1F_D_.glif │ ├── uniE_1F_E_.glif │ ├── uniE_1F_F_.glif │ ├── uniE_200.glif │ ├── uniE_201.glif │ ├── uniE_202.glif │ ├── uniE_203.glif │ ├── uniE_220.glif │ ├── uniE_221.glif │ ├── uniE_222.glif │ ├── uniE_223.glif │ ├── uniE_225.glif │ ├── uniE_226.glif │ ├── uniE_227.glif │ ├── uniE_228.glif │ ├── uniE_229.glif │ ├── uniE_22A_.glif │ ├── uniE_22E_.glif │ ├── uniE_22F_.glif │ ├── uniE_230.glif │ ├── uniE_231.glif │ ├── uniE_240.glif │ ├── uniE_241.glif │ ├── uniE_242.glif │ ├── uniE_243.glif │ ├── uniE_244.glif │ ├── uniE_245.glif │ ├── uniE_246.glif │ ├── uniE_247.glif │ ├── uniE_248.glif │ ├── uniE_249.glif │ ├── uniE_24A_.glif │ ├── uniE_24B_.glif │ ├── uniE_24C_.glif │ ├── uniE_24D_.glif │ ├── uniE_24E_.glif │ ├── uniE_24F_.glif │ ├── uniE_250.glif │ ├── uniE_251.glif │ ├── uniE_260.glif │ ├── uniE_261.glif │ ├── uniE_262.glif │ ├── uniE_263.glif │ ├── uniE_264.glif │ ├── uniE_265.glif │ ├── uniE_266.glif │ ├── uniE_267.glif │ ├── uniE_268.glif │ ├── uniE_269.glif │ ├── uniE_26A_.glif │ ├── uniE_26B_.glif │ ├── uniE_26C_.glif │ ├── uniE_26D_.glif │ ├── uniE_270.glif │ ├── uniE_271.glif │ ├── uniE_272.glif │ ├── uniE_273.glif │ ├── uniE_274.glif │ ├── uniE_275.glif │ ├── uniE_276.glif │ ├── uniE_277.glif │ ├── uniE_278.glif │ ├── uniE_279.glif │ ├── uniE_280.glif │ ├── uniE_281.glif │ ├── uniE_282.glif │ ├── uniE_283.glif │ ├── uniE_290.glif │ ├── uniE_291.glif │ ├── uniE_292.glif │ ├── uniE_293.glif │ ├── uniE_294.glif │ ├── uniE_295.glif │ ├── uniE_296.glif │ ├── uniE_297.glif │ ├── uniE_298.glif │ ├── uniE_299.glif │ ├── uniE_29A_.glif │ ├── uniE_29B_.glif │ ├── uniE_29C_.glif │ ├── uniE_2C_1.glif │ ├── uniE_2C_2.glif │ ├── uniE_2C_3.glif │ ├── uniE_2C_6.glif │ ├── uniE_2C_7.glif │ ├── uniE_440.glif │ ├── uniE_441.glif │ ├── uniE_442.glif │ ├── uniE_443.glif │ ├── uniE_444.glif │ ├── uniE_4A_0.glif │ ├── uniE_4A_1.glif │ ├── uniE_4A_2.glif │ ├── uniE_4A_3.glif │ ├── uniE_4A_4.glif │ ├── uniE_4A_5.glif │ ├── uniE_4A_6.glif │ ├── uniE_4A_7.glif │ ├── uniE_4A_8.glif │ ├── uniE_4A_9.glif │ ├── uniE_4A_A_.glif │ ├── uniE_4A_B_.glif │ ├── uniE_4A_C_.glif │ ├── uniE_4A_D_.glif │ ├── uniE_4A_E_.glif │ ├── uniE_4A_F_.glif │ ├── uniE_4B_0.glif │ ├── uniE_4B_1.glif │ ├── uniE_4B_2.glif │ ├── uniE_4B_3.glif │ ├── uniE_4B_4.glif │ ├── uniE_4B_5.glif │ ├── uniE_4B_6.glif │ ├── uniE_4B_7.glif │ ├── uniE_4B_8.glif │ ├── uniE_4B_9.glif │ ├── uniE_4C_0.glif │ ├── uniE_4C_1.glif │ ├── uniE_4C_2.glif │ ├── uniE_4C_3.glif │ ├── uniE_4C_4.glif │ ├── uniE_4C_5.glif │ ├── uniE_4C_6.glif │ ├── uniE_4C_7.glif │ ├── uniE_4C_8.glif │ ├── uniE_4C_9.glif │ ├── uniE_4C_A_.glif │ ├── uniE_4C_B_.glif │ ├── uniE_4C_E_.glif │ ├── uniE_4C_F_.glif │ ├── uniE_4D_0.glif │ ├── uniE_4D_1.glif │ ├── uniE_4D_2.glif │ ├── uniE_4D_3.glif │ ├── uniE_4D_4.glif │ ├── uniE_4D_5.glif │ ├── uniE_4D_6.glif │ ├── uniE_4D_7.glif │ ├── uniE_4E_0.glif │ ├── uniE_4E_1.glif │ ├── uniE_4E_2.glif │ ├── uniE_4E_3.glif │ ├── uniE_4E_4.glif │ ├── uniE_4E_5.glif │ ├── uniE_4E_6.glif │ ├── uniE_4E_7.glif │ ├── uniE_4E_8.glif │ ├── uniE_4E_9.glif │ ├── uniE_4E_A_.glif │ ├── uniE_4E_B_.glif │ ├── uniE_4E_C_.glif │ ├── uniE_4E_D_.glif │ ├── uniE_4E_E_.glif │ ├── uniE_4E_F_.glif │ ├── uniE_4F_0.glif │ ├── uniE_4F_1.glif │ ├── uniE_4F_2.glif │ ├── uniE_4F_3.glif │ ├── uniE_4F_4.glif │ ├── uniE_4F_5.glif │ ├── uniE_4F_6.glif │ ├── uniE_500.glif │ ├── uniE_501.glif │ ├── uniE_502.glif │ ├── uniE_503.glif │ ├── uniE_504.glif │ ├── uniE_505.glif │ ├── uniE_510.glif │ ├── uniE_511.glif │ ├── uniE_512.glif │ ├── uniE_513.glif │ ├── uniE_514.glif │ ├── uniE_515.glif │ ├── uniE_516.glif │ ├── uniE_517.glif │ ├── uniE_518.glif │ ├── uniE_519.glif │ ├── uniE_51A_.glif │ ├── uniE_51B_.glif │ ├── uniE_51C_.glif │ ├── uniE_51D_.glif │ ├── uniE_51E_.glif │ ├── uniE_51F_.glif │ ├── uniE_520.glif │ ├── uniE_521.glif │ ├── uniE_522.glif │ ├── uniE_523.glif │ ├── uniE_524.glif │ ├── uniE_525.glif │ ├── uniE_526.glif │ ├── uniE_527.glif │ ├── uniE_528.glif │ ├── uniE_529.glif │ ├── uniE_52A_.glif │ ├── uniE_52B_.glif │ ├── uniE_52C_.glif │ ├── uniE_52D_.glif │ ├── uniE_52E_.glif │ ├── uniE_52F_.glif │ ├── uniE_530.glif │ ├── uniE_531.glif │ ├── uniE_532.glif │ ├── uniE_533.glif │ ├── uniE_534.glif │ ├── uniE_535.glif │ ├── uniE_536.glif │ ├── uniE_537.glif │ ├── uniE_538.glif │ ├── uniE_539.glif │ ├── uniE_53A_.glif │ ├── uniE_53B_.glif │ ├── uniE_53C_.glif │ ├── uniE_53D_.glif │ ├── uniE_53E_.glif │ ├── uniE_53F_.glif │ ├── uniE_540.glif │ ├── uniE_541.glif │ ├── uniE_542.glif │ ├── uniE_543.glif │ ├── uniE_544.glif │ ├── uniE_545.glif │ ├── uniE_546.glif │ ├── uniE_547.glif │ ├── uniE_548.glif │ ├── uniE_549.glif │ ├── uniE_550.glif │ ├── uniE_551.glif │ ├── uniE_552.glif │ ├── uniE_553.glif │ ├── uniE_554.glif │ ├── uniE_555.glif │ ├── uniE_560.glif │ ├── uniE_561.glif │ ├── uniE_562.glif │ ├── uniE_563.glif │ ├── uniE_564.glif │ ├── uniE_565.glif │ ├── uniE_566.glif │ ├── uniE_567.glif │ ├── uniE_568.glif │ ├── uniE_569.glif │ ├── uniE_56A_.glif │ ├── uniE_56B_.glif │ ├── uniE_56C_.glif │ ├── uniE_56D_.glif │ ├── uniE_56E_.glif │ ├── uniE_56F_.glif │ ├── uniE_570.glif │ ├── uniE_571.glif │ ├── uniE_572.glif │ ├── uniE_573.glif │ ├── uniE_574.glif │ ├── uniE_575.glif │ ├── uniE_576.glif │ ├── uniE_577.glif │ ├── uniE_578.glif │ ├── uniE_579.glif │ ├── uniE_57A_.glif │ ├── uniE_57B_.glif │ ├── uniE_57C_.glif │ ├── uniE_57D_.glif │ ├── uniE_57E_.glif │ ├── uniE_57F_.glif │ ├── uniE_580.glif │ ├── uniE_581.glif │ ├── uniE_582.glif │ ├── uniE_583.glif │ ├── uniE_584.glif │ ├── uniE_585.glif │ ├── uniE_586.glif │ ├── uniE_587.glif │ ├── uniE_588.glif │ ├── uniE_589.glif │ ├── uniE_59E_.glif │ ├── uniE_5B_0.glif │ ├── uniE_5B_1.glif │ ├── uniE_5B_2.glif │ ├── uniE_5B_3.glif │ ├── uniE_5B_4.glif │ ├── uniE_5B_5.glif │ ├── uniE_5B_6.glif │ ├── uniE_5B_8.glif │ ├── uniE_5B_A_.glif │ ├── uniE_5B_B_.glif │ ├── uniE_5B_C_.glif │ ├── uniE_5B_D_.glif │ ├── uniE_5B_E_.glif │ ├── uniE_5B_F_.glif │ ├── uniE_5C_0.glif │ ├── uniE_5C_1.glif │ ├── uniE_5C_2.glif │ ├── uniE_5C_3.glif │ ├── uniE_5C_4.glif │ ├── uniE_5C_5.glif │ ├── uniE_5C_6.glif │ ├── uniE_5C_7.glif │ ├── uniE_5C_8.glif │ ├── uniE_5D_0.glif │ ├── uniE_5D_1.glif │ ├── uniE_5D_2.glif │ ├── uniE_5D_3.glif │ ├── uniE_5D_4.glif │ ├── uniE_5D_5.glif │ ├── uniE_5D_6.glif │ ├── uniE_5D_7.glif │ ├── uniE_5D_8.glif │ ├── uniE_5D_9.glif │ ├── uniE_5D_A_.glif │ ├── uniE_5D_B_.glif │ ├── uniE_5D_C_.glif │ ├── uniE_5D_D_.glif │ ├── uniE_5D_E_.glif │ ├── uniE_5D_F_.glif │ ├── uniE_5E_0.glif │ ├── uniE_5E_1.glif │ ├── uniE_5E_2.glif │ ├── uniE_5E_3.glif │ ├── uniE_5E_4.glif │ ├── uniE_5E_5.glif │ ├── uniE_5E_6.glif │ ├── uniE_5E_7.glif │ ├── uniE_5E_8.glif │ ├── uniE_5E_9.glif │ ├── uniE_5E_A_.glif │ ├── uniE_5E_B_.glif │ ├── uniE_5E_C_.glif │ ├── uniE_5E_D_.glif │ ├── uniE_5E_E_.glif │ ├── uniE_5E_F_.glif │ ├── uniE_5F_0.glif │ ├── uniE_5F_1.glif │ ├── uniE_5F_2.glif │ ├── uniE_5F_3.glif │ ├── uniE_5F_4.glif │ ├── uniE_5F_5.glif │ ├── uniE_5F_6.glif │ ├── uniE_5F_7.glif │ ├── uniE_5F_8.glif │ ├── uniE_5F_9.glif │ ├── uniE_5F_A_.glif │ ├── uniE_5F_B_.glif │ ├── uniE_5F_C_.glif │ ├── uniE_5F_D_.glif │ ├── uniE_5F_E_.glif │ ├── uniE_5F_F_.glif │ ├── uniE_600.glif │ ├── uniE_601.glif │ ├── uniE_602.glif │ ├── uniE_603.glif │ ├── uniE_604.glif │ ├── uniE_605.glif │ ├── uniE_606.glif │ ├── uniE_607.glif │ ├── uniE_608.glif │ ├── uniE_609.glif │ ├── uniE_60A_.glif │ ├── uniE_60B_.glif │ ├── uniE_610.glif │ ├── uniE_611.glif │ ├── uniE_612.glif │ ├── uniE_613.glif │ ├── uniE_614.glif │ ├── uniE_615.glif │ ├── uniE_616.glif │ ├── uniE_617.glif │ ├── uniE_618.glif │ ├── uniE_619.glif │ ├── uniE_61A_.glif │ ├── uniE_61B_.glif │ ├── uniE_61C_.glif │ ├── uniE_61D_.glif │ ├── uniE_61E_.glif │ ├── uniE_61F_.glif │ ├── uniE_620.glif │ ├── uniE_621.glif │ ├── uniE_622.glif │ ├── uniE_623.glif │ ├── uniE_624.glif │ ├── uniE_625.glif │ ├── uniE_626.glif │ ├── uniE_627.glif │ ├── uniE_628.glif │ ├── uniE_629.glif │ ├── uniE_62A_.glif │ ├── uniE_630.glif │ ├── uniE_631.glif │ ├── uniE_632.glif │ ├── uniE_633.glif │ ├── uniE_634.glif │ ├── uniE_635.glif │ ├── uniE_640.glif │ ├── uniE_641.glif │ ├── uniE_642.glif │ ├── uniE_643.glif │ ├── uniE_644.glif │ ├── uniE_645.glif │ ├── uniE_646.glif │ ├── uniE_647.glif │ ├── uniE_648.glif │ ├── uniE_649.glif │ ├── uniE_64A_.glif │ ├── uniE_64B_.glif │ ├── uniE_650.glif │ ├── uniE_651.glif │ ├── uniE_652.glif │ ├── uniE_653.glif │ ├── uniE_654.glif │ ├── uniE_655.glif │ ├── uniE_656.glif │ ├── uniE_657.glif │ ├── uniE_658.glif │ ├── uniE_659.glif │ ├── uniE_65A_.glif │ ├── uniE_65E_.glif │ ├── uniE_65F_.glif │ ├── uniE_660.glif │ ├── uniE_661.glif │ ├── uniE_662.glif │ ├── uniE_663.glif │ ├── uniE_664.glif │ ├── uniE_665.glif │ ├── uniE_666.glif │ ├── uniE_667.glif │ ├── uniE_668.glif │ ├── uniE_669.glif │ ├── uniE_66A_.glif │ ├── uniE_66B_.glif │ ├── uniE_66C_.glif │ ├── uniE_66D_.glif │ ├── uniE_66E_.glif │ ├── uniE_66F_.glif │ ├── uniE_670.glif │ ├── uniE_671.glif │ ├── uniE_672.glif │ ├── uniE_673.glif │ ├── uniE_674.glif │ ├── uniE_675.glif │ ├── uniE_676.glif │ ├── uniE_677.glif │ ├── uniE_770.glif │ ├── uniE_772.glif │ ├── uniE_773.glif │ ├── uniE_77C_.glif │ ├── uniE_77E_.glif │ ├── uniE_77F_.glif │ ├── uniE_7F_0.glif │ ├── uniE_7F_1.glif │ ├── uniE_7F_2.glif │ ├── uniE_7F_3.glif │ ├── uniE_7F_4.glif │ ├── uniE_7F_5.glif │ ├── uniE_7F_6.glif │ ├── uniE_7F_7.glif │ ├── uniE_7F_8.glif │ ├── uniE_7F_9.glif │ ├── uniE_7F_A_.glif │ ├── uniE_7F_B_.glif │ ├── uniE_7F_C_.glif │ ├── uniE_7F_D_.glif │ ├── uniE_7F_E_.glif │ ├── uniE_7F_F_.glif │ ├── uniE_800.glif │ ├── uniE_801.glif │ ├── uniE_802.glif │ ├── uniE_803.glif │ ├── uniE_804.glif │ ├── uniE_805.glif │ ├── uniE_806.glif │ ├── uniE_807.glif │ ├── uniE_808.glif │ ├── uniE_809.glif │ ├── uniE_80A_.glif │ ├── uniE_80B_.glif │ ├── uniE_80C_.glif │ ├── uniE_80D_.glif │ ├── uniE_80E_.glif │ ├── uniE_830.glif │ ├── uniE_831.glif │ ├── uniE_832.glif │ ├── uniE_833.glif │ ├── uniE_834.glif │ ├── uniE_835.glif │ ├── uniE_836.glif │ ├── uniE_837.glif │ ├── uniE_838.glif │ ├── uniE_839.glif │ ├── uniE_83A_.glif │ ├── uniE_83B_.glif │ ├── uniE_83C_.glif │ ├── uniE_83D_.glif │ ├── uniE_83E_.glif │ ├── uniE_83F_.glif │ ├── uniE_840.glif │ ├── uniE_841.glif │ ├── uniE_842.glif │ ├── uniE_843.glif │ ├── uniE_844.glif │ ├── uniE_845.glif │ ├── uniE_846.glif │ ├── uniE_847.glif │ ├── uniE_848.glif │ ├── uniE_849.glif │ ├── uniE_850.glif │ ├── uniE_851.glif │ ├── uniE_852.glif │ ├── uniE_853.glif │ ├── uniE_854.glif │ ├── uniE_855.glif │ ├── uniE_856.glif │ ├── uniE_857.glif │ ├── uniE_858.glif │ ├── uniE_859.glif │ ├── uniE_85A_.glif │ ├── uniE_861.glif │ ├── uniE_862.glif │ ├── uniE_863.glif │ ├── uniE_864.glif │ ├── uniE_870.glif │ ├── uniE_871.glif │ ├── uniE_872.glif │ ├── uniE_873.glif │ ├── uniE_874.glif │ ├── uniE_875.glif │ ├── uniE_876.glif │ ├── uniE_877.glif │ ├── uniE_878.glif │ ├── uniE_879.glif │ ├── uniE_87A_.glif │ ├── uniE_87B_.glif │ ├── uniE_87C_.glif │ ├── uniE_880.glif │ ├── uniE_881.glif │ ├── uniE_882.glif │ ├── uniE_883.glif │ ├── uniE_884.glif │ ├── uniE_885.glif │ ├── uniE_886.glif │ ├── uniE_887.glif │ ├── uniE_888.glif │ ├── uniE_889.glif │ ├── uniE_88A_.glif │ ├── uniE_933.glif │ ├── uniE_937.glif │ ├── uniE_93C_.glif │ ├── uniE_93D_.glif │ ├── uniE_991.glif │ ├── uniE_A_4F_.glif │ ├── uniE_A_50.glif │ ├── uniE_A_51.glif │ ├── uniE_A_52.glif │ ├── uniE_A_53.glif │ ├── uniE_A_54.glif │ ├── uniE_A_55.glif │ ├── uniE_A_56.glif │ ├── uniE_A_57.glif │ ├── uniE_A_58.glif │ ├── uniE_A_59.glif │ ├── uniE_A_5A_.glif │ ├── uniE_A_5B_.glif │ ├── uniE_A_5C_.glif │ ├── uniE_A_5D_.glif │ ├── uniE_A_5E_.glif │ ├── uniE_A_5F_.glif │ ├── uniE_A_60.glif │ ├── uniE_A_61.glif │ ├── uniE_A_62.glif │ ├── uniE_A_63.glif │ ├── uniE_A_64.glif │ ├── uniE_A_65.glif │ ├── uniE_A_66.glif │ ├── uniE_A_67.glif │ ├── uniE_A_68.glif │ ├── uniE_A_69.glif │ ├── uniE_A_6A_.glif │ ├── uniE_A_6B_.glif │ ├── uniE_A_6F_.glif │ ├── uniE_A_A_0.glif │ ├── uniE_A_A_1.glif │ ├── uniE_A_A_2.glif │ ├── uniE_A_A_3.glif │ ├── uniE_A_A_4.glif │ ├── uniE_A_A_5.glif │ ├── uniE_A_A_6.glif │ ├── uniE_A_A_7.glif │ ├── uniE_A_A_8.glif │ ├── uniE_A_A_9.glif │ ├── uniE_A_A_A_.glif │ ├── uniE_A_A_B_.glif │ ├── uniE_A_A_C_.glif │ ├── uniE_A_A_D_.glif │ ├── uniE_A_A_E_.glif │ ├── uniE_A_A_F_.glif │ ├── uniE_A_B_0.glif │ ├── uniE_A_B_1.glif │ ├── uniE_A_B_2.glif │ ├── uniE_A_B_3.glif │ ├── uniE_A_B_4.glif │ ├── uniE_A_B_5.glif │ ├── uniE_A_B_6.glif │ ├── uniE_A_B_7.glif │ ├── uniE_A_B_8.glif │ ├── uniE_A_B_9.glif │ ├── uniE_A_B_A_.glif │ ├── uniE_A_B_B_.glif │ ├── uniE_A_B_C_.glif │ ├── uniE_A_B_D_.glif │ ├── uniE_A_B_E_.glif │ ├── uniE_A_B_F_.glif │ ├── uniE_A_C_0.glif │ ├── uniE_A_C_1.glif │ ├── uniE_A_C_2.glif │ ├── uniE_A_C_3.glif │ ├── uniE_A_C_4.glif │ ├── uniE_A_C_5.glif │ ├── uniE_A_C_6.glif │ ├── uniE_A_C_7.glif │ ├── uniE_A_C_8.glif │ ├── uniE_A_C_9.glif │ ├── uniE_A_C_A_.glif │ ├── uniE_A_C_B_.glif │ ├── uniE_A_C_C_.glif │ ├── uniE_A_C_D_.glif │ ├── uniE_A_C_E_.glif │ ├── uniE_A_C_F_.glif │ ├── uniE_A_D_0.glif │ ├── uniE_A_D_1.glif │ ├── uniE_A_D_2.glif │ ├── uniE_A_D_3.glif │ ├── uniE_A_D_4.glif │ ├── uniE_A_D_5.glif │ ├── uniE_A_D_6.glif │ ├── uniE_A_D_7.glif │ ├── uniE_A_D_8.glif │ ├── uniE_A_D_9.glif │ ├── uniE_A_D_A_.glif │ ├── uniE_A_D_B_.glif │ ├── uniE_A_D_C_.glif │ ├── uniE_A_D_D_.glif │ ├── uniE_A_D_E_.glif │ ├── uniE_A_D_F_.glif │ ├── uniE_A_E_0.glif │ ├── uniE_A_E_1.glif │ ├── uniE_A_E_2.glif │ ├── uniE_A_E_3.glif │ ├── uniE_A_E_4.glif │ ├── uniE_A_E_5.glif │ ├── uniE_A_E_6.glif │ ├── uniE_A_E_7.glif │ ├── uniE_A_E_8.glif │ ├── uniE_A_E_9.glif │ ├── uniE_A_E_A_.glif │ ├── uniE_A_E_B_.glif │ ├── uniE_A_E_C_.glif │ ├── uniE_A_E_D_.glif │ ├── uniE_A_E_E_.glif │ ├── uniE_A_E_F_.glif │ ├── uniE_A_F_0.glif │ ├── uniE_A_F_1.glif │ ├── uniE_A_F_2.glif │ ├── uniE_A_F_3.glif │ ├── uniE_B_60.glif │ ├── uniE_B_62.glif │ ├── uniE_B_63.glif │ ├── uniE_B_64.glif │ ├── uniE_B_66.glif │ ├── uniE_B_78.glif │ ├── uniE_B_79.glif │ ├── uniE_B_7A_.glif │ ├── uniE_B_7B_.glif │ ├── uniE_B_7C_.glif │ ├── uniE_B_7D_.glif │ ├── uniE_B_7E_.glif │ ├── uniE_B_7F_.glif │ ├── uniE_B_80.glif │ ├── uniE_B_81.glif │ ├── uniE_B_82.glif │ ├── uniE_B_83.glif │ ├── uniE_B_84.glif │ ├── uniE_B_85.glif │ ├── uniE_B_86.glif │ ├── uniE_B_87.glif │ ├── uniE_B_88.glif │ ├── uniE_B_89.glif │ ├── uniE_B_8A_.glif │ ├── uniE_B_8B_.glif │ ├── uniE_B_8C_.glif │ ├── uniE_B_8D_.glif │ ├── uniE_B_8E_.glif │ ├── uniE_B_8F_.glif │ ├── uniE_C_63.glif │ ├── uniE_C_64.glif │ ├── uniE_C_85.glif │ ├── uniE_C_90.glif │ ├── uniE_C_A_0.glif │ ├── uniE_C_A_1.glif │ ├── uniE_C_A_2.glif │ ├── uniE_C_A_3.glif │ ├── uniE_C_A_4.glif │ ├── uniE_C_A_5.glif │ ├── uniE_C_A_6.glif │ ├── uniE_C_A_7.glif │ ├── uniE_C_A_8.glif │ ├── uniE_C_A_9.glif │ ├── uniE_C_A_A_.glif │ ├── uniE_C_A_B_.glif │ ├── uniE_C_B_7.glif │ ├── uniE_D_10.glif │ ├── uniE_D_11.glif │ ├── uniE_D_12.glif │ ├── uniE_D_13.glif │ ├── uniE_D_14.glif │ ├── uniE_D_15.glif │ ├── uniE_D_16.glif │ ├── uniE_D_17.glif │ ├── uniE_D_18.glif │ ├── uniE_D_19.glif │ ├── uniE_D_1A_.glif │ ├── uniE_D_1B_.glif │ ├── uniE_D_1C_.glif │ ├── uniE_D_1D_.glif │ ├── uniE_D_1E_.glif │ ├── uniE_D_1F_.glif │ ├── uniE_D_20.glif │ ├── uniE_D_21.glif │ ├── uniE_D_22.glif │ ├── uniE_D_23.glif │ ├── uniE_D_28.glif │ ├── uniE_D_29.glif │ ├── uniE_D_2A_.glif │ ├── uniE_D_2B_.glif │ ├── uniE_D_2C_.glif │ ├── uniE_D_2D_.glif │ ├── uniE_D_2E_.glif │ ├── uniE_D_8A_.glif │ ├── uniE_D_8B_.glif │ ├── uniE_D_8C_.glif │ ├── uniE_D_8D_.glif │ ├── uniF_400.glif │ ├── uniF_401.glif │ ├── uniF_402.glif │ ├── uniF_403.glif │ ├── uniF_434.glif │ ├── uniF_435.glif │ ├── uniF_472.glif │ ├── uniF_473.glif │ ├── uniF_474.glif │ ├── uniF_4B_A_.glif │ ├── uniF_4B_B_.glif │ ├── uniF_4B_C_.glif │ ├── uniF_4B_D_.glif │ ├── uniF_4B_E_.glif │ ├── upsilon.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── yacute.glif │ ├── ydieresis.glif │ ├── yen.glif │ ├── z.glif │ ├── zero.glif │ └── zeta.glif ├── groups.plist ├── layercontents.plist ├── lib.plist └── metainfo.plist ├── sebastian.ufo ├── features.fea ├── fontinfo.plist ├── glyphs │ ├── A_.glif │ ├── A_E_.glif │ ├── A_acute.glif │ ├── A_circumflex.glif │ ├── A_dieresis.glif │ ├── A_grave.glif │ ├── A_ring.glif │ ├── A_tilde.glif │ ├── B_.glif │ ├── C_.glif │ ├── C_R_.glif │ ├── C_cedilla.glif │ ├── E_.glif │ ├── E_acute.glif │ ├── E_circumflex.glif │ ├── E_dieresis.glif │ ├── E_grave.glif │ ├── E_th.glif │ ├── F_.glif │ ├── H_.glif │ ├── I_.glif │ ├── I_acute.glif │ ├── I_circumflex.glif │ ├── I_dieresis.glif │ ├── I_grave.glif │ ├── J_.glif │ ├── K_.glif │ ├── L_.glif │ ├── M_.glif │ ├── N_.glif │ ├── N_U_L_L_.glif │ ├── N_tilde.glif │ ├── O_.glif │ ├── O_E_.glif │ ├── O_acute.glif │ ├── O_circumflex.glif │ ├── O_dieresis.glif │ ├── O_grave.glif │ ├── O_slash.glif │ ├── O_tilde.glif │ ├── P_.glif │ ├── Q_.glif │ ├── R_.glif │ ├── S_.glif │ ├── T_.glif │ ├── T_horn.glif │ ├── U_.glif │ ├── U_acute.glif │ ├── U_circumflex.glif │ ├── U_dieresis.glif │ ├── U_grave.glif │ ├── V_.glif │ ├── W_.glif │ ├── X_.glif │ ├── Y_.glif │ ├── Y_acute.glif │ ├── Y_dieresis.glif │ ├── Z_.glif │ ├── _notdef.glif │ ├── a.glif │ ├── aacute.glif │ ├── acircumflex.glif │ ├── acute.glif │ ├── adieresis.glif │ ├── ae.glif │ ├── agrave.glif │ ├── ampersand.glif │ ├── aring.glif │ ├── asciicircum.glif │ ├── asciitilde.glif │ ├── asterisk.glif │ ├── at.glif │ ├── atilde.glif │ ├── b.glif │ ├── backslash.glif │ ├── bar.glif │ ├── braceleft.glif │ ├── braceright.glif │ ├── bracketleft.glif │ ├── bracketright.glif │ ├── brokenbar.glif │ ├── c.glif │ ├── ccedilla.glif │ ├── cedilla.glif │ ├── cent.glif │ ├── colon.glif │ ├── comma.glif │ ├── contents.plist │ ├── copyright.glif │ ├── currency.glif │ ├── degree.glif │ ├── dieresis.glif │ ├── divide.glif │ ├── dollar.glif │ ├── e.glif │ ├── eacute.glif │ ├── ecircumflex.glif │ ├── edieresis.glif │ ├── egrave.glif │ ├── eight.glif │ ├── equal.glif │ ├── eth.glif │ ├── exclam.glif │ ├── exclamdown.glif │ ├── f.glif │ ├── five.glif │ ├── four.glif │ ├── g.glif │ ├── germandbls.glif │ ├── grave.glif │ ├── greater.glif │ ├── guillemotleft.glif │ ├── guillemotright.glif │ ├── h.glif │ ├── hyphen.glif │ ├── i.glif │ ├── iacute.glif │ ├── icircumflex.glif │ ├── idieresis.glif │ ├── igrave.glif │ ├── j.glif │ ├── k.glif │ ├── l.glif │ ├── layerinfo.plist │ ├── less.glif │ ├── logicalnot.glif │ ├── m.glif │ ├── macron.glif │ ├── multiply.glif │ ├── n.glif │ ├── nine.glif │ ├── ntilde.glif │ ├── numbersign.glif │ ├── o.glif │ ├── oacute.glif │ ├── ocircumflex.glif │ ├── odieresis.glif │ ├── oe.glif │ ├── ograve.glif │ ├── one.glif │ ├── onehalf.glif │ ├── onequarter.glif │ ├── ordfeminine.glif │ ├── ordmasculine.glif │ ├── oslash.glif │ ├── otilde.glif │ ├── p.glif │ ├── paragraph.glif │ ├── parenleft.glif │ ├── parenright.glif │ ├── percent.glif │ ├── period.glif │ ├── periodcentered.glif │ ├── plus.glif │ ├── plusminus.glif │ ├── q.glif │ ├── question.glif │ ├── questiondown.glif │ ├── quotedbl.glif │ ├── quotesingle.glif │ ├── r.glif │ ├── registered.glif │ ├── s.glif │ ├── section.glif │ ├── semicolon.glif │ ├── seven.glif │ ├── six.glif │ ├── slash.glif │ ├── space.glif │ ├── sterling.glif │ ├── t.glif │ ├── thorn.glif │ ├── three.glif │ ├── threequarters.glif │ ├── two.glif │ ├── u.glif │ ├── uacute.glif │ ├── ucircumflex.glif │ ├── udieresis.glif │ ├── ugrave.glif │ ├── underscore.glif │ ├── uni007F_.glif │ ├── uni0080.glif │ ├── uni0081.glif │ ├── uni0082.glif │ ├── uni0083.glif │ ├── uni0084.glif │ ├── uni0085.glif │ ├── uni0086.glif │ ├── uni0087.glif │ ├── uni0088.glif │ ├── uni0089.glif │ ├── uni008A_.glif │ ├── uni008B_.glif │ ├── uni008C_.glif │ ├── uni008D_.glif │ ├── uni008E_.glif │ ├── uni008F_.glif │ ├── uni0090.glif │ ├── uni0091.glif │ ├── uni0092.glif │ ├── uni0093.glif │ ├── uni0094.glif │ ├── uni0095.glif │ ├── uni0096.glif │ ├── uni0097.glif │ ├── uni0098.glif │ ├── uni0099.glif │ ├── uni009A_.glif │ ├── uni009B_.glif │ ├── uni009C_.glif │ ├── uni009D_.glif │ ├── uni009E_.glif │ ├── uni009F_.glif │ ├── uni00A_D_.glif │ ├── uni00B_2.glif │ ├── uni00B_3.glif │ ├── uni00B_5.glif │ ├── uni00B_9.glif │ ├── uni266D_.glif │ ├── uni266E_.glif │ ├── uni266F_.glif │ ├── uniE_000.glif │ ├── uniE_001.glif │ ├── uniE_003.glif │ ├── uniE_004.glif │ ├── uniE_005.glif │ ├── uniE_006.glif │ ├── uniE_007.glif │ ├── uniE_008.glif │ ├── uniE_009.glif │ ├── uniE_00A_.glif │ ├── uniE_00B_.glif │ ├── uniE_00C_.glif │ ├── uniE_00D_.glif │ ├── uniE_010.glif │ ├── uniE_011.glif │ ├── uniE_012.glif │ ├── uniE_013.glif │ ├── uniE_014.glif │ ├── uniE_015.glif │ ├── uniE_016.glif │ ├── uniE_017.glif │ ├── uniE_018.glif │ ├── uniE_019.glif │ ├── uniE_01A_.glif │ ├── uniE_01B_.glif │ ├── uniE_01C_.glif │ ├── uniE_01D_.glif │ ├── uniE_01E_.glif │ ├── uniE_01F_.glif │ ├── uniE_020.glif │ ├── uniE_021.glif │ ├── uniE_022.glif │ ├── uniE_023.glif │ ├── uniE_024.glif │ ├── uniE_030.glif │ ├── uniE_031.glif │ ├── uniE_032.glif │ ├── uniE_033.glif │ ├── uniE_034.glif │ ├── uniE_035.glif │ ├── uniE_036.glif │ ├── uniE_037.glif │ ├── uniE_038.glif │ ├── uniE_039.glif │ ├── uniE_040.glif │ ├── uniE_041.glif │ ├── uniE_042.glif │ ├── uniE_043.glif │ ├── uniE_044.glif │ ├── uniE_047.glif │ ├── uniE_048.glif │ ├── uniE_049.glif │ ├── uniE_04A_.glif │ ├── uniE_04B_.glif │ ├── uniE_050.glif │ ├── uniE_051.glif │ ├── uniE_052.glif │ ├── uniE_053.glif │ ├── uniE_054.glif │ ├── uniE_05C_.glif │ ├── uniE_05D_.glif │ ├── uniE_062.glif │ ├── uniE_063.glif │ ├── uniE_064.glif │ ├── uniE_065.glif │ ├── uniE_066.glif │ ├── uniE_069.glif │ ├── uniE_06A_.glif │ ├── uniE_06D_.glif │ ├── uniE_06E_.glif │ ├── uniE_073.glif │ ├── uniE_074.glif │ ├── uniE_07A_.glif │ ├── uniE_07B_.glif │ ├── uniE_07C_.glif │ ├── uniE_07D_.glif │ ├── uniE_07E_.glif │ ├── uniE_080.glif │ ├── uniE_081.glif │ ├── uniE_082.glif │ ├── uniE_083.glif │ ├── uniE_084.glif │ ├── uniE_085.glif │ ├── uniE_086.glif │ ├── uniE_087.glif │ ├── uniE_088.glif │ ├── uniE_089.glif │ ├── uniE_08A_.glif │ ├── uniE_08B_.glif │ ├── uniE_08C_.glif │ ├── uniE_08D_.glif │ ├── uniE_08E_.glif │ ├── uniE_08F_.glif │ ├── uniE_090.glif │ ├── uniE_091.glif │ ├── uniE_092.glif │ ├── uniE_093.glif │ ├── uniE_094.glif │ ├── uniE_095.glif │ ├── uniE_098.glif │ ├── uniE_09C_.glif │ ├── uniE_09D_.glif │ ├── uniE_0A_0.glif │ ├── uniE_0A_1.glif │ ├── uniE_0A_2.glif │ ├── uniE_0A_3.glif │ ├── uniE_0A_4.glif │ ├── uniE_0A_5.glif │ ├── uniE_0A_9.glif │ ├── uniE_0A_A_.glif │ ├── uniE_0A_F_.glif │ ├── uniE_0B_1.glif │ ├── uniE_0B_2.glif │ ├── uniE_0B_3.glif │ ├── uniE_0B_5.glif │ ├── uniE_0B_6.glif │ ├── uniE_0B_7.glif │ ├── uniE_0B_8.glif │ ├── uniE_0B_9.glif │ ├── uniE_0B_C_.glif │ ├── uniE_0B_D_.glif │ ├── uniE_0B_E_.glif │ ├── uniE_0B_F_.glif │ ├── uniE_0C_0.glif │ ├── uniE_0C_1.glif │ ├── uniE_0C_2.glif │ ├── uniE_0C_5.glif │ ├── uniE_0C_6.glif │ ├── uniE_0C_7.glif │ ├── uniE_0C_8.glif │ ├── uniE_0C_9.glif │ ├── uniE_0C_A_.glif │ ├── uniE_0C_B_.glif │ ├── uniE_0C_F_.glif │ ├── uniE_0D_0.glif │ ├── uniE_0D_1.glif │ ├── uniE_0D_2.glif │ ├── uniE_0D_3.glif │ ├── uniE_0D_8.glif │ ├── uniE_0D_9.glif │ ├── uniE_0D_A_.glif │ ├── uniE_0D_B_.glif │ ├── uniE_0D_C_.glif │ ├── uniE_0D_D_.glif │ ├── uniE_0D_E_.glif │ ├── uniE_0E_0.glif │ ├── uniE_0E_1.glif │ ├── uniE_0E_2.glif │ ├── uniE_0E_4.glif │ ├── uniE_0E_5.glif │ ├── uniE_0E_6.glif │ ├── uniE_0E_8.glif │ ├── uniE_0E_9.glif │ ├── uniE_0E_A_.glif │ ├── uniE_0E_E_.glif │ ├── uniE_0E_F_.glif │ ├── uniE_0F_0.glif │ ├── uniE_0F_2.glif │ ├── uniE_0F_3.glif │ ├── uniE_0F_4.glif │ ├── uniE_0F_5.glif │ ├── uniE_0F_6.glif │ ├── uniE_100.glif │ ├── uniE_101.glif │ ├── uniE_102.glif │ ├── uniE_103.glif │ ├── uniE_104.glif │ ├── uniE_105.glif │ ├── uniE_106.glif │ ├── uniE_107.glif │ ├── uniE_108.glif │ ├── uniE_109.glif │ ├── uniE_10A_.glif │ ├── uniE_110.glif │ ├── uniE_111.glif │ ├── uniE_113.glif │ ├── uniE_114.glif │ ├── uniE_11A_.glif │ ├── uniE_11B_.glif │ ├── uniE_1D_0.glif │ ├── uniE_1D_1.glif │ ├── uniE_1D_2.glif │ ├── uniE_1D_3.glif │ ├── uniE_1D_4.glif │ ├── uniE_1D_5.glif │ ├── uniE_1D_6.glif │ ├── uniE_1D_7.glif │ ├── uniE_1D_8.glif │ ├── uniE_1D_9.glif │ ├── uniE_1D_A_.glif │ ├── uniE_1D_B_.glif │ ├── uniE_1D_C_.glif │ ├── uniE_1E_7.glif │ ├── uniE_1F_0.glif │ ├── uniE_1F_1.glif │ ├── uniE_1F_2.glif │ ├── uniE_1F_3.glif │ ├── uniE_1F_4.glif │ ├── uniE_1F_5.glif │ ├── uniE_1F_6.glif │ ├── uniE_1F_7.glif │ ├── uniE_1F_8.glif │ ├── uniE_1F_9.glif │ ├── uniE_1F_A_.glif │ ├── uniE_1F_B_.glif │ ├── uniE_1F_C_.glif │ ├── uniE_1F_D_.glif │ ├── uniE_1F_E_.glif │ ├── uniE_1F_F_.glif │ ├── uniE_200.glif │ ├── uniE_201.glif │ ├── uniE_202.glif │ ├── uniE_203.glif │ ├── uniE_220.glif │ ├── uniE_221.glif │ ├── uniE_222.glif │ ├── uniE_223.glif │ ├── uniE_225.glif │ ├── uniE_226.glif │ ├── uniE_227.glif │ ├── uniE_228.glif │ ├── uniE_229.glif │ ├── uniE_22A_.glif │ ├── uniE_22E_.glif │ ├── uniE_22F_.glif │ ├── uniE_230.glif │ ├── uniE_231.glif │ ├── uniE_240.glif │ ├── uniE_241.glif │ ├── uniE_242.glif │ ├── uniE_243.glif │ ├── uniE_244.glif │ ├── uniE_245.glif │ ├── uniE_246.glif │ ├── uniE_247.glif │ ├── uniE_248.glif │ ├── uniE_249.glif │ ├── uniE_24A_.glif │ ├── uniE_24B_.glif │ ├── uniE_24C_.glif │ ├── uniE_24D_.glif │ ├── uniE_24E_.glif │ ├── uniE_24F_.glif │ ├── uniE_250.glif │ ├── uniE_251.glif │ ├── uniE_260.glif │ ├── uniE_261.glif │ ├── uniE_262.glif │ ├── uniE_263.glif │ ├── uniE_264.glif │ ├── uniE_265.glif │ ├── uniE_266.glif │ ├── uniE_267.glif │ ├── uniE_268.glif │ ├── uniE_269.glif │ ├── uniE_26A_.glif │ ├── uniE_26B_.glif │ ├── uniE_26C_.glif │ ├── uniE_26D_.glif │ ├── uniE_270.glif │ ├── uniE_271.glif │ ├── uniE_272.glif │ ├── uniE_273.glif │ ├── uniE_274.glif │ ├── uniE_275.glif │ ├── uniE_276.glif │ ├── uniE_277.glif │ ├── uniE_278.glif │ ├── uniE_279.glif │ ├── uniE_280.glif │ ├── uniE_281.glif │ ├── uniE_282.glif │ ├── uniE_283.glif │ ├── uniE_290.glif │ ├── uniE_291.glif │ ├── uniE_292.glif │ ├── uniE_293.glif │ ├── uniE_294.glif │ ├── uniE_295.glif │ ├── uniE_296.glif │ ├── uniE_297.glif │ ├── uniE_298.glif │ ├── uniE_299.glif │ ├── uniE_29A_.glif │ ├── uniE_29B_.glif │ ├── uniE_29C_.glif │ ├── uniE_2C_1.glif │ ├── uniE_2C_2.glif │ ├── uniE_2C_3.glif │ ├── uniE_2C_6.glif │ ├── uniE_2C_7.glif │ ├── uniE_440.glif │ ├── uniE_441.glif │ ├── uniE_442.glif │ ├── uniE_443.glif │ ├── uniE_444.glif │ ├── uniE_4A_0.glif │ ├── uniE_4A_1.glif │ ├── uniE_4A_2.glif │ ├── uniE_4A_3.glif │ ├── uniE_4A_4.glif │ ├── uniE_4A_5.glif │ ├── uniE_4A_6.glif │ ├── uniE_4A_7.glif │ ├── uniE_4A_8.glif │ ├── uniE_4A_9.glif │ ├── uniE_4A_A_.glif │ ├── uniE_4A_B_.glif │ ├── uniE_4A_C_.glif │ ├── uniE_4A_D_.glif │ ├── uniE_4A_E_.glif │ ├── uniE_4A_F_.glif │ ├── uniE_4B_0.glif │ ├── uniE_4B_1.glif │ ├── uniE_4B_2.glif │ ├── uniE_4B_3.glif │ ├── uniE_4B_4.glif │ ├── uniE_4B_5.glif │ ├── uniE_4B_6.glif │ ├── uniE_4B_7.glif │ ├── uniE_4B_8.glif │ ├── uniE_4B_9.glif │ ├── uniE_4C_0.glif │ ├── uniE_4C_1.glif │ ├── uniE_4C_2.glif │ ├── uniE_4C_3.glif │ ├── uniE_4C_4.glif │ ├── uniE_4C_5.glif │ ├── uniE_4C_6.glif │ ├── uniE_4C_7.glif │ ├── uniE_4C_8.glif │ ├── uniE_4C_9.glif │ ├── uniE_4C_A_.glif │ ├── uniE_4C_B_.glif │ ├── uniE_4C_E_.glif │ ├── uniE_4C_F_.glif │ ├── uniE_4D_0.glif │ ├── uniE_4D_1.glif │ ├── uniE_4D_2.glif │ ├── uniE_4D_3.glif │ ├── uniE_4D_4.glif │ ├── uniE_4D_5.glif │ ├── uniE_4D_6.glif │ ├── uniE_4D_7.glif │ ├── uniE_4E_0.glif │ ├── uniE_4E_1.glif │ ├── uniE_4E_2.glif │ ├── uniE_4E_3.glif │ ├── uniE_4E_4.glif │ ├── uniE_4E_5.glif │ ├── uniE_4E_6.glif │ ├── uniE_4E_7.glif │ ├── uniE_4E_8.glif │ ├── uniE_4E_9.glif │ ├── uniE_4E_A_.glif │ ├── uniE_4E_B_.glif │ ├── uniE_4E_C_.glif │ ├── uniE_4E_D_.glif │ ├── uniE_4E_E_.glif │ ├── uniE_4E_F_.glif │ ├── uniE_4F_0.glif │ ├── uniE_4F_1.glif │ ├── uniE_4F_2.glif │ ├── uniE_4F_3.glif │ ├── uniE_4F_4.glif │ ├── uniE_4F_5.glif │ ├── uniE_4F_6.glif │ ├── uniE_500.glif │ ├── uniE_501.glif │ ├── uniE_502.glif │ ├── uniE_503.glif │ ├── uniE_504.glif │ ├── uniE_505.glif │ ├── uniE_510.glif │ ├── uniE_511.glif │ ├── uniE_512.glif │ ├── uniE_513.glif │ ├── uniE_514.glif │ ├── uniE_515.glif │ ├── uniE_516.glif │ ├── uniE_517.glif │ ├── uniE_518.glif │ ├── uniE_519.glif │ ├── uniE_51A_.glif │ ├── uniE_51B_.glif │ ├── uniE_51C_.glif │ ├── uniE_51D_.glif │ ├── uniE_51E_.glif │ ├── uniE_51F_.glif │ ├── uniE_520.glif │ ├── uniE_521.glif │ ├── uniE_522.glif │ ├── uniE_523.glif │ ├── uniE_524.glif │ ├── uniE_525.glif │ ├── uniE_526.glif │ ├── uniE_527.glif │ ├── uniE_528.glif │ ├── uniE_529.glif │ ├── uniE_52A_.glif │ ├── uniE_52B_.glif │ ├── uniE_52C_.glif │ ├── uniE_52D_.glif │ ├── uniE_52E_.glif │ ├── uniE_52F_.glif │ ├── uniE_530.glif │ ├── uniE_531.glif │ ├── uniE_532.glif │ ├── uniE_533.glif │ ├── uniE_534.glif │ ├── uniE_535.glif │ ├── uniE_536.glif │ ├── uniE_537.glif │ ├── uniE_538.glif │ ├── uniE_539.glif │ ├── uniE_53A_.glif │ ├── uniE_53B_.glif │ ├── uniE_53C_.glif │ ├── uniE_53D_.glif │ ├── uniE_53E_.glif │ ├── uniE_53F_.glif │ ├── uniE_540.glif │ ├── uniE_541.glif │ ├── uniE_542.glif │ ├── uniE_543.glif │ ├── uniE_544.glif │ ├── uniE_545.glif │ ├── uniE_546.glif │ ├── uniE_547.glif │ ├── uniE_548.glif │ ├── uniE_549.glif │ ├── uniE_550.glif │ ├── uniE_551.glif │ ├── uniE_552.glif │ ├── uniE_553.glif │ ├── uniE_554.glif │ ├── uniE_555.glif │ ├── uniE_560.glif │ ├── uniE_561.glif │ ├── uniE_562.glif │ ├── uniE_563.glif │ ├── uniE_564.glif │ ├── uniE_565.glif │ ├── uniE_566.glif │ ├── uniE_567.glif │ ├── uniE_568.glif │ ├── uniE_569.glif │ ├── uniE_56A_.glif │ ├── uniE_56B_.glif │ ├── uniE_56C_.glif │ ├── uniE_56D_.glif │ ├── uniE_56E_.glif │ ├── uniE_56F_.glif │ ├── uniE_570.glif │ ├── uniE_571.glif │ ├── uniE_572.glif │ ├── uniE_573.glif │ ├── uniE_574.glif │ ├── uniE_575.glif │ ├── uniE_576.glif │ ├── uniE_577.glif │ ├── uniE_578.glif │ ├── uniE_579.glif │ ├── uniE_57A_.glif │ ├── uniE_57B_.glif │ ├── uniE_57C_.glif │ ├── uniE_57D_.glif │ ├── uniE_57E_.glif │ ├── uniE_57F_.glif │ ├── uniE_580.glif │ ├── uniE_581.glif │ ├── uniE_582.glif │ ├── uniE_583.glif │ ├── uniE_584.glif │ ├── uniE_585.glif │ ├── uniE_586.glif │ ├── uniE_587.glif │ ├── uniE_588.glif │ ├── uniE_589.glif │ ├── uniE_59E_.glif │ ├── uniE_5B_0.glif │ ├── uniE_5B_1.glif │ ├── uniE_5B_2.glif │ ├── uniE_5B_3.glif │ ├── uniE_5B_4.glif │ ├── uniE_5B_5.glif │ ├── uniE_5B_6.glif │ ├── uniE_5B_8.glif │ ├── uniE_5B_A_.glif │ ├── uniE_5B_B_.glif │ ├── uniE_5B_C_.glif │ ├── uniE_5B_D_.glif │ ├── uniE_5B_E_.glif │ ├── uniE_5B_F_.glif │ ├── uniE_5C_0.glif │ ├── uniE_5C_1.glif │ ├── uniE_5C_2.glif │ ├── uniE_5C_3.glif │ ├── uniE_5C_4.glif │ ├── uniE_5C_5.glif │ ├── uniE_5C_6.glif │ ├── uniE_5C_7.glif │ ├── uniE_5C_8.glif │ ├── uniE_5D_0.glif │ ├── uniE_5D_1.glif │ ├── uniE_5D_2.glif │ ├── uniE_5D_3.glif │ ├── uniE_5D_4.glif │ ├── uniE_5D_5.glif │ ├── uniE_5D_6.glif │ ├── uniE_5D_7.glif │ ├── uniE_5D_8.glif │ ├── uniE_5D_9.glif │ ├── uniE_5D_A_.glif │ ├── uniE_5D_B_.glif │ ├── uniE_5D_C_.glif │ ├── uniE_5D_D_.glif │ ├── uniE_5D_E_.glif │ ├── uniE_5D_F_.glif │ ├── uniE_5E_0.glif │ ├── uniE_5E_1.glif │ ├── uniE_5E_2.glif │ ├── uniE_5E_3.glif │ ├── uniE_5E_4.glif │ ├── uniE_5E_5.glif │ ├── uniE_5E_6.glif │ ├── uniE_5E_7.glif │ ├── uniE_5E_8.glif │ ├── uniE_5E_9.glif │ ├── uniE_5E_A_.glif │ ├── uniE_5E_B_.glif │ ├── uniE_5E_C_.glif │ ├── uniE_5E_D_.glif │ ├── uniE_5E_E_.glif │ ├── uniE_5E_F_.glif │ ├── uniE_5F_0.glif │ ├── uniE_5F_1.glif │ ├── uniE_5F_2.glif │ ├── uniE_5F_3.glif │ ├── uniE_5F_4.glif │ ├── uniE_5F_5.glif │ ├── uniE_5F_6.glif │ ├── uniE_5F_7.glif │ ├── uniE_5F_8.glif │ ├── uniE_5F_9.glif │ ├── uniE_5F_A_.glif │ ├── uniE_5F_B_.glif │ ├── uniE_5F_C_.glif │ ├── uniE_5F_D_.glif │ ├── uniE_5F_E_.glif │ ├── uniE_5F_F_.glif │ ├── uniE_600.glif │ ├── uniE_601.glif │ ├── uniE_602.glif │ ├── uniE_603.glif │ ├── uniE_604.glif │ ├── uniE_605.glif │ ├── uniE_606.glif │ ├── uniE_607.glif │ ├── uniE_608.glif │ ├── uniE_609.glif │ ├── uniE_60A_.glif │ ├── uniE_60B_.glif │ ├── uniE_610.glif │ ├── uniE_611.glif │ ├── uniE_612.glif │ ├── uniE_613.glif │ ├── uniE_614.glif │ ├── uniE_615.glif │ ├── uniE_616.glif │ ├── uniE_617.glif │ ├── uniE_618.glif │ ├── uniE_619.glif │ ├── uniE_61A_.glif │ ├── uniE_61B_.glif │ ├── uniE_61C_.glif │ ├── uniE_61D_.glif │ ├── uniE_61E_.glif │ ├── uniE_61F_.glif │ ├── uniE_620.glif │ ├── uniE_621.glif │ ├── uniE_622.glif │ ├── uniE_623.glif │ ├── uniE_624.glif │ ├── uniE_625.glif │ ├── uniE_626.glif │ ├── uniE_627.glif │ ├── uniE_628.glif │ ├── uniE_629.glif │ ├── uniE_62A_.glif │ ├── uniE_630.glif │ ├── uniE_631.glif │ ├── uniE_632.glif │ ├── uniE_633.glif │ ├── uniE_634.glif │ ├── uniE_635.glif │ ├── uniE_640.glif │ ├── uniE_641.glif │ ├── uniE_642.glif │ ├── uniE_643.glif │ ├── uniE_644.glif │ ├── uniE_645.glif │ ├── uniE_646.glif │ ├── uniE_647.glif │ ├── uniE_648.glif │ ├── uniE_649.glif │ ├── uniE_64A_.glif │ ├── uniE_64B_.glif │ ├── uniE_650.glif │ ├── uniE_651.glif │ ├── uniE_652.glif │ ├── uniE_653.glif │ ├── uniE_654.glif │ ├── uniE_655.glif │ ├── uniE_656.glif │ ├── uniE_657.glif │ ├── uniE_658.glif │ ├── uniE_659.glif │ ├── uniE_65A_.glif │ ├── uniE_65E_.glif │ ├── uniE_65F_.glif │ ├── uniE_660.glif │ ├── uniE_661.glif │ ├── uniE_662.glif │ ├── uniE_663.glif │ ├── uniE_664.glif │ ├── uniE_665.glif │ ├── uniE_666.glif │ ├── uniE_667.glif │ ├── uniE_668.glif │ ├── uniE_669.glif │ ├── uniE_66A_.glif │ ├── uniE_66B_.glif │ ├── uniE_66C_.glif │ ├── uniE_66D_.glif │ ├── uniE_66E_.glif │ ├── uniE_66F_.glif │ ├── uniE_670.glif │ ├── uniE_671.glif │ ├── uniE_672.glif │ ├── uniE_673.glif │ ├── uniE_674.glif │ ├── uniE_675.glif │ ├── uniE_676.glif │ ├── uniE_677.glif │ ├── uniE_770.glif │ ├── uniE_772.glif │ ├── uniE_773.glif │ ├── uniE_77C_.glif │ ├── uniE_77E_.glif │ ├── uniE_77F_.glif │ ├── uniE_7F_0.glif │ ├── uniE_7F_1.glif │ ├── uniE_7F_2.glif │ ├── uniE_7F_3.glif │ ├── uniE_7F_4.glif │ ├── uniE_7F_5.glif │ ├── uniE_7F_6.glif │ ├── uniE_7F_7.glif │ ├── uniE_7F_8.glif │ ├── uniE_7F_9.glif │ ├── uniE_7F_A_.glif │ ├── uniE_7F_B_.glif │ ├── uniE_7F_C_.glif │ ├── uniE_7F_D_.glif │ ├── uniE_7F_E_.glif │ ├── uniE_7F_F_.glif │ ├── uniE_800.glif │ ├── uniE_801.glif │ ├── uniE_802.glif │ ├── uniE_803.glif │ ├── uniE_804.glif │ ├── uniE_805.glif │ ├── uniE_806.glif │ ├── uniE_807.glif │ ├── uniE_808.glif │ ├── uniE_809.glif │ ├── uniE_80A_.glif │ ├── uniE_80B_.glif │ ├── uniE_80C_.glif │ ├── uniE_80D_.glif │ ├── uniE_80E_.glif │ ├── uniE_830.glif │ ├── uniE_831.glif │ ├── uniE_832.glif │ ├── uniE_833.glif │ ├── uniE_834.glif │ ├── uniE_835.glif │ ├── uniE_836.glif │ ├── uniE_837.glif │ ├── uniE_838.glif │ ├── uniE_839.glif │ ├── uniE_83A_.glif │ ├── uniE_83B_.glif │ ├── uniE_83C_.glif │ ├── uniE_83D_.glif │ ├── uniE_83E_.glif │ ├── uniE_83F_.glif │ ├── uniE_840.glif │ ├── uniE_841.glif │ ├── uniE_842.glif │ ├── uniE_843.glif │ ├── uniE_844.glif │ ├── uniE_845.glif │ ├── uniE_846.glif │ ├── uniE_847.glif │ ├── uniE_848.glif │ ├── uniE_849.glif │ ├── uniE_850.glif │ ├── uniE_851.glif │ ├── uniE_852.glif │ ├── uniE_853.glif │ ├── uniE_854.glif │ ├── uniE_855.glif │ ├── uniE_856.glif │ ├── uniE_857.glif │ ├── uniE_858.glif │ ├── uniE_859.glif │ ├── uniE_85A_.glif │ ├── uniE_861.glif │ ├── uniE_862.glif │ ├── uniE_863.glif │ ├── uniE_864.glif │ ├── uniE_870.glif │ ├── uniE_871.glif │ ├── uniE_872.glif │ ├── uniE_873.glif │ ├── uniE_874.glif │ ├── uniE_875.glif │ ├── uniE_876.glif │ ├── uniE_877.glif │ ├── uniE_878.glif │ ├── uniE_879.glif │ ├── uniE_87A_.glif │ ├── uniE_87B_.glif │ ├── uniE_87C_.glif │ ├── uniE_880.glif │ ├── uniE_881.glif │ ├── uniE_882.glif │ ├── uniE_883.glif │ ├── uniE_884.glif │ ├── uniE_885.glif │ ├── uniE_886.glif │ ├── uniE_887.glif │ ├── uniE_888.glif │ ├── uniE_889.glif │ ├── uniE_88A_.glif │ ├── uniE_933.glif │ ├── uniE_937.glif │ ├── uniE_93C_.glif │ ├── uniE_93D_.glif │ ├── uniE_990.glif │ ├── uniE_991.glif │ ├── uniE_A_50.glif │ ├── uniE_A_51.glif │ ├── uniE_A_52.glif │ ├── uniE_A_53.glif │ ├── uniE_A_54.glif │ ├── uniE_A_55.glif │ ├── uniE_A_56.glif │ ├── uniE_A_57.glif │ ├── uniE_A_58.glif │ ├── uniE_A_59.glif │ ├── uniE_A_5A_.glif │ ├── uniE_A_5B_.glif │ ├── uniE_A_5C_.glif │ ├── uniE_A_5D_.glif │ ├── uniE_A_5E_.glif │ ├── uniE_A_5F_.glif │ ├── uniE_A_60.glif │ ├── uniE_A_61.glif │ ├── uniE_A_62.glif │ ├── uniE_A_63.glif │ ├── uniE_A_64.glif │ ├── uniE_A_65.glif │ ├── uniE_A_66.glif │ ├── uniE_A_67.glif │ ├── uniE_A_68.glif │ ├── uniE_A_69.glif │ ├── uniE_A_6A_.glif │ ├── uniE_A_6B_.glif │ ├── uniE_A_6F_.glif │ ├── uniE_A_A_0.glif │ ├── uniE_A_A_1.glif │ ├── uniE_A_A_2.glif │ ├── uniE_A_A_3.glif │ ├── uniE_A_A_4.glif │ ├── uniE_A_A_5.glif │ ├── uniE_A_A_6.glif │ ├── uniE_A_A_7.glif │ ├── uniE_A_A_8.glif │ ├── uniE_A_A_9.glif │ ├── uniE_A_A_A_.glif │ ├── uniE_A_A_B_.glif │ ├── uniE_A_A_C_.glif │ ├── uniE_A_A_D_.glif │ ├── uniE_A_A_E_.glif │ ├── uniE_A_A_F_.glif │ ├── uniE_A_B_0.glif │ ├── uniE_A_B_1.glif │ ├── uniE_A_B_2.glif │ ├── uniE_A_B_3.glif │ ├── uniE_A_B_4.glif │ ├── uniE_A_B_5.glif │ ├── uniE_A_B_6.glif │ ├── uniE_A_B_7.glif │ ├── uniE_A_B_8.glif │ ├── uniE_A_B_9.glif │ ├── uniE_A_B_A_.glif │ ├── uniE_A_B_B_.glif │ ├── uniE_A_B_C_.glif │ ├── uniE_A_B_D_.glif │ ├── uniE_A_B_E_.glif │ ├── uniE_A_B_F_.glif │ ├── uniE_A_C_0.glif │ ├── uniE_A_C_1.glif │ ├── uniE_A_C_2.glif │ ├── uniE_A_C_3.glif │ ├── uniE_A_C_4.glif │ ├── uniE_A_C_5.glif │ ├── uniE_A_C_6.glif │ ├── uniE_A_C_7.glif │ ├── uniE_A_C_8.glif │ ├── uniE_A_C_9.glif │ ├── uniE_A_C_A_.glif │ ├── uniE_A_C_B_.glif │ ├── uniE_A_C_C_.glif │ ├── uniE_A_C_D_.glif │ ├── uniE_A_C_E_.glif │ ├── uniE_A_C_F_.glif │ ├── uniE_A_D_0.glif │ ├── uniE_A_D_1.glif │ ├── uniE_A_D_2.glif │ ├── uniE_A_D_3.glif │ ├── uniE_A_D_4.glif │ ├── uniE_A_D_5.glif │ ├── uniE_A_D_6.glif │ ├── uniE_A_D_7.glif │ ├── uniE_A_D_8.glif │ ├── uniE_A_D_9.glif │ ├── uniE_A_D_A_.glif │ ├── uniE_A_D_B_.glif │ ├── uniE_A_D_C_.glif │ ├── uniE_A_D_D_.glif │ ├── uniE_A_D_E_.glif │ ├── uniE_A_D_F_.glif │ ├── uniE_A_E_0.glif │ ├── uniE_A_E_1.glif │ ├── uniE_A_E_2.glif │ ├── uniE_A_E_3.glif │ ├── uniE_A_E_4.glif │ ├── uniE_A_E_5.glif │ ├── uniE_A_E_6.glif │ ├── uniE_A_E_7.glif │ ├── uniE_A_E_8.glif │ ├── uniE_A_E_9.glif │ ├── uniE_A_E_A_.glif │ ├── uniE_A_E_B_.glif │ ├── uniE_A_E_C_.glif │ ├── uniE_A_E_D_.glif │ ├── uniE_A_E_E_.glif │ ├── uniE_A_E_F_.glif │ ├── uniE_A_F_0.glif │ ├── uniE_A_F_1.glif │ ├── uniE_A_F_2.glif │ ├── uniE_A_F_3.glif │ ├── uniE_B_60.glif │ ├── uniE_B_62.glif │ ├── uniE_B_63.glif │ ├── uniE_B_64.glif │ ├── uniE_B_66.glif │ ├── uniE_B_78.glif │ ├── uniE_B_79.glif │ ├── uniE_B_7A_.glif │ ├── uniE_B_7B_.glif │ ├── uniE_B_7C_.glif │ ├── uniE_B_7D_.glif │ ├── uniE_B_7E_.glif │ ├── uniE_B_7F_.glif │ ├── uniE_B_80.glif │ ├── uniE_B_81.glif │ ├── uniE_B_82.glif │ ├── uniE_B_83.glif │ ├── uniE_B_84.glif │ ├── uniE_B_85.glif │ ├── uniE_B_86.glif │ ├── uniE_B_87.glif │ ├── uniE_B_88.glif │ ├── uniE_B_89.glif │ ├── uniE_B_8A_.glif │ ├── uniE_B_8B_.glif │ ├── uniE_B_8C_.glif │ ├── uniE_B_8D_.glif │ ├── uniE_B_8E_.glif │ ├── uniE_B_8F_.glif │ ├── uniE_C_63.glif │ ├── uniE_C_64.glif │ ├── uniE_C_85.glif │ ├── uniE_C_90.glif │ ├── uniE_C_A_0.glif │ ├── uniE_C_A_1.glif │ ├── uniE_C_A_2.glif │ ├── uniE_C_A_3.glif │ ├── uniE_C_A_4.glif │ ├── uniE_C_A_5.glif │ ├── uniE_C_A_6.glif │ ├── uniE_C_A_7.glif │ ├── uniE_C_A_8.glif │ ├── uniE_C_A_9.glif │ ├── uniE_C_A_B_.glif │ ├── uniE_C_B_7.glif │ ├── uniE_D_10.glif │ ├── uniE_D_11.glif │ ├── uniE_D_12.glif │ ├── uniE_D_13.glif │ ├── uniE_D_14.glif │ ├── uniE_D_15.glif │ ├── uniE_D_16.glif │ ├── uniE_D_17.glif │ ├── uniE_D_18.glif │ ├── uniE_D_19.glif │ ├── uniE_D_1A_.glif │ ├── uniE_D_1B_.glif │ ├── uniE_D_1C_.glif │ ├── uniE_D_1D_.glif │ ├── uniE_D_1E_.glif │ ├── uniE_D_1F_.glif │ ├── uniE_D_20.glif │ ├── uniE_D_21.glif │ ├── uniE_D_22.glif │ ├── uniE_D_23.glif │ ├── uniE_D_24.glif │ ├── uniE_D_25.glif │ ├── uniE_D_26.glif │ ├── uniE_D_27.glif │ ├── uniE_D_28.glif │ ├── uniE_D_29.glif │ ├── uniE_D_2A_.glif │ ├── uniE_D_2B_.glif │ ├── uniE_D_2C_.glif │ ├── uniE_D_2D_.glif │ ├── uniE_D_2E_.glif │ ├── uniE_D_80.glif │ ├── uniE_D_81.glif │ ├── uniE_D_82.glif │ ├── uniE_D_83.glif │ ├── uniE_D_84.glif │ ├── uniE_D_85.glif │ ├── uniE_D_86.glif │ ├── uniE_D_87.glif │ ├── uniE_D_88.glif │ ├── uniE_D_89.glif │ ├── uniE_D_8A_.glif │ ├── uniE_D_8B_.glif │ ├── uniE_D_8C_.glif │ ├── uniE_D_8D_.glif │ ├── uniF_400.glif │ ├── uniF_401.glif │ ├── uniF_402.glif │ ├── uniF_403.glif │ ├── uniF_434.glif │ ├── uniF_435.glif │ ├── uniF_472.glif │ ├── uniF_473.glif │ ├── uniF_474.glif │ ├── uniF_4B_A_.glif │ ├── uniF_4B_B_.glif │ ├── uniF_4B_C_.glif │ ├── uniF_4B_D_.glif │ ├── uniF_4B_E_.glif │ ├── v.glif │ ├── w.glif │ ├── x.glif │ ├── y.glif │ ├── yacute.glif │ ├── ydieresis.glif │ ├── yen.glif │ ├── z.glif │ └── zero.glif ├── layercontents.plist ├── lib.plist └── metainfo.plist └── sebastian_defaults.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/README.md -------------------------------------------------------------------------------- /Sebastian_sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/Sebastian_sample.png -------------------------------------------------------------------------------- /fonts/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/fonts/OFL.txt -------------------------------------------------------------------------------- /fonts/Sebastian.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/fonts/Sebastian.json -------------------------------------------------------------------------------- /fonts/Sebastian.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/fonts/Sebastian.otf -------------------------------------------------------------------------------- /fonts/SebastianText.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/fonts/SebastianText.otf -------------------------------------------------------------------------------- /legacy/fontforge/sebastian-lines.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/fontforge/sebastian-lines.sfd -------------------------------------------------------------------------------- /legacy/fontforge/sebastian-numerals.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/fontforge/sebastian-numerals.sfd -------------------------------------------------------------------------------- /legacy/fontforge/sebastian.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/fontforge/sebastian.sfd -------------------------------------------------------------------------------- /legacy/otf/FONTLOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/otf/FONTLOG.txt -------------------------------------------------------------------------------- /legacy/otf/OFL-FAQ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/otf/OFL-FAQ.txt -------------------------------------------------------------------------------- /legacy/otf/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/otf/OFL.txt -------------------------------------------------------------------------------- /legacy/otf/Sebastian-Acc-Art.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/otf/Sebastian-Acc-Art.otf -------------------------------------------------------------------------------- /legacy/otf/Sebastian-FigBass.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/otf/Sebastian-FigBass.otf -------------------------------------------------------------------------------- /legacy/otf/Sebastian-Lines.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/otf/Sebastian-Lines.otf -------------------------------------------------------------------------------- /legacy/otf/Sebastian-Met.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/otf/Sebastian-Met.otf -------------------------------------------------------------------------------- /legacy/otf/Sebastian-Note-Clef.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/otf/Sebastian-Note-Clef.otf -------------------------------------------------------------------------------- /legacy/otf/Sebastian-Numerals.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/otf/Sebastian-Numerals.otf -------------------------------------------------------------------------------- /legacy/otf/Sebastian-Ornaments.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/otf/Sebastian-Ornaments.otf -------------------------------------------------------------------------------- /legacy/otf/Sebastian.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/otf/Sebastian.otf -------------------------------------------------------------------------------- /legacy/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/readme.md -------------------------------------------------------------------------------- /legacy/resources/Clefs/Clefs.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/resources/Clefs/Clefs.sfd -------------------------------------------------------------------------------- /legacy/resources/Dynamics/Dynamics.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/resources/Dynamics/Dynamics.sfd -------------------------------------------------------------------------------- /legacy/resources/Lines/Lines.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/resources/Lines/Lines.sfd -------------------------------------------------------------------------------- /legacy/resources/Numbers/Numbers.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/resources/Numbers/Numbers.sfd -------------------------------------------------------------------------------- /legacy/resources/Other/Other.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/resources/Other/Other.sfd -------------------------------------------------------------------------------- /legacy/resources/Trills/Trills.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/legacy/resources/Trills/Trills.sfd -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_0A_6.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_0A_6.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_0A_7.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_0A_7.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_0A_8.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_0A_8.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_0B_0.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_0B_0.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_0B_4.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_0B_4.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_0C_3.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_0C_3.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_0C_4.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_0C_4.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_0D_4.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_0D_4.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_0D_5.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_0D_5.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_0D_6.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_0D_6.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_0D_7.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_0D_7.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_0E_3.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_0E_3.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_0E_7.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_0E_7.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_900.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_900.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_901.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_901.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_902.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_902.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_903.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_903.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_904.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_904.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_905.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_905.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_906.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_906.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_907.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_907.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_908.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_908.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_909.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_909.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_90A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_90A_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_90B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_90B_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_910.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_910.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_911.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_911.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_912.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_912.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_913.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_913.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_914.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_914.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_915.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_915.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_916.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_916.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_917.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_917.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_918.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_918.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_919.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_919.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_91A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_91A_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_91B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_91B_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_91C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_91C_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_91D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_91D_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_91E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_91E_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_91F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_91F_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_920.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_920.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_930.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_930.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_932.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_932.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_934.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_934.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_936.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_936.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_938.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_938.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_939.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_939.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_950.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_950.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_951.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_951.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_952.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_952.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_953.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_953.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_957.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_957.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_95C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_95C_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_95D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_95D_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_95E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_95E_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_C_62.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_C_62.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_D_60.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_D_60.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_D_61.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_D_61.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_D_62.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_D_62.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_D_63.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_D_63.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_D_64.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_D_64.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_D_65.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_D_65.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_D_66.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_D_66.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_F_10.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_F_10.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_F_11.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_F_11.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_F_12.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_F_12.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_F_13.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_F_13.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_F_14.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_F_14.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_F_15.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_F_15.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_F_16.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_F_16.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniE_F_17.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniE_F_17.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_43F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_43F_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_4E_0.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_4E_0.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_4E_1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_4E_1.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_4E_2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_4E_2.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_506.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_506.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_507.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_507.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_508.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_508.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_509.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_509.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_50A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_50A_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_50B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_50B_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_50C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_50C_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_50D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_50D_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_50E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_50E_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_50F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_50F_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_510.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_510.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_511.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_511.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_512.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_512.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_513.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_513.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_514.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_514.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_515.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_515.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_516.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_516.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_517.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_517.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_518.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_518.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_519.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_519.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_51A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_51A_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_51B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_51B_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_52B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_52B_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_52C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_52C_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_52D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_52D_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_52E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_52E_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_52F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_52F_.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_5D_5.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_5D_5.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_5D_6.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_5D_6.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_5D_7.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_5D_7.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_5D_8.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_5D_8.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_5D_9.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_5D_9.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_700.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_700.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_701.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_701.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_702.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_702.glif -------------------------------------------------------------------------------- /src/Sebastian.ufo/glyphs/uniF_703.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/Sebastian.ufo/glyphs/uniF_703.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/features.fea -------------------------------------------------------------------------------- /src/SebastianText.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/fontinfo.plist -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/A_E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/A_E_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/E_th.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/E_th.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/O_E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/O_E_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/acute.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/ae.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/ae.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/aring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/aring.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/bar.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/cent.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/cent.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/chi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/chi.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/colon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/colon.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/comma.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/comma.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/d.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/d.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/eight.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/eight.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/equal.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/equal.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/eta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/eta.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/eth.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/eth.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/five.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/five.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/four.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/four.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/grave.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/iota.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/iota.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/less.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/less.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/nine.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/nine.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/oe.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/oe.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/omega.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/omega.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/one.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/one.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/phi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/phi.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/pi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/pi.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/plus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/plus.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/psi.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/psi.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/rho.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/rho.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/seven.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/seven.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/sigma.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/sigma.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/six.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/six.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/slash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/slash.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/space.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/space.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/tau.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/tau.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/theta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/theta.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/thorn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/thorn.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/three.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/three.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/two.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/two.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/yen.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/yen.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/zero.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/zero.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/glyphs/zeta.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/glyphs/zeta.glif -------------------------------------------------------------------------------- /src/SebastianText.ufo/groups.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/groups.plist -------------------------------------------------------------------------------- /src/SebastianText.ufo/lib.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/lib.plist -------------------------------------------------------------------------------- /src/SebastianText.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/SebastianText.ufo/metainfo.plist -------------------------------------------------------------------------------- /src/sebastian.ufo/features.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/features.fea -------------------------------------------------------------------------------- /src/sebastian.ufo/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/fontinfo.plist -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/A_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/A_E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/A_E_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/A_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/A_acute.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/A_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/A_grave.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/A_ring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/A_ring.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/A_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/A_tilde.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/B_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/C_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/C_R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/C_R_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/C_cedilla.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/C_cedilla.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/E_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/E_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/E_acute.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/E_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/E_grave.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/E_th.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/E_th.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/F_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/H_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/H_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/I_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/I_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/I_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/I_acute.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/I_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/I_grave.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/J_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/J_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/K_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/K_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/L_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/M_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/M_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/N_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/N_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/N_U_L_L_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/N_U_L_L_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/N_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/N_tilde.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/O_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/O_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/O_E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/O_E_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/O_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/O_acute.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/O_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/O_grave.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/O_slash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/O_slash.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/O_tilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/O_tilde.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/P_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/P_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/Q_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/Q_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/R_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/R_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/S_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/S_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/T_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/T_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/T_horn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/T_horn.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/U_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/U_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/U_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/U_acute.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/U_grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/U_grave.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/V_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/V_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/W_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/W_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/X_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/X_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/Y_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/Y_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/Y_acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/Y_acute.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/Z_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/Z_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/_notdef.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/_notdef.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/a.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/a.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/aacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/aacute.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/acute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/acute.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/adieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/adieresis.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/ae.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/ae.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/agrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/agrave.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/ampersand.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/ampersand.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/aring.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/aring.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/asterisk.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/asterisk.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/at.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/at.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/atilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/atilde.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/b.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/b.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/backslash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/backslash.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/bar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/bar.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/braceleft.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/braceleft.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/brokenbar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/brokenbar.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/c.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/c.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/ccedilla.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/ccedilla.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/cedilla.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/cedilla.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/cent.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/cent.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/colon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/colon.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/comma.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/comma.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/contents.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/contents.plist -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/copyright.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/copyright.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/currency.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/currency.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/degree.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/degree.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/dieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/dieresis.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/divide.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/divide.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/dollar.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/dollar.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/e.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/e.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/eacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/eacute.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/edieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/edieresis.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/egrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/egrave.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/eight.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/eight.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/equal.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/equal.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/eth.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/eth.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/exclam.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/exclam.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/f.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/f.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/five.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/five.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/four.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/four.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/g.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/g.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/grave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/grave.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/greater.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/greater.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/h.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/h.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/hyphen.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/hyphen.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/i.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/i.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/iacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/iacute.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/idieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/idieresis.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/igrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/igrave.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/j.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/j.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/k.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/k.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/l.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/l.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/less.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/less.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/m.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/m.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/macron.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/macron.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/multiply.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/multiply.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/n.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/n.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/nine.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/nine.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/ntilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/ntilde.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/o.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/o.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/oacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/oacute.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/odieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/odieresis.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/oe.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/oe.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/ograve.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/ograve.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/one.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/one.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/onehalf.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/onehalf.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/oslash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/oslash.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/otilde.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/otilde.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/p.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/p.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/paragraph.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/paragraph.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/parenleft.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/parenleft.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/percent.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/percent.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/period.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/period.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/plus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/plus.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/plusminus.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/plusminus.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/q.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/q.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/question.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/question.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/quotedbl.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/quotedbl.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/r.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/r.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/s.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/s.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/section.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/section.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/semicolon.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/semicolon.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/seven.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/seven.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/six.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/six.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/slash.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/slash.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/space.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/space.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/sterling.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/sterling.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/t.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/t.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/thorn.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/thorn.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/three.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/three.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/two.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/two.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/u.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/u.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uacute.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/udieresis.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/udieresis.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/ugrave.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/ugrave.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni007F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni007F_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0080.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0080.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0081.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0081.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0082.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0082.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0083.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0083.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0084.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0084.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0085.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0085.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0086.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0086.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0087.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0087.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0088.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0088.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0089.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0089.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni008A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni008A_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni008B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni008B_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni008C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni008C_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni008D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni008D_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni008E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni008E_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni008F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni008F_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0090.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0090.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0091.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0091.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0092.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0092.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0093.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0093.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0094.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0094.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0095.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0095.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0096.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0096.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0097.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0097.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0098.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0098.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni0099.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni0099.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni009A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni009A_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni009B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni009B_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni009C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni009C_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni009D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni009D_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni009E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni009E_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni009F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni009F_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni00A_D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni00A_D_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni00B_2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni00B_2.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni00B_3.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni00B_3.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni00B_5.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni00B_5.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni00B_9.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni00B_9.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni266D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni266D_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni266E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni266E_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uni266F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uni266F_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_000.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_000.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_001.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_001.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_003.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_003.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_004.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_004.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_005.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_005.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_006.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_006.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_007.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_007.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_008.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_008.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_009.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_009.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_00A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_00A_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_00B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_00B_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_00C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_00C_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_00D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_00D_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_010.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_010.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_011.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_011.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_012.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_012.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_013.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_013.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_014.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_014.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_015.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_015.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_016.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_016.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_017.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_017.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_018.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_018.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_019.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_019.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_01A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_01A_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_01B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_01B_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_01C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_01C_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_01D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_01D_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_01E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_01E_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_01F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_01F_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_020.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_020.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_021.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_021.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_022.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_022.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_023.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_023.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_024.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_024.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_030.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_030.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_031.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_031.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_032.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_032.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_033.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_033.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_034.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_034.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_035.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_035.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_036.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_036.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_037.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_037.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_038.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_038.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_039.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_039.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_040.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_040.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_041.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_041.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_042.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_042.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_043.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_043.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_044.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_044.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_047.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_047.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_048.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_048.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_049.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_049.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_04A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_04A_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_04B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_04B_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_050.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_050.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_051.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_051.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_052.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_052.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_053.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_053.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_054.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_054.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_05C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_05C_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_05D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_05D_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_062.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_062.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_063.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_063.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_064.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_064.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_065.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_065.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_066.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_066.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_069.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_069.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_06A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_06A_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_06D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_06D_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_06E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_06E_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_073.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_073.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_074.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_074.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_07A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_07A_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_07B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_07B_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_07C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_07C_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_07D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_07D_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_07E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_07E_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_080.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_080.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_081.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_081.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_082.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_082.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_083.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_083.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_084.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_084.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_085.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_085.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_086.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_086.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_087.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_087.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_088.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_088.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_089.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_089.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_08A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_08A_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_08B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_08B_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_08C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_08C_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_08D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_08D_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_08E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_08E_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_08F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_08F_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_090.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_090.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_091.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_091.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_092.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_092.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_093.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_093.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_094.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_094.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_095.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_095.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_098.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_098.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_09C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_09C_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_09D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_09D_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0A_0.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0A_0.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0A_1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0A_1.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0A_2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0A_2.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0A_3.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0A_3.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0A_4.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0A_4.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0A_5.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0A_5.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0A_9.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0A_9.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0B_1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0B_1.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0B_2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0B_2.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0B_3.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0B_3.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0B_5.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0B_5.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0B_6.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0B_6.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0B_7.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0B_7.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0B_8.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0B_8.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0B_9.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0B_9.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0C_0.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0C_0.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0C_1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0C_1.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0C_2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0C_2.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0C_5.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0C_5.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0C_6.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0C_6.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0C_7.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0C_7.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0C_8.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0C_8.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0C_9.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0C_9.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0D_0.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0D_0.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0D_1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0D_1.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0D_2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0D_2.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0D_3.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0D_3.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0D_8.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0D_8.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0D_9.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0D_9.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0E_0.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0E_0.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0E_1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0E_1.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0E_2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0E_2.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0E_4.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0E_4.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0E_5.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0E_5.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0E_6.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0E_6.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0E_8.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0E_8.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0E_9.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0E_9.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0F_0.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0F_0.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0F_2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0F_2.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0F_3.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0F_3.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0F_4.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0F_4.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0F_5.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0F_5.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_0F_6.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_0F_6.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_100.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_100.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_101.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_101.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_102.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_102.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_103.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_103.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_104.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_104.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_105.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_105.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_106.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_106.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_107.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_107.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_108.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_108.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_109.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_109.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_10A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_10A_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_110.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_110.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_111.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_111.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_113.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_113.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_114.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_114.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_11A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_11A_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_11B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_11B_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1D_0.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1D_0.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1D_1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1D_1.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1D_2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1D_2.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1D_3.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1D_3.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1D_4.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1D_4.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1D_5.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1D_5.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1D_6.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1D_6.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1D_7.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1D_7.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1D_8.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1D_8.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1D_9.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1D_9.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1E_7.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1E_7.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1F_0.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1F_0.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1F_1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1F_1.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1F_2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1F_2.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1F_3.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1F_3.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1F_4.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1F_4.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1F_5.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1F_5.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1F_6.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1F_6.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1F_7.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1F_7.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1F_8.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1F_8.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_1F_9.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_1F_9.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_200.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_200.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_201.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_201.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_202.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_202.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_203.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_203.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_220.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_220.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_221.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_221.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_222.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_222.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_223.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_223.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_225.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_225.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_226.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_226.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_227.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_227.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_228.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_228.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_229.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_229.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_22A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_22A_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_22E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_22E_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_22F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_22F_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_230.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_230.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_231.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_231.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_240.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_240.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_241.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_241.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_242.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_242.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_243.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_243.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_244.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_244.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_245.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_245.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_246.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_246.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_247.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_247.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_248.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_248.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_249.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_249.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_24A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_24A_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_24B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_24B_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_24C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_24C_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_24D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_24D_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_24E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_24E_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_24F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_24F_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_250.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_250.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_251.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_251.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_260.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_260.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_261.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_261.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_262.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_262.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_263.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_263.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_264.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_264.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_265.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_265.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_266.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_266.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_267.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_267.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_268.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_268.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_269.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_269.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_26A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_26A_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_26B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_26B_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_26C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_26C_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_26D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_26D_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_270.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_270.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_271.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_271.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_272.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_272.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_273.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_273.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_274.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_274.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_275.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_275.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_276.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_276.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_277.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_277.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_278.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_278.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_279.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_279.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_280.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_280.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_281.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_281.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_282.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_282.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_283.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_283.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_290.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_290.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_291.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_291.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_292.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_292.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_293.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_293.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_294.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_294.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_295.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_295.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_296.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_296.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_297.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_297.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_298.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_298.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_299.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_299.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_29A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_29A_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_29B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_29B_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_29C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_29C_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_2C_1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_2C_1.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_2C_2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_2C_2.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_2C_3.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_2C_3.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_2C_6.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_2C_6.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_2C_7.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_2C_7.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_440.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_440.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_441.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_441.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_442.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_442.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_443.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_443.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_444.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_444.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4A_0.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4A_0.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4A_1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4A_1.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4A_2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4A_2.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4A_3.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4A_3.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4A_4.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4A_4.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4A_5.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4A_5.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4A_6.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4A_6.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4A_7.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4A_7.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4A_8.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4A_8.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4A_9.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4A_9.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4B_0.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4B_0.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4B_1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4B_1.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4B_2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4B_2.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4B_3.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4B_3.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4B_4.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4B_4.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4B_5.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4B_5.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4B_6.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4B_6.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4B_7.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4B_7.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4B_8.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4B_8.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4B_9.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4B_9.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4C_0.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4C_0.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4C_1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4C_1.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4C_2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4C_2.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4C_3.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4C_3.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4C_4.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4C_4.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4C_5.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4C_5.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4C_6.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4C_6.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4C_7.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4C_7.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4C_8.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4C_8.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4C_9.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4C_9.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4D_0.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4D_0.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4D_1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4D_1.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4D_2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4D_2.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4D_3.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4D_3.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4D_4.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4D_4.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4D_5.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4D_5.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4D_6.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4D_6.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4D_7.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4D_7.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4E_0.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4E_0.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4E_1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4E_1.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4E_2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4E_2.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4E_3.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4E_3.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4E_4.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4E_4.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4E_5.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4E_5.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4E_6.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4E_6.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4E_7.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4E_7.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4E_8.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4E_8.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4E_9.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4E_9.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4F_0.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4F_0.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4F_1.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4F_1.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4F_2.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4F_2.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4F_3.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4F_3.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4F_4.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4F_4.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4F_5.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4F_5.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_4F_6.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_4F_6.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_500.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_500.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_501.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_501.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_502.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_502.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_503.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_503.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_504.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_504.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_505.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_505.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_510.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_510.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_511.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_511.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_512.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_512.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_513.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_513.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_514.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_514.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_515.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_515.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_516.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_516.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_517.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_517.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_518.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_518.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_519.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_519.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_51A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_51A_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_51B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_51B_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_51C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_51C_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_51D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_51D_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_51E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_51E_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_51F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_51F_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_520.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_520.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_521.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_521.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_522.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_522.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_523.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_523.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_524.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_524.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_525.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_525.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_526.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_526.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_527.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_527.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_528.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_528.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_529.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_529.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_52A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_52A_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_52B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_52B_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_52C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_52C_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_52D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_52D_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_52E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_52E_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_52F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_52F_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_530.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_530.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_531.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_531.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_532.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_532.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_533.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_533.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_534.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_534.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_535.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_535.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_536.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_536.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_537.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_537.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_538.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_538.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_539.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_539.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_53A_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_53A_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_53B_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_53B_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_53C_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_53C_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_53D_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_53D_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_53E_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_53E_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_53F_.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_53F_.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_540.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_540.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_541.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_541.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_542.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_542.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_543.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_543.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_544.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_544.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_545.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_545.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_546.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_546.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_547.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_547.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_548.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_548.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_549.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_549.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_550.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_550.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/uniE_551.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/uniE_551.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/v.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/v.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/w.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/w.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/x.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/x.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/y.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/y.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/yacute.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/yacute.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/yen.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/yen.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/z.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/z.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/glyphs/zero.glif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/glyphs/zero.glif -------------------------------------------------------------------------------- /src/sebastian.ufo/layercontents.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/layercontents.plist -------------------------------------------------------------------------------- /src/sebastian.ufo/lib.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/lib.plist -------------------------------------------------------------------------------- /src/sebastian.ufo/metainfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian.ufo/metainfo.plist -------------------------------------------------------------------------------- /src/sebastian_defaults.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fkretlow/sebastian/HEAD/src/sebastian_defaults.json --------------------------------------------------------------------------------