├── .editorconfig ├── .gitignore ├── .jshintrc ├── LICENSE.md ├── Makefile ├── README.md ├── dist ├── routed-gothic-ttf.zip ├── sfd │ ├── routed-gothic-half-italic.sfd │ ├── routed-gothic-italic.sfd │ ├── routed-gothic-narrow-half-italic.sfd │ ├── routed-gothic-narrow-italic.sfd │ ├── routed-gothic-narrow.sfd │ ├── routed-gothic-wide-half-italic.sfd │ ├── routed-gothic-wide-italic.sfd │ ├── routed-gothic-wide.sfd │ └── routed-gothic.sfd ├── ttf │ ├── routed-gothic-half-italic.ttf │ ├── routed-gothic-italic.ttf │ ├── routed-gothic-narrow-half-italic.ttf │ ├── routed-gothic-narrow-italic.ttf │ ├── routed-gothic-narrow.ttf │ ├── routed-gothic-wide-half-italic.ttf │ ├── routed-gothic-wide-italic.ttf │ ├── routed-gothic-wide.ttf │ └── routed-gothic.ttf └── zip │ ├── RoutedGothic-0.9.2.zip │ └── RoutedGothic.zip ├── download ├── routed-gothic-ttf-v1.0.0.zip └── routed-gothic-ttf.zip ├── gulpfile.js ├── package.json ├── public └── fonts │ └── routed-gothic │ ├── css │ ├── app.css │ └── app.min.css │ ├── dist │ └── ttf │ │ ├── routed-gothic-half-italic.ttf │ │ ├── routed-gothic-italic.ttf │ │ ├── routed-gothic-narrow-half-italic.ttf │ │ ├── routed-gothic-narrow-italic.ttf │ │ ├── routed-gothic-narrow.ttf │ │ ├── routed-gothic-wide-half-italic.ttf │ │ ├── routed-gothic-wide-italic.ttf │ │ ├── routed-gothic-wide.ttf │ │ └── routed-gothic.ttf │ ├── drawings │ ├── Makefile │ ├── avionics-diagram-white-on-blue.png │ ├── avionics-diagram-white-on-transparent.png │ ├── avionics-diagram.png │ ├── blueprint.png │ ├── blueprint.svg │ ├── marlo.pdf │ ├── marlo.svg │ ├── schematic.pdf │ ├── schematic.png │ └── schematic.svg │ ├── images │ ├── 1903-flyer-blueprints-plate-1.jpg │ ├── 1903-flyer-blueprints-plate-2.jpg │ ├── README.md │ ├── tales-from-the-crypt.png │ ├── weird-science-1.jpg │ ├── weird-science-2.jpg │ ├── weird-science-3.jpg │ ├── weird-science-4.jpg │ └── wonder-woman.jpg │ ├── index.html │ ├── samples.html │ ├── try.html │ └── unicode-coverage.html ├── src ├── basefont │ └── routed-gothic-stroke-source.sfd ├── data │ └── font-data.json ├── pages │ ├── _components │ │ ├── site-footer.njk │ │ ├── site-header.njk │ │ └── unicode-coverage.njk │ ├── _layouts │ │ └── default.njk │ ├── index.njk │ ├── samples.njk │ ├── try.njk │ └── unicode-coverage.njk ├── styles │ ├── _settings.scss │ ├── _variables.scss │ ├── app.scss │ ├── fonts.scss │ └── main.scss └── vector │ ├── U+0020_SPACE.svg │ ├── U+0021_EXCLAMATION_MARK.svg │ ├── U+0022_QUOTATION_MARK.svg │ ├── U+0023_NUMBER_SIGN.svg │ ├── U+0024_DOLLAR_SIGN.svg │ ├── U+0025_PERCENT_SIGN.svg │ ├── U+0026_AMPERSAND.svg │ ├── U+0027_APOSTROPHE.svg │ ├── U+0028_LEFT_PARENTHESIS.svg │ ├── U+0029_RIGHT_PARENTHESIS.svg │ ├── U+002A_ASTERISK.svg │ ├── U+002B_PLUS_SIGN.svg │ ├── U+002C_COMMA.svg │ ├── U+002D_HYPHEN-MINUS.svg │ ├── U+002E_FULL_STOP.svg │ ├── U+002F_SOLIDUS.svg │ ├── U+0030_DIGIT_ZERO.svg │ ├── U+0031_DIGIT_ONE.svg │ ├── U+0032_DIGIT_TWO.svg │ ├── U+0033_DIGIT_THREE.svg │ ├── U+0034_DIGIT_FOUR.svg │ ├── U+0035_DIGIT_FIVE.svg │ ├── U+0036_DIGIT_SIX.svg │ ├── U+0038_DIGIT_EIGHT.svg │ ├── U+0039_DIGIT_NINE.svg │ ├── U+003A_COLON.svg │ ├── U+003B_SEMICOLON.svg │ ├── U+003C_LESS-THAN_SIGN.svg │ ├── U+003D_EQUALS_SIGN.svg │ ├── U+003E_GREATER-THAN_SIGN.svg │ ├── U+003F_QUESTION_MARK.svg │ ├── U+0040_COMMERCIAL_AT.svg │ ├── U+0041_LATIN_CAPITAL_LETTER_A.svg │ ├── U+0042_LATIN_CAPITAL_LETTER_B.svg │ ├── U+0043_LATIN_CAPITAL_LETTER_C.svg │ ├── U+0044_LATIN_CAPITAL_LETTER_D.svg │ ├── U+0045_LATIN_CAPITAL_LETTER_E.svg │ ├── U+0046_LATIN_CAPITAL_LETTER_F.svg │ ├── U+0047_LATIN_CAPITAL_LETTER_G.svg │ ├── U+0048_LATIN_CAPITAL_LETTER_H.svg │ ├── U+0049_LATIN_CAPITAL_LETTER_I.svg │ ├── U+004A_LATIN_CAPITAL_LETTER_J.svg │ ├── U+004B_LATIN_CAPITAL_LETTER_K.svg │ ├── U+004C_LATIN_CAPITAL_LETTER_L.svg │ ├── U+004D_LATIN_CAPITAL_LETTER_M.svg │ ├── U+004E_LATIN_CAPITAL_LETTER_N.svg │ ├── U+004F_LATIN_CAPITAL_LETTER_O.svg │ ├── U+0050_LATIN_CAPITAL_LETTER_P.svg │ ├── U+0051_LATIN_CAPITAL_LETTER_Q.svg │ ├── U+0052_LATIN_CAPITAL_LETTER_R.svg │ ├── U+0053_LATIN_CAPITAL_LETTER_S.svg │ ├── U+0054_LATIN_CAPITAL_LETTER_T.svg │ ├── U+0055_LATIN_CAPITAL_LETTER_U.svg │ ├── U+0056_LATIN_CAPITAL_LETTER_V.svg │ ├── U+0057_LATIN_CAPITAL_LETTER_W.svg │ ├── U+0058_LATIN_CAPITAL_LETTER_X.svg │ ├── U+0059_LATIN_CAPITAL_LETTER_Y.svg │ ├── U+005A_LATIN_CAPITAL_LETTER_Z.svg │ ├── U+005B_LEFT_SQUARE_BRACKET.svg │ ├── U+005C_REVERSE_SOLIDUS.svg │ ├── U+005D_RIGHT_SQUARE_BRACKET.svg │ ├── U+005E_CIRCUMFLEX_ACCENT.svg │ ├── U+005F_LOW_LINE.svg │ ├── U+0060_GRAVE_ACCENT.svg │ ├── U+0061_LATIN_SMALL_LETTER_A.svg │ ├── U+0062_LATIN_SMALL_LETTER_B.svg │ ├── U+0063_LATIN_SMALL_LETTER_C.svg │ ├── U+0064_LATIN_SMALL_LETTER_D.svg │ ├── U+0065_LATIN_SMALL_LETTER_E.svg │ ├── U+0066_LATIN_SMALL_LETTER_F.svg │ ├── U+0067_LATIN_SMALL_LETTER_G.svg │ ├── U+0068_LATIN_SMALL_LETTER_H.svg │ ├── U+0069_LATIN_SMALL_LETTER_I.svg │ ├── U+006A_LATIN_SMALL_LETTER_J.svg │ ├── U+006B_LATIN_SMALL_LETTER_K.svg │ ├── U+006C_LATIN_SMALL_LETTER_L.svg │ ├── U+006C_LATIN_SMALL_LETTER_L__alternate.svg │ ├── U+006D_LATIN_SMALL_LETTER_M.svg │ ├── U+006E_LATIN_SMALL_LETTER_N.svg │ ├── U+006F_LATIN_SMALL_LETTER_O.svg │ ├── U+0070_LATIN_SMALL_LETTER_P.svg │ ├── U+0071_LATIN_SMALL_LETTER_Q.svg │ ├── U+0072_LATIN_SMALL_LETTER_R.svg │ ├── U+0073_LATIN_SMALL_LETTER_S.svg │ ├── U+0074_LATIN_SMALL_LETTER_T.svg │ ├── U+0075_LATIN_SMALL_LETTER_U.svg │ ├── U+0076_LATIN_SMALL_LETTER_V.svg │ ├── U+0077_LATIN_SMALL_LETTER_W.svg │ ├── U+0078_LATIN_SMALL_LETTER_X.svg │ ├── U+0079_LATIN_SMALL_LETTER_Y.svg │ ├── U+007A_LATIN_SMALL_LETTER_Z.svg │ ├── U+007B_LEFT_CURLY_BRACKET.svg │ ├── U+007C_VERTICAL_LINE.svg │ ├── U+007D_RIGHT_CURLY_BRACKET.svg │ ├── U+007E_TILDE.svg │ ├── U+00A2_CENT_SIGN.svg │ ├── U+00A3_POUND_SIGN.svg │ ├── U+00A4_CURRENCY_SIGN.svg │ ├── U+00A5_YEN_SIGN.svg │ ├── U+00A6_BROKEN_BAR.svg │ ├── U+00A7_SECTION_SIGN.svg │ ├── U+00A8_DIAERESIS.svg │ ├── U+00A9_COPYRIGHT_SIGN.svg │ ├── U+00AA_FEMININE_ORDINAL_INDICATOR.svg │ ├── U+00AB_LEFT-POINTING_DOUBLE_QUOTATION_MARK.svg │ ├── U+00AC_NOT_SIGN.svg │ ├── U+00AE_REGISTERED_SIGN.svg │ ├── U+00AF_MACRON.svg │ ├── U+00B0_DEGREE_SIGN.svg │ ├── U+00B1_PLUS-MINUS_SIGN.svg │ ├── U+00B2_SUPERSCRIPT_TWO.svg │ ├── U+00B3_SUPERSCRIPT_THREE.svg │ ├── U+00B4_ACUTE_ACCENT.svg │ ├── U+00B5_MICRO_SIGN.svg │ ├── U+00B6_PILCROW_SIGN.svg │ ├── U+00B7_MIDDLE_DOT.svg │ ├── U+00B8_CEDILLA.svg │ ├── U+00B9_SUPERSCRIPT_ONE.svg │ ├── U+00BA_MASCULINE_ORDINAL_INDICATOR.svg │ ├── U+00BB_RIGHT-POINTING_DOUBLE_QUOTATION_MARK.svg │ ├── U+00C6_LATIN_CAPITAL_LETTER_AE.svg │ ├── U+00D0_LATIN_CAPITAL_LETTER_ETH.svg │ ├── U+00D7_MULTIPLICATION_SIGN.svg │ ├── U+00DE_LATIN_CAPITAL_LETTER_THORN.svg │ ├── U+00DF_LATIN_SMALL_LETTER_SHARP_S.svg │ ├── U+00E6_LATIN_SMALL_LETTER_AE.svg │ ├── U+00F0_LATIN_SMALL_LETTER_ETH.svg │ ├── U+00F7_DIVISION_SIGN.svg │ ├── U+00FE_LATIN_SMALL_LETTER_THORN.svg │ ├── U+0131_LATIN_SMALL_LETTER_DOTLESS_I.svg │ ├── U+0237_LATIN_SMALL_LETTER_DOTLESS_J.svg │ ├── U+0300_COMBINING_GRAVE_ACCENT.svg │ ├── U+0301_COMBINING_ACUTE_ACCENT.svg │ ├── U+0302_COMBINING_CIRCUMFLEX_ACCENT.svg │ ├── U+0303_COMBINING_TILDE.svg │ ├── U+0304_COMBINING_MACRON.svg │ ├── U+0308_COMBINING_DIAERESIS.svg │ ├── U+030A_COMBINING_RING_ABOVE.svg │ ├── U+0327_COMBINING_CEDILLA.svg │ ├── U+1F4A9_PILE_OF_POO.svg │ ├── U+2007_FIGURE_SPACE.svg │ ├── U+2012_FIGURE_DASH.svg │ ├── U+2013_EN_DASH.svg │ ├── U+2014_EM_DASH.svg │ ├── U+2015_HORIZONTAL_BAR.svg │ ├── U+2016_DOUBLE_VERTICAL_LINE.svg │ ├── U+2017_DOUBLE_LOW_LINE.svg │ ├── U+2018_LEFT_SINGLE_QUOTATION_MARK.svg │ ├── U+2019_RIGHT_SINGLE_QUOTATION_MARK.svg │ ├── U+201A_SINGLE_LOW-9_QUOTATION_MARK.svg │ ├── U+201B_SINGLE_HIGH-REVERSED-9_QUOTATION_MARK.svg │ ├── U+201C_LEFT_DOUBLE_QUOTATION_MARK.svg │ ├── U+201D_RIGHT_DOUBLE_QUOTATION_MARK.svg │ ├── U+201E_DOUBLE_LOW-9_QUOTATION_MARK.svg │ ├── U+201F_DOUBLE_HIGH-REVERSED-9_QUOTATION_MARK.svg │ ├── U+2020_DAGGER.svg │ ├── U+2021_DOUBLE_DAGGER.svg │ ├── U+2022_BULLET.svg │ ├── U+2023_TRIANGULAR_BULLET.svg │ ├── U+2030_PER_MILLE_SIGN.svg │ ├── U+2031_PER_TEN_THOUSAND_SIGN.svg │ ├── U+2032_PRIME.svg │ ├── U+2033_DOUBLE_PRIME.svg │ ├── U+2034_TRIPLE_PRIME.svg │ ├── U+2035_REVERSED_PRIME.svg │ ├── U+2036_REVERSED_DOUBLE_PRIME.svg │ ├── U+2037_REVERSED_TRIPLE_PRIME.svg │ ├── U+2038_CARET.svg │ ├── U+2039_SINGLE_LEFT-POINTING_ANGLE_QUOTATION_MARK.svg │ ├── U+203A_SINGLE_RIGHT-POINTING_ANGLE_QUOTATION_MARK.svg │ ├── U+203B_REFERENCE_MARK.svg │ ├── U+203C_DOUBLE_EXCLAMATION_MARK.svg │ ├── U+203D_INTERROBANG.svg │ ├── U+2043_HYPHEN_BULLET.svg │ ├── U+2044_FRACTION_SLASH.svg │ ├── U+204B_REVERSED_PILCROW_SIGN.svg │ ├── U+204E_LOW_ASTERISK.svg │ ├── U+2051_TWO_ASTERISKS_ALIGNED_VERTICALLY.svg │ ├── U+2057_QUADRUPLE_PRIME.svg │ ├── U+2070_SUPERSCRIPT_ZERO.svg │ ├── U+2074_SUPERSCRIPT_FOUR.svg │ ├── U+2075_SUPERSCRIPT_FIVE.svg │ ├── U+2076_SUPERSCRIPT_SIX.svg │ ├── U+2077_SUPERSCRIPT_SEVEN.svg │ ├── U+2078_SUPERSCRIPT_EIGHT.svg │ ├── U+2079_SUPERSCRIPT_NINE.svg │ ├── U+2080_SUBSCRIPT_ZERO.svg │ ├── U+2081_SUBSCRIPT_ONE.svg │ ├── U+2082_SUBSCRIPT_TWO.svg │ ├── U+2083_SUBSCRIPT_THREE.svg │ ├── U+2084_SUBSCRIPT_FOUR.svg │ ├── U+2085_SUBSCRIPT_FIVE.svg │ ├── U+2086_SUBSCRIPT_SIX.svg │ ├── U+2087_SUBSCRIPT_SEVEN.svg │ ├── U+2088_SUBSCRIPT_EIGHT.svg │ ├── U+2089_SUBSCRIPT_NINE.svg │ ├── U+20AC_EURO_SIGN.svg │ ├── U+2104_CENTRE_LINE.svg │ ├── U+2190_LEFTWARDS_ARROW.svg │ ├── U+2191_UPWARDS_ARROW.svg │ ├── U+2192_RIGHTWARDS_ARROW.svg │ ├── U+2193_DOWNWARDS_ARROW.svg │ ├── U+2194_LEFT_RIGHT_ARROW.svg │ ├── U+2195_UP_DOWN_ARROW.svg │ ├── U+2212_MINUS_SIGN.svg │ ├── U+2300_DIAMETER_SIGN.svg │ ├── U+27F5_LONG_LEFTWARDS_ARROW.svg │ ├── U+27F6_LONG_RIGHTWARDS_ARROW.svg │ ├── U+27F7_LONG_LEFT_RIGHT_ARROW.svg │ ├── U+E000__PUA__FRACTION_LINE.svg │ ├── U+E001__PUA__STROKE_FOR_LATIN_CAPITAL_LETTER_O.svg │ ├── U+E002__PUA__STROKE_FOR_LATIN_SMALL_LETTER_O.svg │ ├── U+E003_SLASH_FOR_CENT_SIGN.svg │ ├── U+E017_DOT_FOR_LATIN_SMALL_LETTERS_I_AND_J.svg │ ├── U+E018_APOSTROPHE.svg │ ├── U+E019_QUOTATION_MARK.svg │ ├── U+E01A_RAISED_APOSTROPHE.svg │ ├── U+E01B_RAISED_QUOTATION_MARK.svg │ ├── U+E100_DIGIT_ZERO.svg │ ├── U+E101_DIGIT_ZERO_WITH_SLASH.svg │ ├── U+E102_DIGIT_ZERO_WITH_MIDDLE_DOT.svg │ ├── U+E103_DIGIT_ZERO_WITH_REVERSE_SLASH.svg │ ├── U+E110_DIGIT_ONE_WITH_NO_TOP_OR_BOTTOM_STROKE.svg │ ├── U+E111_DIGIT_ONE_WITH_CURVED_TOP_STROKE.svg │ ├── U+E112_DIGIT_ONE_WITH_HORIZONTAL_TOP_AND_BOTTOM_STROKES.svg │ ├── U+E113_DIGIT_ONE_WITH_CURVED_TOP_STROKE_AND_HORIZONTAL_BOTTOM_STROKE.svg │ ├── U+E114_DIGIT_ONE_NARROW.svg │ ├── U+E170_DIGIT_SEVEN.svg │ ├── U+E171_DIGIT_SEVEN_WITH_HORIZONTAL_STROKE.svg │ └── template.svg ├── support └── bin │ ├── generate-fonts.py │ ├── make-character-list │ └── make-downloads └── work └── scans ├── ke-leroy-425cl-1.png ├── ke-leroy-425cl-2.png ├── ke-leroy-425cl-3.png ├── ke-leroy-425cl-4.png ├── ke-leroy-425cl-5.jpg ├── ke-leroy-425cl-6.jpg ├── ke-leroy-500c-1.jpg ├── ke-leroy-500c-2.jpg ├── routed-gothic-scans.svg └── scans.txt /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/.gitignore -------------------------------------------------------------------------------- /.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/.jshintrc -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/README.md -------------------------------------------------------------------------------- /dist/routed-gothic-ttf.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/routed-gothic-ttf.zip -------------------------------------------------------------------------------- /dist/sfd/routed-gothic-half-italic.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/sfd/routed-gothic-half-italic.sfd -------------------------------------------------------------------------------- /dist/sfd/routed-gothic-italic.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/sfd/routed-gothic-italic.sfd -------------------------------------------------------------------------------- /dist/sfd/routed-gothic-narrow-half-italic.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/sfd/routed-gothic-narrow-half-italic.sfd -------------------------------------------------------------------------------- /dist/sfd/routed-gothic-narrow-italic.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/sfd/routed-gothic-narrow-italic.sfd -------------------------------------------------------------------------------- /dist/sfd/routed-gothic-narrow.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/sfd/routed-gothic-narrow.sfd -------------------------------------------------------------------------------- /dist/sfd/routed-gothic-wide-half-italic.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/sfd/routed-gothic-wide-half-italic.sfd -------------------------------------------------------------------------------- /dist/sfd/routed-gothic-wide-italic.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/sfd/routed-gothic-wide-italic.sfd -------------------------------------------------------------------------------- /dist/sfd/routed-gothic-wide.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/sfd/routed-gothic-wide.sfd -------------------------------------------------------------------------------- /dist/sfd/routed-gothic.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/sfd/routed-gothic.sfd -------------------------------------------------------------------------------- /dist/ttf/routed-gothic-half-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/ttf/routed-gothic-half-italic.ttf -------------------------------------------------------------------------------- /dist/ttf/routed-gothic-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/ttf/routed-gothic-italic.ttf -------------------------------------------------------------------------------- /dist/ttf/routed-gothic-narrow-half-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/ttf/routed-gothic-narrow-half-italic.ttf -------------------------------------------------------------------------------- /dist/ttf/routed-gothic-narrow-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/ttf/routed-gothic-narrow-italic.ttf -------------------------------------------------------------------------------- /dist/ttf/routed-gothic-narrow.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/ttf/routed-gothic-narrow.ttf -------------------------------------------------------------------------------- /dist/ttf/routed-gothic-wide-half-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/ttf/routed-gothic-wide-half-italic.ttf -------------------------------------------------------------------------------- /dist/ttf/routed-gothic-wide-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/ttf/routed-gothic-wide-italic.ttf -------------------------------------------------------------------------------- /dist/ttf/routed-gothic-wide.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/ttf/routed-gothic-wide.ttf -------------------------------------------------------------------------------- /dist/ttf/routed-gothic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/ttf/routed-gothic.ttf -------------------------------------------------------------------------------- /dist/zip/RoutedGothic-0.9.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/zip/RoutedGothic-0.9.2.zip -------------------------------------------------------------------------------- /dist/zip/RoutedGothic.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/dist/zip/RoutedGothic.zip -------------------------------------------------------------------------------- /download/routed-gothic-ttf-v1.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/download/routed-gothic-ttf-v1.0.0.zip -------------------------------------------------------------------------------- /download/routed-gothic-ttf.zip: -------------------------------------------------------------------------------- 1 | routed-gothic-ttf-v1.0.0.zip -------------------------------------------------------------------------------- /gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/gulpfile.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/package.json -------------------------------------------------------------------------------- /public/fonts/routed-gothic/css/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/css/app.css -------------------------------------------------------------------------------- /public/fonts/routed-gothic/css/app.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/css/app.min.css -------------------------------------------------------------------------------- /public/fonts/routed-gothic/dist/ttf/routed-gothic-half-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/dist/ttf/routed-gothic-half-italic.ttf -------------------------------------------------------------------------------- /public/fonts/routed-gothic/dist/ttf/routed-gothic-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/dist/ttf/routed-gothic-italic.ttf -------------------------------------------------------------------------------- /public/fonts/routed-gothic/dist/ttf/routed-gothic-narrow-half-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/dist/ttf/routed-gothic-narrow-half-italic.ttf -------------------------------------------------------------------------------- /public/fonts/routed-gothic/dist/ttf/routed-gothic-narrow-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/dist/ttf/routed-gothic-narrow-italic.ttf -------------------------------------------------------------------------------- /public/fonts/routed-gothic/dist/ttf/routed-gothic-narrow.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/dist/ttf/routed-gothic-narrow.ttf -------------------------------------------------------------------------------- /public/fonts/routed-gothic/dist/ttf/routed-gothic-wide-half-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/dist/ttf/routed-gothic-wide-half-italic.ttf -------------------------------------------------------------------------------- /public/fonts/routed-gothic/dist/ttf/routed-gothic-wide-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/dist/ttf/routed-gothic-wide-italic.ttf -------------------------------------------------------------------------------- /public/fonts/routed-gothic/dist/ttf/routed-gothic-wide.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/dist/ttf/routed-gothic-wide.ttf -------------------------------------------------------------------------------- /public/fonts/routed-gothic/dist/ttf/routed-gothic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/dist/ttf/routed-gothic.ttf -------------------------------------------------------------------------------- /public/fonts/routed-gothic/drawings/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/drawings/Makefile -------------------------------------------------------------------------------- /public/fonts/routed-gothic/drawings/avionics-diagram-white-on-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/drawings/avionics-diagram-white-on-blue.png -------------------------------------------------------------------------------- /public/fonts/routed-gothic/drawings/avionics-diagram-white-on-transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/drawings/avionics-diagram-white-on-transparent.png -------------------------------------------------------------------------------- /public/fonts/routed-gothic/drawings/avionics-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/drawings/avionics-diagram.png -------------------------------------------------------------------------------- /public/fonts/routed-gothic/drawings/blueprint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/drawings/blueprint.png -------------------------------------------------------------------------------- /public/fonts/routed-gothic/drawings/blueprint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/drawings/blueprint.svg -------------------------------------------------------------------------------- /public/fonts/routed-gothic/drawings/marlo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/drawings/marlo.pdf -------------------------------------------------------------------------------- /public/fonts/routed-gothic/drawings/marlo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/drawings/marlo.svg -------------------------------------------------------------------------------- /public/fonts/routed-gothic/drawings/schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/drawings/schematic.pdf -------------------------------------------------------------------------------- /public/fonts/routed-gothic/drawings/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/drawings/schematic.png -------------------------------------------------------------------------------- /public/fonts/routed-gothic/drawings/schematic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/drawings/schematic.svg -------------------------------------------------------------------------------- /public/fonts/routed-gothic/images/1903-flyer-blueprints-plate-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/images/1903-flyer-blueprints-plate-1.jpg -------------------------------------------------------------------------------- /public/fonts/routed-gothic/images/1903-flyer-blueprints-plate-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/images/1903-flyer-blueprints-plate-2.jpg -------------------------------------------------------------------------------- /public/fonts/routed-gothic/images/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/images/README.md -------------------------------------------------------------------------------- /public/fonts/routed-gothic/images/tales-from-the-crypt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/images/tales-from-the-crypt.png -------------------------------------------------------------------------------- /public/fonts/routed-gothic/images/weird-science-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/images/weird-science-1.jpg -------------------------------------------------------------------------------- /public/fonts/routed-gothic/images/weird-science-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/images/weird-science-2.jpg -------------------------------------------------------------------------------- /public/fonts/routed-gothic/images/weird-science-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/images/weird-science-3.jpg -------------------------------------------------------------------------------- /public/fonts/routed-gothic/images/weird-science-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/images/weird-science-4.jpg -------------------------------------------------------------------------------- /public/fonts/routed-gothic/images/wonder-woman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/images/wonder-woman.jpg -------------------------------------------------------------------------------- /public/fonts/routed-gothic/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/index.html -------------------------------------------------------------------------------- /public/fonts/routed-gothic/samples.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/samples.html -------------------------------------------------------------------------------- /public/fonts/routed-gothic/try.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/try.html -------------------------------------------------------------------------------- /public/fonts/routed-gothic/unicode-coverage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/public/fonts/routed-gothic/unicode-coverage.html -------------------------------------------------------------------------------- /src/basefont/routed-gothic-stroke-source.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/basefont/routed-gothic-stroke-source.sfd -------------------------------------------------------------------------------- /src/data/font-data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/data/font-data.json -------------------------------------------------------------------------------- /src/pages/_components/site-footer.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/pages/_components/site-footer.njk -------------------------------------------------------------------------------- /src/pages/_components/site-header.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/pages/_components/site-header.njk -------------------------------------------------------------------------------- /src/pages/_components/unicode-coverage.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/pages/_components/unicode-coverage.njk -------------------------------------------------------------------------------- /src/pages/_layouts/default.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/pages/_layouts/default.njk -------------------------------------------------------------------------------- /src/pages/index.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/pages/index.njk -------------------------------------------------------------------------------- /src/pages/samples.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/pages/samples.njk -------------------------------------------------------------------------------- /src/pages/try.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/pages/try.njk -------------------------------------------------------------------------------- /src/pages/unicode-coverage.njk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/pages/unicode-coverage.njk -------------------------------------------------------------------------------- /src/styles/_settings.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/styles/_settings.scss -------------------------------------------------------------------------------- /src/styles/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/styles/_variables.scss -------------------------------------------------------------------------------- /src/styles/app.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/styles/app.scss -------------------------------------------------------------------------------- /src/styles/fonts.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/styles/fonts.scss -------------------------------------------------------------------------------- /src/styles/main.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/styles/main.scss -------------------------------------------------------------------------------- /src/vector/U+0020_SPACE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0020_SPACE.svg -------------------------------------------------------------------------------- /src/vector/U+0021_EXCLAMATION_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0021_EXCLAMATION_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+0022_QUOTATION_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0022_QUOTATION_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+0023_NUMBER_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0023_NUMBER_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+0024_DOLLAR_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0024_DOLLAR_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+0025_PERCENT_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0025_PERCENT_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+0026_AMPERSAND.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0026_AMPERSAND.svg -------------------------------------------------------------------------------- /src/vector/U+0027_APOSTROPHE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0027_APOSTROPHE.svg -------------------------------------------------------------------------------- /src/vector/U+0028_LEFT_PARENTHESIS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0028_LEFT_PARENTHESIS.svg -------------------------------------------------------------------------------- /src/vector/U+0029_RIGHT_PARENTHESIS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0029_RIGHT_PARENTHESIS.svg -------------------------------------------------------------------------------- /src/vector/U+002A_ASTERISK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+002A_ASTERISK.svg -------------------------------------------------------------------------------- /src/vector/U+002B_PLUS_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+002B_PLUS_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+002C_COMMA.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+002C_COMMA.svg -------------------------------------------------------------------------------- /src/vector/U+002D_HYPHEN-MINUS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+002D_HYPHEN-MINUS.svg -------------------------------------------------------------------------------- /src/vector/U+002E_FULL_STOP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+002E_FULL_STOP.svg -------------------------------------------------------------------------------- /src/vector/U+002F_SOLIDUS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+002F_SOLIDUS.svg -------------------------------------------------------------------------------- /src/vector/U+0030_DIGIT_ZERO.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0030_DIGIT_ZERO.svg -------------------------------------------------------------------------------- /src/vector/U+0031_DIGIT_ONE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0031_DIGIT_ONE.svg -------------------------------------------------------------------------------- /src/vector/U+0032_DIGIT_TWO.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0032_DIGIT_TWO.svg -------------------------------------------------------------------------------- /src/vector/U+0033_DIGIT_THREE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0033_DIGIT_THREE.svg -------------------------------------------------------------------------------- /src/vector/U+0034_DIGIT_FOUR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0034_DIGIT_FOUR.svg -------------------------------------------------------------------------------- /src/vector/U+0035_DIGIT_FIVE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0035_DIGIT_FIVE.svg -------------------------------------------------------------------------------- /src/vector/U+0036_DIGIT_SIX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0036_DIGIT_SIX.svg -------------------------------------------------------------------------------- /src/vector/U+0038_DIGIT_EIGHT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0038_DIGIT_EIGHT.svg -------------------------------------------------------------------------------- /src/vector/U+0039_DIGIT_NINE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0039_DIGIT_NINE.svg -------------------------------------------------------------------------------- /src/vector/U+003A_COLON.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+003A_COLON.svg -------------------------------------------------------------------------------- /src/vector/U+003B_SEMICOLON.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+003B_SEMICOLON.svg -------------------------------------------------------------------------------- /src/vector/U+003C_LESS-THAN_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+003C_LESS-THAN_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+003D_EQUALS_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+003D_EQUALS_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+003E_GREATER-THAN_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+003E_GREATER-THAN_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+003F_QUESTION_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+003F_QUESTION_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+0040_COMMERCIAL_AT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0040_COMMERCIAL_AT.svg -------------------------------------------------------------------------------- /src/vector/U+0041_LATIN_CAPITAL_LETTER_A.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0041_LATIN_CAPITAL_LETTER_A.svg -------------------------------------------------------------------------------- /src/vector/U+0042_LATIN_CAPITAL_LETTER_B.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0042_LATIN_CAPITAL_LETTER_B.svg -------------------------------------------------------------------------------- /src/vector/U+0043_LATIN_CAPITAL_LETTER_C.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0043_LATIN_CAPITAL_LETTER_C.svg -------------------------------------------------------------------------------- /src/vector/U+0044_LATIN_CAPITAL_LETTER_D.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0044_LATIN_CAPITAL_LETTER_D.svg -------------------------------------------------------------------------------- /src/vector/U+0045_LATIN_CAPITAL_LETTER_E.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0045_LATIN_CAPITAL_LETTER_E.svg -------------------------------------------------------------------------------- /src/vector/U+0046_LATIN_CAPITAL_LETTER_F.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0046_LATIN_CAPITAL_LETTER_F.svg -------------------------------------------------------------------------------- /src/vector/U+0047_LATIN_CAPITAL_LETTER_G.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0047_LATIN_CAPITAL_LETTER_G.svg -------------------------------------------------------------------------------- /src/vector/U+0048_LATIN_CAPITAL_LETTER_H.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0048_LATIN_CAPITAL_LETTER_H.svg -------------------------------------------------------------------------------- /src/vector/U+0049_LATIN_CAPITAL_LETTER_I.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0049_LATIN_CAPITAL_LETTER_I.svg -------------------------------------------------------------------------------- /src/vector/U+004A_LATIN_CAPITAL_LETTER_J.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+004A_LATIN_CAPITAL_LETTER_J.svg -------------------------------------------------------------------------------- /src/vector/U+004B_LATIN_CAPITAL_LETTER_K.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+004B_LATIN_CAPITAL_LETTER_K.svg -------------------------------------------------------------------------------- /src/vector/U+004C_LATIN_CAPITAL_LETTER_L.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+004C_LATIN_CAPITAL_LETTER_L.svg -------------------------------------------------------------------------------- /src/vector/U+004D_LATIN_CAPITAL_LETTER_M.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+004D_LATIN_CAPITAL_LETTER_M.svg -------------------------------------------------------------------------------- /src/vector/U+004E_LATIN_CAPITAL_LETTER_N.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+004E_LATIN_CAPITAL_LETTER_N.svg -------------------------------------------------------------------------------- /src/vector/U+004F_LATIN_CAPITAL_LETTER_O.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+004F_LATIN_CAPITAL_LETTER_O.svg -------------------------------------------------------------------------------- /src/vector/U+0050_LATIN_CAPITAL_LETTER_P.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0050_LATIN_CAPITAL_LETTER_P.svg -------------------------------------------------------------------------------- /src/vector/U+0051_LATIN_CAPITAL_LETTER_Q.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0051_LATIN_CAPITAL_LETTER_Q.svg -------------------------------------------------------------------------------- /src/vector/U+0052_LATIN_CAPITAL_LETTER_R.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0052_LATIN_CAPITAL_LETTER_R.svg -------------------------------------------------------------------------------- /src/vector/U+0053_LATIN_CAPITAL_LETTER_S.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0053_LATIN_CAPITAL_LETTER_S.svg -------------------------------------------------------------------------------- /src/vector/U+0054_LATIN_CAPITAL_LETTER_T.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0054_LATIN_CAPITAL_LETTER_T.svg -------------------------------------------------------------------------------- /src/vector/U+0055_LATIN_CAPITAL_LETTER_U.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0055_LATIN_CAPITAL_LETTER_U.svg -------------------------------------------------------------------------------- /src/vector/U+0056_LATIN_CAPITAL_LETTER_V.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0056_LATIN_CAPITAL_LETTER_V.svg -------------------------------------------------------------------------------- /src/vector/U+0057_LATIN_CAPITAL_LETTER_W.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0057_LATIN_CAPITAL_LETTER_W.svg -------------------------------------------------------------------------------- /src/vector/U+0058_LATIN_CAPITAL_LETTER_X.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0058_LATIN_CAPITAL_LETTER_X.svg -------------------------------------------------------------------------------- /src/vector/U+0059_LATIN_CAPITAL_LETTER_Y.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0059_LATIN_CAPITAL_LETTER_Y.svg -------------------------------------------------------------------------------- /src/vector/U+005A_LATIN_CAPITAL_LETTER_Z.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+005A_LATIN_CAPITAL_LETTER_Z.svg -------------------------------------------------------------------------------- /src/vector/U+005B_LEFT_SQUARE_BRACKET.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+005B_LEFT_SQUARE_BRACKET.svg -------------------------------------------------------------------------------- /src/vector/U+005C_REVERSE_SOLIDUS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+005C_REVERSE_SOLIDUS.svg -------------------------------------------------------------------------------- /src/vector/U+005D_RIGHT_SQUARE_BRACKET.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+005D_RIGHT_SQUARE_BRACKET.svg -------------------------------------------------------------------------------- /src/vector/U+005E_CIRCUMFLEX_ACCENT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+005E_CIRCUMFLEX_ACCENT.svg -------------------------------------------------------------------------------- /src/vector/U+005F_LOW_LINE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+005F_LOW_LINE.svg -------------------------------------------------------------------------------- /src/vector/U+0060_GRAVE_ACCENT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0060_GRAVE_ACCENT.svg -------------------------------------------------------------------------------- /src/vector/U+0061_LATIN_SMALL_LETTER_A.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0061_LATIN_SMALL_LETTER_A.svg -------------------------------------------------------------------------------- /src/vector/U+0062_LATIN_SMALL_LETTER_B.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0062_LATIN_SMALL_LETTER_B.svg -------------------------------------------------------------------------------- /src/vector/U+0063_LATIN_SMALL_LETTER_C.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0063_LATIN_SMALL_LETTER_C.svg -------------------------------------------------------------------------------- /src/vector/U+0064_LATIN_SMALL_LETTER_D.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0064_LATIN_SMALL_LETTER_D.svg -------------------------------------------------------------------------------- /src/vector/U+0065_LATIN_SMALL_LETTER_E.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0065_LATIN_SMALL_LETTER_E.svg -------------------------------------------------------------------------------- /src/vector/U+0066_LATIN_SMALL_LETTER_F.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0066_LATIN_SMALL_LETTER_F.svg -------------------------------------------------------------------------------- /src/vector/U+0067_LATIN_SMALL_LETTER_G.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0067_LATIN_SMALL_LETTER_G.svg -------------------------------------------------------------------------------- /src/vector/U+0068_LATIN_SMALL_LETTER_H.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0068_LATIN_SMALL_LETTER_H.svg -------------------------------------------------------------------------------- /src/vector/U+0069_LATIN_SMALL_LETTER_I.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0069_LATIN_SMALL_LETTER_I.svg -------------------------------------------------------------------------------- /src/vector/U+006A_LATIN_SMALL_LETTER_J.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+006A_LATIN_SMALL_LETTER_J.svg -------------------------------------------------------------------------------- /src/vector/U+006B_LATIN_SMALL_LETTER_K.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+006B_LATIN_SMALL_LETTER_K.svg -------------------------------------------------------------------------------- /src/vector/U+006C_LATIN_SMALL_LETTER_L.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+006C_LATIN_SMALL_LETTER_L.svg -------------------------------------------------------------------------------- /src/vector/U+006C_LATIN_SMALL_LETTER_L__alternate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+006C_LATIN_SMALL_LETTER_L__alternate.svg -------------------------------------------------------------------------------- /src/vector/U+006D_LATIN_SMALL_LETTER_M.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+006D_LATIN_SMALL_LETTER_M.svg -------------------------------------------------------------------------------- /src/vector/U+006E_LATIN_SMALL_LETTER_N.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+006E_LATIN_SMALL_LETTER_N.svg -------------------------------------------------------------------------------- /src/vector/U+006F_LATIN_SMALL_LETTER_O.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+006F_LATIN_SMALL_LETTER_O.svg -------------------------------------------------------------------------------- /src/vector/U+0070_LATIN_SMALL_LETTER_P.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0070_LATIN_SMALL_LETTER_P.svg -------------------------------------------------------------------------------- /src/vector/U+0071_LATIN_SMALL_LETTER_Q.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0071_LATIN_SMALL_LETTER_Q.svg -------------------------------------------------------------------------------- /src/vector/U+0072_LATIN_SMALL_LETTER_R.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0072_LATIN_SMALL_LETTER_R.svg -------------------------------------------------------------------------------- /src/vector/U+0073_LATIN_SMALL_LETTER_S.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0073_LATIN_SMALL_LETTER_S.svg -------------------------------------------------------------------------------- /src/vector/U+0074_LATIN_SMALL_LETTER_T.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0074_LATIN_SMALL_LETTER_T.svg -------------------------------------------------------------------------------- /src/vector/U+0075_LATIN_SMALL_LETTER_U.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0075_LATIN_SMALL_LETTER_U.svg -------------------------------------------------------------------------------- /src/vector/U+0076_LATIN_SMALL_LETTER_V.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0076_LATIN_SMALL_LETTER_V.svg -------------------------------------------------------------------------------- /src/vector/U+0077_LATIN_SMALL_LETTER_W.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0077_LATIN_SMALL_LETTER_W.svg -------------------------------------------------------------------------------- /src/vector/U+0078_LATIN_SMALL_LETTER_X.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0078_LATIN_SMALL_LETTER_X.svg -------------------------------------------------------------------------------- /src/vector/U+0079_LATIN_SMALL_LETTER_Y.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0079_LATIN_SMALL_LETTER_Y.svg -------------------------------------------------------------------------------- /src/vector/U+007A_LATIN_SMALL_LETTER_Z.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+007A_LATIN_SMALL_LETTER_Z.svg -------------------------------------------------------------------------------- /src/vector/U+007B_LEFT_CURLY_BRACKET.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+007B_LEFT_CURLY_BRACKET.svg -------------------------------------------------------------------------------- /src/vector/U+007C_VERTICAL_LINE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+007C_VERTICAL_LINE.svg -------------------------------------------------------------------------------- /src/vector/U+007D_RIGHT_CURLY_BRACKET.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+007D_RIGHT_CURLY_BRACKET.svg -------------------------------------------------------------------------------- /src/vector/U+007E_TILDE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+007E_TILDE.svg -------------------------------------------------------------------------------- /src/vector/U+00A2_CENT_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00A2_CENT_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+00A3_POUND_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00A3_POUND_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+00A4_CURRENCY_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00A4_CURRENCY_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+00A5_YEN_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00A5_YEN_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+00A6_BROKEN_BAR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00A6_BROKEN_BAR.svg -------------------------------------------------------------------------------- /src/vector/U+00A7_SECTION_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00A7_SECTION_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+00A8_DIAERESIS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00A8_DIAERESIS.svg -------------------------------------------------------------------------------- /src/vector/U+00A9_COPYRIGHT_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00A9_COPYRIGHT_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+00AA_FEMININE_ORDINAL_INDICATOR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00AA_FEMININE_ORDINAL_INDICATOR.svg -------------------------------------------------------------------------------- /src/vector/U+00AB_LEFT-POINTING_DOUBLE_QUOTATION_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00AB_LEFT-POINTING_DOUBLE_QUOTATION_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+00AC_NOT_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00AC_NOT_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+00AE_REGISTERED_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00AE_REGISTERED_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+00AF_MACRON.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00AF_MACRON.svg -------------------------------------------------------------------------------- /src/vector/U+00B0_DEGREE_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00B0_DEGREE_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+00B1_PLUS-MINUS_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00B1_PLUS-MINUS_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+00B2_SUPERSCRIPT_TWO.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00B2_SUPERSCRIPT_TWO.svg -------------------------------------------------------------------------------- /src/vector/U+00B3_SUPERSCRIPT_THREE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00B3_SUPERSCRIPT_THREE.svg -------------------------------------------------------------------------------- /src/vector/U+00B4_ACUTE_ACCENT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00B4_ACUTE_ACCENT.svg -------------------------------------------------------------------------------- /src/vector/U+00B5_MICRO_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00B5_MICRO_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+00B6_PILCROW_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00B6_PILCROW_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+00B7_MIDDLE_DOT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00B7_MIDDLE_DOT.svg -------------------------------------------------------------------------------- /src/vector/U+00B8_CEDILLA.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00B8_CEDILLA.svg -------------------------------------------------------------------------------- /src/vector/U+00B9_SUPERSCRIPT_ONE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00B9_SUPERSCRIPT_ONE.svg -------------------------------------------------------------------------------- /src/vector/U+00BA_MASCULINE_ORDINAL_INDICATOR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00BA_MASCULINE_ORDINAL_INDICATOR.svg -------------------------------------------------------------------------------- /src/vector/U+00BB_RIGHT-POINTING_DOUBLE_QUOTATION_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00BB_RIGHT-POINTING_DOUBLE_QUOTATION_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+00C6_LATIN_CAPITAL_LETTER_AE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00C6_LATIN_CAPITAL_LETTER_AE.svg -------------------------------------------------------------------------------- /src/vector/U+00D0_LATIN_CAPITAL_LETTER_ETH.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00D0_LATIN_CAPITAL_LETTER_ETH.svg -------------------------------------------------------------------------------- /src/vector/U+00D7_MULTIPLICATION_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00D7_MULTIPLICATION_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+00DE_LATIN_CAPITAL_LETTER_THORN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00DE_LATIN_CAPITAL_LETTER_THORN.svg -------------------------------------------------------------------------------- /src/vector/U+00DF_LATIN_SMALL_LETTER_SHARP_S.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00DF_LATIN_SMALL_LETTER_SHARP_S.svg -------------------------------------------------------------------------------- /src/vector/U+00E6_LATIN_SMALL_LETTER_AE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00E6_LATIN_SMALL_LETTER_AE.svg -------------------------------------------------------------------------------- /src/vector/U+00F0_LATIN_SMALL_LETTER_ETH.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00F0_LATIN_SMALL_LETTER_ETH.svg -------------------------------------------------------------------------------- /src/vector/U+00F7_DIVISION_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00F7_DIVISION_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+00FE_LATIN_SMALL_LETTER_THORN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+00FE_LATIN_SMALL_LETTER_THORN.svg -------------------------------------------------------------------------------- /src/vector/U+0131_LATIN_SMALL_LETTER_DOTLESS_I.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0131_LATIN_SMALL_LETTER_DOTLESS_I.svg -------------------------------------------------------------------------------- /src/vector/U+0237_LATIN_SMALL_LETTER_DOTLESS_J.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0237_LATIN_SMALL_LETTER_DOTLESS_J.svg -------------------------------------------------------------------------------- /src/vector/U+0300_COMBINING_GRAVE_ACCENT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0300_COMBINING_GRAVE_ACCENT.svg -------------------------------------------------------------------------------- /src/vector/U+0301_COMBINING_ACUTE_ACCENT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0301_COMBINING_ACUTE_ACCENT.svg -------------------------------------------------------------------------------- /src/vector/U+0302_COMBINING_CIRCUMFLEX_ACCENT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0302_COMBINING_CIRCUMFLEX_ACCENT.svg -------------------------------------------------------------------------------- /src/vector/U+0303_COMBINING_TILDE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0303_COMBINING_TILDE.svg -------------------------------------------------------------------------------- /src/vector/U+0304_COMBINING_MACRON.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0304_COMBINING_MACRON.svg -------------------------------------------------------------------------------- /src/vector/U+0308_COMBINING_DIAERESIS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0308_COMBINING_DIAERESIS.svg -------------------------------------------------------------------------------- /src/vector/U+030A_COMBINING_RING_ABOVE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+030A_COMBINING_RING_ABOVE.svg -------------------------------------------------------------------------------- /src/vector/U+0327_COMBINING_CEDILLA.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+0327_COMBINING_CEDILLA.svg -------------------------------------------------------------------------------- /src/vector/U+1F4A9_PILE_OF_POO.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+1F4A9_PILE_OF_POO.svg -------------------------------------------------------------------------------- /src/vector/U+2007_FIGURE_SPACE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2007_FIGURE_SPACE.svg -------------------------------------------------------------------------------- /src/vector/U+2012_FIGURE_DASH.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2012_FIGURE_DASH.svg -------------------------------------------------------------------------------- /src/vector/U+2013_EN_DASH.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2013_EN_DASH.svg -------------------------------------------------------------------------------- /src/vector/U+2014_EM_DASH.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2014_EM_DASH.svg -------------------------------------------------------------------------------- /src/vector/U+2015_HORIZONTAL_BAR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2015_HORIZONTAL_BAR.svg -------------------------------------------------------------------------------- /src/vector/U+2016_DOUBLE_VERTICAL_LINE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2016_DOUBLE_VERTICAL_LINE.svg -------------------------------------------------------------------------------- /src/vector/U+2017_DOUBLE_LOW_LINE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2017_DOUBLE_LOW_LINE.svg -------------------------------------------------------------------------------- /src/vector/U+2018_LEFT_SINGLE_QUOTATION_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2018_LEFT_SINGLE_QUOTATION_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+2019_RIGHT_SINGLE_QUOTATION_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2019_RIGHT_SINGLE_QUOTATION_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+201A_SINGLE_LOW-9_QUOTATION_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+201A_SINGLE_LOW-9_QUOTATION_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+201B_SINGLE_HIGH-REVERSED-9_QUOTATION_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+201B_SINGLE_HIGH-REVERSED-9_QUOTATION_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+201C_LEFT_DOUBLE_QUOTATION_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+201C_LEFT_DOUBLE_QUOTATION_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+201D_RIGHT_DOUBLE_QUOTATION_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+201D_RIGHT_DOUBLE_QUOTATION_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+201E_DOUBLE_LOW-9_QUOTATION_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+201E_DOUBLE_LOW-9_QUOTATION_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+201F_DOUBLE_HIGH-REVERSED-9_QUOTATION_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+201F_DOUBLE_HIGH-REVERSED-9_QUOTATION_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+2020_DAGGER.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2020_DAGGER.svg -------------------------------------------------------------------------------- /src/vector/U+2021_DOUBLE_DAGGER.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2021_DOUBLE_DAGGER.svg -------------------------------------------------------------------------------- /src/vector/U+2022_BULLET.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2022_BULLET.svg -------------------------------------------------------------------------------- /src/vector/U+2023_TRIANGULAR_BULLET.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2023_TRIANGULAR_BULLET.svg -------------------------------------------------------------------------------- /src/vector/U+2030_PER_MILLE_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2030_PER_MILLE_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+2031_PER_TEN_THOUSAND_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2031_PER_TEN_THOUSAND_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+2032_PRIME.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2032_PRIME.svg -------------------------------------------------------------------------------- /src/vector/U+2033_DOUBLE_PRIME.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2033_DOUBLE_PRIME.svg -------------------------------------------------------------------------------- /src/vector/U+2034_TRIPLE_PRIME.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2034_TRIPLE_PRIME.svg -------------------------------------------------------------------------------- /src/vector/U+2035_REVERSED_PRIME.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2035_REVERSED_PRIME.svg -------------------------------------------------------------------------------- /src/vector/U+2036_REVERSED_DOUBLE_PRIME.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2036_REVERSED_DOUBLE_PRIME.svg -------------------------------------------------------------------------------- /src/vector/U+2037_REVERSED_TRIPLE_PRIME.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2037_REVERSED_TRIPLE_PRIME.svg -------------------------------------------------------------------------------- /src/vector/U+2038_CARET.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2038_CARET.svg -------------------------------------------------------------------------------- /src/vector/U+2039_SINGLE_LEFT-POINTING_ANGLE_QUOTATION_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2039_SINGLE_LEFT-POINTING_ANGLE_QUOTATION_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+203A_SINGLE_RIGHT-POINTING_ANGLE_QUOTATION_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+203A_SINGLE_RIGHT-POINTING_ANGLE_QUOTATION_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+203B_REFERENCE_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+203B_REFERENCE_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+203C_DOUBLE_EXCLAMATION_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+203C_DOUBLE_EXCLAMATION_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+203D_INTERROBANG.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+203D_INTERROBANG.svg -------------------------------------------------------------------------------- /src/vector/U+2043_HYPHEN_BULLET.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2043_HYPHEN_BULLET.svg -------------------------------------------------------------------------------- /src/vector/U+2044_FRACTION_SLASH.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2044_FRACTION_SLASH.svg -------------------------------------------------------------------------------- /src/vector/U+204B_REVERSED_PILCROW_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+204B_REVERSED_PILCROW_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+204E_LOW_ASTERISK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+204E_LOW_ASTERISK.svg -------------------------------------------------------------------------------- /src/vector/U+2051_TWO_ASTERISKS_ALIGNED_VERTICALLY.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2051_TWO_ASTERISKS_ALIGNED_VERTICALLY.svg -------------------------------------------------------------------------------- /src/vector/U+2057_QUADRUPLE_PRIME.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2057_QUADRUPLE_PRIME.svg -------------------------------------------------------------------------------- /src/vector/U+2070_SUPERSCRIPT_ZERO.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2070_SUPERSCRIPT_ZERO.svg -------------------------------------------------------------------------------- /src/vector/U+2074_SUPERSCRIPT_FOUR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2074_SUPERSCRIPT_FOUR.svg -------------------------------------------------------------------------------- /src/vector/U+2075_SUPERSCRIPT_FIVE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2075_SUPERSCRIPT_FIVE.svg -------------------------------------------------------------------------------- /src/vector/U+2076_SUPERSCRIPT_SIX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2076_SUPERSCRIPT_SIX.svg -------------------------------------------------------------------------------- /src/vector/U+2077_SUPERSCRIPT_SEVEN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2077_SUPERSCRIPT_SEVEN.svg -------------------------------------------------------------------------------- /src/vector/U+2078_SUPERSCRIPT_EIGHT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2078_SUPERSCRIPT_EIGHT.svg -------------------------------------------------------------------------------- /src/vector/U+2079_SUPERSCRIPT_NINE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2079_SUPERSCRIPT_NINE.svg -------------------------------------------------------------------------------- /src/vector/U+2080_SUBSCRIPT_ZERO.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2080_SUBSCRIPT_ZERO.svg -------------------------------------------------------------------------------- /src/vector/U+2081_SUBSCRIPT_ONE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2081_SUBSCRIPT_ONE.svg -------------------------------------------------------------------------------- /src/vector/U+2082_SUBSCRIPT_TWO.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2082_SUBSCRIPT_TWO.svg -------------------------------------------------------------------------------- /src/vector/U+2083_SUBSCRIPT_THREE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2083_SUBSCRIPT_THREE.svg -------------------------------------------------------------------------------- /src/vector/U+2084_SUBSCRIPT_FOUR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2084_SUBSCRIPT_FOUR.svg -------------------------------------------------------------------------------- /src/vector/U+2085_SUBSCRIPT_FIVE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2085_SUBSCRIPT_FIVE.svg -------------------------------------------------------------------------------- /src/vector/U+2086_SUBSCRIPT_SIX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2086_SUBSCRIPT_SIX.svg -------------------------------------------------------------------------------- /src/vector/U+2087_SUBSCRIPT_SEVEN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2087_SUBSCRIPT_SEVEN.svg -------------------------------------------------------------------------------- /src/vector/U+2088_SUBSCRIPT_EIGHT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2088_SUBSCRIPT_EIGHT.svg -------------------------------------------------------------------------------- /src/vector/U+2089_SUBSCRIPT_NINE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2089_SUBSCRIPT_NINE.svg -------------------------------------------------------------------------------- /src/vector/U+20AC_EURO_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+20AC_EURO_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+2104_CENTRE_LINE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2104_CENTRE_LINE.svg -------------------------------------------------------------------------------- /src/vector/U+2190_LEFTWARDS_ARROW.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2190_LEFTWARDS_ARROW.svg -------------------------------------------------------------------------------- /src/vector/U+2191_UPWARDS_ARROW.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2191_UPWARDS_ARROW.svg -------------------------------------------------------------------------------- /src/vector/U+2192_RIGHTWARDS_ARROW.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2192_RIGHTWARDS_ARROW.svg -------------------------------------------------------------------------------- /src/vector/U+2193_DOWNWARDS_ARROW.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2193_DOWNWARDS_ARROW.svg -------------------------------------------------------------------------------- /src/vector/U+2194_LEFT_RIGHT_ARROW.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2194_LEFT_RIGHT_ARROW.svg -------------------------------------------------------------------------------- /src/vector/U+2195_UP_DOWN_ARROW.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2195_UP_DOWN_ARROW.svg -------------------------------------------------------------------------------- /src/vector/U+2212_MINUS_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2212_MINUS_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+2300_DIAMETER_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+2300_DIAMETER_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+27F5_LONG_LEFTWARDS_ARROW.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+27F5_LONG_LEFTWARDS_ARROW.svg -------------------------------------------------------------------------------- /src/vector/U+27F6_LONG_RIGHTWARDS_ARROW.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+27F6_LONG_RIGHTWARDS_ARROW.svg -------------------------------------------------------------------------------- /src/vector/U+27F7_LONG_LEFT_RIGHT_ARROW.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+27F7_LONG_LEFT_RIGHT_ARROW.svg -------------------------------------------------------------------------------- /src/vector/U+E000__PUA__FRACTION_LINE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E000__PUA__FRACTION_LINE.svg -------------------------------------------------------------------------------- /src/vector/U+E001__PUA__STROKE_FOR_LATIN_CAPITAL_LETTER_O.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E001__PUA__STROKE_FOR_LATIN_CAPITAL_LETTER_O.svg -------------------------------------------------------------------------------- /src/vector/U+E002__PUA__STROKE_FOR_LATIN_SMALL_LETTER_O.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E002__PUA__STROKE_FOR_LATIN_SMALL_LETTER_O.svg -------------------------------------------------------------------------------- /src/vector/U+E003_SLASH_FOR_CENT_SIGN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E003_SLASH_FOR_CENT_SIGN.svg -------------------------------------------------------------------------------- /src/vector/U+E017_DOT_FOR_LATIN_SMALL_LETTERS_I_AND_J.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E017_DOT_FOR_LATIN_SMALL_LETTERS_I_AND_J.svg -------------------------------------------------------------------------------- /src/vector/U+E018_APOSTROPHE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E018_APOSTROPHE.svg -------------------------------------------------------------------------------- /src/vector/U+E019_QUOTATION_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E019_QUOTATION_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+E01A_RAISED_APOSTROPHE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E01A_RAISED_APOSTROPHE.svg -------------------------------------------------------------------------------- /src/vector/U+E01B_RAISED_QUOTATION_MARK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E01B_RAISED_QUOTATION_MARK.svg -------------------------------------------------------------------------------- /src/vector/U+E100_DIGIT_ZERO.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E100_DIGIT_ZERO.svg -------------------------------------------------------------------------------- /src/vector/U+E101_DIGIT_ZERO_WITH_SLASH.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E101_DIGIT_ZERO_WITH_SLASH.svg -------------------------------------------------------------------------------- /src/vector/U+E102_DIGIT_ZERO_WITH_MIDDLE_DOT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E102_DIGIT_ZERO_WITH_MIDDLE_DOT.svg -------------------------------------------------------------------------------- /src/vector/U+E103_DIGIT_ZERO_WITH_REVERSE_SLASH.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E103_DIGIT_ZERO_WITH_REVERSE_SLASH.svg -------------------------------------------------------------------------------- /src/vector/U+E110_DIGIT_ONE_WITH_NO_TOP_OR_BOTTOM_STROKE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E110_DIGIT_ONE_WITH_NO_TOP_OR_BOTTOM_STROKE.svg -------------------------------------------------------------------------------- /src/vector/U+E111_DIGIT_ONE_WITH_CURVED_TOP_STROKE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E111_DIGIT_ONE_WITH_CURVED_TOP_STROKE.svg -------------------------------------------------------------------------------- /src/vector/U+E112_DIGIT_ONE_WITH_HORIZONTAL_TOP_AND_BOTTOM_STROKES.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E112_DIGIT_ONE_WITH_HORIZONTAL_TOP_AND_BOTTOM_STROKES.svg -------------------------------------------------------------------------------- /src/vector/U+E113_DIGIT_ONE_WITH_CURVED_TOP_STROKE_AND_HORIZONTAL_BOTTOM_STROKE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E113_DIGIT_ONE_WITH_CURVED_TOP_STROKE_AND_HORIZONTAL_BOTTOM_STROKE.svg -------------------------------------------------------------------------------- /src/vector/U+E114_DIGIT_ONE_NARROW.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E114_DIGIT_ONE_NARROW.svg -------------------------------------------------------------------------------- /src/vector/U+E170_DIGIT_SEVEN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E170_DIGIT_SEVEN.svg -------------------------------------------------------------------------------- /src/vector/U+E171_DIGIT_SEVEN_WITH_HORIZONTAL_STROKE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/U+E171_DIGIT_SEVEN_WITH_HORIZONTAL_STROKE.svg -------------------------------------------------------------------------------- /src/vector/template.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/src/vector/template.svg -------------------------------------------------------------------------------- /support/bin/generate-fonts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/support/bin/generate-fonts.py -------------------------------------------------------------------------------- /support/bin/make-character-list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/support/bin/make-character-list -------------------------------------------------------------------------------- /support/bin/make-downloads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/support/bin/make-downloads -------------------------------------------------------------------------------- /work/scans/ke-leroy-425cl-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/work/scans/ke-leroy-425cl-1.png -------------------------------------------------------------------------------- /work/scans/ke-leroy-425cl-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/work/scans/ke-leroy-425cl-2.png -------------------------------------------------------------------------------- /work/scans/ke-leroy-425cl-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/work/scans/ke-leroy-425cl-3.png -------------------------------------------------------------------------------- /work/scans/ke-leroy-425cl-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/work/scans/ke-leroy-425cl-4.png -------------------------------------------------------------------------------- /work/scans/ke-leroy-425cl-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/work/scans/ke-leroy-425cl-5.jpg -------------------------------------------------------------------------------- /work/scans/ke-leroy-425cl-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/work/scans/ke-leroy-425cl-6.jpg -------------------------------------------------------------------------------- /work/scans/ke-leroy-500c-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/work/scans/ke-leroy-500c-1.jpg -------------------------------------------------------------------------------- /work/scans/ke-leroy-500c-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/work/scans/ke-leroy-500c-2.jpg -------------------------------------------------------------------------------- /work/scans/routed-gothic-scans.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/work/scans/routed-gothic-scans.svg -------------------------------------------------------------------------------- /work/scans/scans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dse/routed-gothic/HEAD/work/scans/scans.txt --------------------------------------------------------------------------------