├── .github └── workflows │ └── build.yml ├── .gitignore ├── AUTHORS ├── CHANGELOG.md ├── Dockerfile ├── FiraCode.glyphs ├── LEEME.md ├── LEIAME.md ├── LICENSE ├── Makefile ├── README.md ├── README_CN.md ├── README_JA.md ├── classes ├── ClosingBracket.fea ├── Digit.fea ├── DigitTosf.fea ├── HexDigit.fea ├── OpeningBracket.fea └── Tall.fea ├── clojure ├── fira_code │ ├── calt.clj │ ├── checks.clj │ ├── classes.clj │ ├── coll.clj │ ├── features.clj │ ├── files.clj │ ├── glyphs.clj │ ├── main.clj │ ├── not_space.clj │ ├── spacers.clj │ └── time.clj └── user.clj ├── deps.edn ├── distr ├── README.txt ├── fira_code.css └── specimen.html ├── docs └── calt_performance.md ├── extras ├── arrows.png ├── arrows_es.png ├── arrows_pt.png ├── character_variants.png ├── character_variants_es.png ├── character_variants_pt.png ├── console.png ├── console_es.png ├── console_pt.png ├── download.png ├── download_es.png ├── download_pt.png ├── ligature_variants.png ├── ligature_variants_es.png ├── ligature_variants_pt.png ├── ligatures.png ├── ligatures_es.png ├── ligatures_pt.png ├── logo.svg ├── math.png ├── math_es.png ├── math_pt.png ├── progress.gif ├── progress.png ├── progress_es.gif ├── progress_pt.gif ├── samples.png ├── samples2.png ├── showcases.txt ├── sponsor.png ├── sponsor_es.png ├── sponsor_pt.png ├── texture.png ├── typographics.png ├── typographics_es.png └── typographics_pt.png ├── features ├── calt │ ├── center.fea │ ├── conj_disj.fea │ ├── cross.fea │ ├── dashes.fea │ ├── equal_arrows.fea │ ├── fi_fl.fea │ ├── greek.fea │ ├── hyphen_arrows.fea │ ├── match_case.fea │ ├── numbersigns.fea │ └── underscores.fea ├── cv01.fea ├── cv02.fea ├── cv03.fea ├── cv04.fea ├── cv05.fea ├── cv06.fea ├── cv07.fea ├── cv08.fea ├── cv09.fea ├── cv10.fea ├── cv11.fea ├── cv12.fea ├── cv13.fea ├── cv14.fea ├── cv15.fea ├── cv16.fea ├── cv17.fea ├── cv18.fea ├── cv19.fea ├── cv20.fea ├── cv21.fea ├── cv22.fea ├── cv23.fea ├── cv24.fea ├── cv25.fea ├── cv26.fea ├── cv27.fea ├── cv28.fea ├── cv29.fea ├── cv30.fea ├── cv31.fea ├── cv32.fea ├── onum.fea ├── ss01.fea ├── ss02.fea ├── ss03.fea ├── ss04.fea ├── ss05.fea ├── ss06.fea ├── ss07.fea ├── ss08.fea ├── ss09.fea ├── ss10.fea └── zero.fea ├── googlefonts-qa ├── METADATA.pb ├── README.md ├── checks │ ├── FiraCode-Light.checks.md │ └── static │ │ ├── FiraCode-Bold.checks.md │ │ ├── FiraCode-Light.checks.md │ │ ├── FiraCode-Medium.checks.md │ │ ├── FiraCode-Regular.checks.md │ │ └── FiraCode-Retina.checks.md ├── gfonts-description.html ├── notes │ ├── QA-notes.md │ ├── assets │ │ ├── 2019-03-27-13-35-37.png │ │ ├── 2019-03-27-13-38-30.png │ │ ├── 2019-03-27-13-39-56.png │ │ ├── 2019-03-27-13-40-23.png │ │ ├── 2019-03-27-13-41-12.png │ │ ├── 2019-03-27-13-46-21.png │ │ ├── 2019-03-27-13-47-09.png │ │ ├── 2019-03-27-13-47-20.png │ │ ├── 2019-03-27-13-48-03.png │ │ ├── 2019-03-27-13-50-55.png │ │ ├── 2019-03-27-13-51-17.png │ │ ├── 2019-03-27-13-52-23.png │ │ ├── 2019-03-27-13-53-17.png │ │ ├── 2019-03-28-13-39-03.png │ │ ├── 2019-03-28-13-40-08.png │ │ ├── 2019-03-28-13-41-49.png │ │ ├── 2019-03-28-13-42-04.png │ │ ├── 2019-03-28-13-44-06.png │ │ ├── 2019-03-28-13-47-00.png │ │ ├── 2019-03-28-13-48-15.png │ │ ├── 2019-03-28-13-49-19.png │ │ ├── 2019-03-28-13-50-14.png │ │ ├── 2019-03-28-13-50-54.png │ │ ├── 2019-03-28-13-51-24.png │ │ ├── 2019-03-28-13-51-49.png │ │ ├── 2019-03-28-13-53-22.png │ │ ├── 2019-03-28-13-56-45.png │ │ ├── 2019-03-28-13-58-48.png │ │ ├── 2019-03-28-13-58-57.png │ │ ├── 2019-03-28-14-01-13.png │ │ ├── 2019-03-28-14-03-53.png │ │ ├── 2019-03-28-14-04-50.png │ │ ├── 2019-03-28-14-10-07.png │ │ ├── 2019-03-28-14-11-13.png │ │ ├── 2019-03-28-14-13-00.png │ │ ├── 2019-03-28-14-13-32.png │ │ ├── 2019-03-28-14-17-52.png │ │ ├── 2019-03-28-14-18-46.png │ │ ├── 2019-03-28-14-20-11.png │ │ ├── 2019-03-28-14-21-39.png │ │ ├── 2019-03-28-14-24-45.png │ │ ├── 2019-03-28-14-25-49.png │ │ ├── 2019-03-28-14-50-52.png │ │ ├── 2019-03-28-14-51-33.png │ │ ├── 2019-03-28-14-51-48.png │ │ ├── 2019-03-28-14-52-48.png │ │ ├── 2019-03-28-14-53-56.png │ │ ├── 2019-03-28-14-54-14.png │ │ ├── 2019-03-28-14-56-15.png │ │ ├── 2019-03-28-14-56-24.png │ │ ├── 2019-03-28-14-58-50.png │ │ ├── 2019-03-28-15-00-36.png │ │ └── 2019-03-28-15-00-56.png │ └── outline-checks.md └── scripts │ ├── build.sh │ ├── get-version.py │ ├── move-check.sh │ ├── requirements.txt │ └── set-vertical-metrics.py ├── package.json └── script ├── bake_in_features.sh ├── bootstrap_linux.sh ├── bootstrap_macos.sh ├── build.sh ├── build_docker.sh ├── build_otf.sh ├── build_ttf.sh ├── build_variable.sh ├── build_woff.sh ├── build_woff2.sh ├── check ├── check_widths ├── clean.sh ├── common.py ├── everything ├── package.sh ├── progress.clj ├── release.py ├── repl.sh ├── update_glyphs.sh └── update_version.py /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/.gitignore -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/AUTHORS -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/Dockerfile -------------------------------------------------------------------------------- /FiraCode.glyphs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/FiraCode.glyphs -------------------------------------------------------------------------------- /LEEME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/LEEME.md -------------------------------------------------------------------------------- /LEIAME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/LEIAME.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/README.md -------------------------------------------------------------------------------- /README_CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/README_CN.md -------------------------------------------------------------------------------- /README_JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/README_JA.md -------------------------------------------------------------------------------- /classes/ClosingBracket.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/classes/ClosingBracket.fea -------------------------------------------------------------------------------- /classes/Digit.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/classes/Digit.fea -------------------------------------------------------------------------------- /classes/DigitTosf.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/classes/DigitTosf.fea -------------------------------------------------------------------------------- /classes/HexDigit.fea: -------------------------------------------------------------------------------- 1 | a b c d e f A B C D E F -------------------------------------------------------------------------------- /classes/OpeningBracket.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/classes/OpeningBracket.fea -------------------------------------------------------------------------------- /classes/Tall.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/classes/Tall.fea -------------------------------------------------------------------------------- /clojure/fira_code/calt.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/clojure/fira_code/calt.clj -------------------------------------------------------------------------------- /clojure/fira_code/checks.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/clojure/fira_code/checks.clj -------------------------------------------------------------------------------- /clojure/fira_code/classes.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/clojure/fira_code/classes.clj -------------------------------------------------------------------------------- /clojure/fira_code/coll.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/clojure/fira_code/coll.clj -------------------------------------------------------------------------------- /clojure/fira_code/features.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/clojure/fira_code/features.clj -------------------------------------------------------------------------------- /clojure/fira_code/files.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/clojure/fira_code/files.clj -------------------------------------------------------------------------------- /clojure/fira_code/glyphs.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/clojure/fira_code/glyphs.clj -------------------------------------------------------------------------------- /clojure/fira_code/main.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/clojure/fira_code/main.clj -------------------------------------------------------------------------------- /clojure/fira_code/not_space.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/clojure/fira_code/not_space.clj -------------------------------------------------------------------------------- /clojure/fira_code/spacers.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/clojure/fira_code/spacers.clj -------------------------------------------------------------------------------- /clojure/fira_code/time.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/clojure/fira_code/time.clj -------------------------------------------------------------------------------- /clojure/user.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/clojure/user.clj -------------------------------------------------------------------------------- /deps.edn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/deps.edn -------------------------------------------------------------------------------- /distr/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/distr/README.txt -------------------------------------------------------------------------------- /distr/fira_code.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/distr/fira_code.css -------------------------------------------------------------------------------- /distr/specimen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/distr/specimen.html -------------------------------------------------------------------------------- /docs/calt_performance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/docs/calt_performance.md -------------------------------------------------------------------------------- /extras/arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/arrows.png -------------------------------------------------------------------------------- /extras/arrows_es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/arrows_es.png -------------------------------------------------------------------------------- /extras/arrows_pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/arrows_pt.png -------------------------------------------------------------------------------- /extras/character_variants.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/character_variants.png -------------------------------------------------------------------------------- /extras/character_variants_es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/character_variants_es.png -------------------------------------------------------------------------------- /extras/character_variants_pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/character_variants_pt.png -------------------------------------------------------------------------------- /extras/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/console.png -------------------------------------------------------------------------------- /extras/console_es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/console_es.png -------------------------------------------------------------------------------- /extras/console_pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/console_pt.png -------------------------------------------------------------------------------- /extras/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/download.png -------------------------------------------------------------------------------- /extras/download_es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/download_es.png -------------------------------------------------------------------------------- /extras/download_pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/download_pt.png -------------------------------------------------------------------------------- /extras/ligature_variants.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/ligature_variants.png -------------------------------------------------------------------------------- /extras/ligature_variants_es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/ligature_variants_es.png -------------------------------------------------------------------------------- /extras/ligature_variants_pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/ligature_variants_pt.png -------------------------------------------------------------------------------- /extras/ligatures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/ligatures.png -------------------------------------------------------------------------------- /extras/ligatures_es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/ligatures_es.png -------------------------------------------------------------------------------- /extras/ligatures_pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/ligatures_pt.png -------------------------------------------------------------------------------- /extras/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/logo.svg -------------------------------------------------------------------------------- /extras/math.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/math.png -------------------------------------------------------------------------------- /extras/math_es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/math_es.png -------------------------------------------------------------------------------- /extras/math_pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/math_pt.png -------------------------------------------------------------------------------- /extras/progress.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/progress.gif -------------------------------------------------------------------------------- /extras/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/progress.png -------------------------------------------------------------------------------- /extras/progress_es.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/progress_es.gif -------------------------------------------------------------------------------- /extras/progress_pt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/progress_pt.gif -------------------------------------------------------------------------------- /extras/samples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/samples.png -------------------------------------------------------------------------------- /extras/samples2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/samples2.png -------------------------------------------------------------------------------- /extras/showcases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/showcases.txt -------------------------------------------------------------------------------- /extras/sponsor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/sponsor.png -------------------------------------------------------------------------------- /extras/sponsor_es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/sponsor_es.png -------------------------------------------------------------------------------- /extras/sponsor_pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/sponsor_pt.png -------------------------------------------------------------------------------- /extras/texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/texture.png -------------------------------------------------------------------------------- /extras/typographics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/typographics.png -------------------------------------------------------------------------------- /extras/typographics_es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/typographics_es.png -------------------------------------------------------------------------------- /extras/typographics_pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/extras/typographics_pt.png -------------------------------------------------------------------------------- /features/calt/center.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/calt/center.fea -------------------------------------------------------------------------------- /features/calt/conj_disj.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/calt/conj_disj.fea -------------------------------------------------------------------------------- /features/calt/cross.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/calt/cross.fea -------------------------------------------------------------------------------- /features/calt/dashes.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/calt/dashes.fea -------------------------------------------------------------------------------- /features/calt/equal_arrows.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/calt/equal_arrows.fea -------------------------------------------------------------------------------- /features/calt/fi_fl.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/calt/fi_fl.fea -------------------------------------------------------------------------------- /features/calt/greek.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/calt/greek.fea -------------------------------------------------------------------------------- /features/calt/hyphen_arrows.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/calt/hyphen_arrows.fea -------------------------------------------------------------------------------- /features/calt/match_case.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/calt/match_case.fea -------------------------------------------------------------------------------- /features/calt/numbersigns.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/calt/numbersigns.fea -------------------------------------------------------------------------------- /features/calt/underscores.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/calt/underscores.fea -------------------------------------------------------------------------------- /features/cv01.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv01.fea -------------------------------------------------------------------------------- /features/cv02.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv02.fea -------------------------------------------------------------------------------- /features/cv03.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv03.fea -------------------------------------------------------------------------------- /features/cv04.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv04.fea -------------------------------------------------------------------------------- /features/cv05.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv05.fea -------------------------------------------------------------------------------- /features/cv06.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv06.fea -------------------------------------------------------------------------------- /features/cv07.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv07.fea -------------------------------------------------------------------------------- /features/cv08.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv08.fea -------------------------------------------------------------------------------- /features/cv09.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv09.fea -------------------------------------------------------------------------------- /features/cv10.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv10.fea -------------------------------------------------------------------------------- /features/cv11.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv11.fea -------------------------------------------------------------------------------- /features/cv12.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv12.fea -------------------------------------------------------------------------------- /features/cv13.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv13.fea -------------------------------------------------------------------------------- /features/cv14.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv14.fea -------------------------------------------------------------------------------- /features/cv15.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv15.fea -------------------------------------------------------------------------------- /features/cv16.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv16.fea -------------------------------------------------------------------------------- /features/cv17.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv17.fea -------------------------------------------------------------------------------- /features/cv18.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv18.fea -------------------------------------------------------------------------------- /features/cv19.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv19.fea -------------------------------------------------------------------------------- /features/cv20.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv20.fea -------------------------------------------------------------------------------- /features/cv21.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv21.fea -------------------------------------------------------------------------------- /features/cv22.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv22.fea -------------------------------------------------------------------------------- /features/cv23.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv23.fea -------------------------------------------------------------------------------- /features/cv24.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv24.fea -------------------------------------------------------------------------------- /features/cv25.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv25.fea -------------------------------------------------------------------------------- /features/cv26.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv26.fea -------------------------------------------------------------------------------- /features/cv27.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv27.fea -------------------------------------------------------------------------------- /features/cv28.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv28.fea -------------------------------------------------------------------------------- /features/cv29.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv29.fea -------------------------------------------------------------------------------- /features/cv30.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv30.fea -------------------------------------------------------------------------------- /features/cv31.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv31.fea -------------------------------------------------------------------------------- /features/cv32.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/cv32.fea -------------------------------------------------------------------------------- /features/onum.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/onum.fea -------------------------------------------------------------------------------- /features/ss01.fea: -------------------------------------------------------------------------------- 1 | # Name: Sans serif lowercase r 2 | 3 | sub r by r.ss01; -------------------------------------------------------------------------------- /features/ss02.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/ss02.fea -------------------------------------------------------------------------------- /features/ss03.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/ss03.fea -------------------------------------------------------------------------------- /features/ss04.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/ss04.fea -------------------------------------------------------------------------------- /features/ss05.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/ss05.fea -------------------------------------------------------------------------------- /features/ss06.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/ss06.fea -------------------------------------------------------------------------------- /features/ss07.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/ss07.fea -------------------------------------------------------------------------------- /features/ss08.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/ss08.fea -------------------------------------------------------------------------------- /features/ss09.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/ss09.fea -------------------------------------------------------------------------------- /features/ss10.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/ss10.fea -------------------------------------------------------------------------------- /features/zero.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/features/zero.fea -------------------------------------------------------------------------------- /googlefonts-qa/METADATA.pb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/METADATA.pb -------------------------------------------------------------------------------- /googlefonts-qa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/README.md -------------------------------------------------------------------------------- /googlefonts-qa/checks/FiraCode-Light.checks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/checks/FiraCode-Light.checks.md -------------------------------------------------------------------------------- /googlefonts-qa/checks/static/FiraCode-Bold.checks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/checks/static/FiraCode-Bold.checks.md -------------------------------------------------------------------------------- /googlefonts-qa/checks/static/FiraCode-Light.checks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/checks/static/FiraCode-Light.checks.md -------------------------------------------------------------------------------- /googlefonts-qa/checks/static/FiraCode-Medium.checks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/checks/static/FiraCode-Medium.checks.md -------------------------------------------------------------------------------- /googlefonts-qa/checks/static/FiraCode-Regular.checks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/checks/static/FiraCode-Regular.checks.md -------------------------------------------------------------------------------- /googlefonts-qa/checks/static/FiraCode-Retina.checks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/checks/static/FiraCode-Retina.checks.md -------------------------------------------------------------------------------- /googlefonts-qa/gfonts-description.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/gfonts-description.html -------------------------------------------------------------------------------- /googlefonts-qa/notes/QA-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/QA-notes.md -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-27-13-35-37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-27-13-35-37.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-27-13-38-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-27-13-38-30.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-27-13-39-56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-27-13-39-56.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-27-13-40-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-27-13-40-23.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-27-13-41-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-27-13-41-12.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-27-13-46-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-27-13-46-21.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-27-13-47-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-27-13-47-09.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-27-13-47-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-27-13-47-20.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-27-13-48-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-27-13-48-03.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-27-13-50-55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-27-13-50-55.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-27-13-51-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-27-13-51-17.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-27-13-52-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-27-13-52-23.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-27-13-53-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-27-13-53-17.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-13-39-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-13-39-03.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-13-40-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-13-40-08.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-13-41-49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-13-41-49.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-13-42-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-13-42-04.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-13-44-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-13-44-06.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-13-47-00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-13-47-00.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-13-48-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-13-48-15.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-13-49-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-13-49-19.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-13-50-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-13-50-14.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-13-50-54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-13-50-54.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-13-51-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-13-51-24.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-13-51-49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-13-51-49.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-13-53-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-13-53-22.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-13-56-45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-13-56-45.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-13-58-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-13-58-48.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-13-58-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-13-58-57.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-01-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-01-13.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-03-53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-03-53.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-04-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-04-50.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-10-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-10-07.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-11-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-11-13.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-13-00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-13-00.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-13-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-13-32.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-17-52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-17-52.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-18-46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-18-46.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-20-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-20-11.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-21-39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-21-39.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-24-45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-24-45.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-25-49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-25-49.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-50-52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-50-52.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-51-33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-51-33.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-51-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-51-48.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-52-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-52-48.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-53-56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-53-56.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-54-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-54-14.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-56-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-56-15.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-56-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-56-24.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-14-58-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-14-58-50.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-15-00-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-15-00-36.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/assets/2019-03-28-15-00-56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/assets/2019-03-28-15-00-56.png -------------------------------------------------------------------------------- /googlefonts-qa/notes/outline-checks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/notes/outline-checks.md -------------------------------------------------------------------------------- /googlefonts-qa/scripts/build.sh: -------------------------------------------------------------------------------- 1 | ../../script/build -------------------------------------------------------------------------------- /googlefonts-qa/scripts/get-version.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /googlefonts-qa/scripts/move-check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/scripts/move-check.sh -------------------------------------------------------------------------------- /googlefonts-qa/scripts/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/scripts/requirements.txt -------------------------------------------------------------------------------- /googlefonts-qa/scripts/set-vertical-metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/googlefonts-qa/scripts/set-vertical-metrics.py -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/package.json -------------------------------------------------------------------------------- /script/bake_in_features.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/bake_in_features.sh -------------------------------------------------------------------------------- /script/bootstrap_linux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/bootstrap_linux.sh -------------------------------------------------------------------------------- /script/bootstrap_macos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/bootstrap_macos.sh -------------------------------------------------------------------------------- /script/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/build.sh -------------------------------------------------------------------------------- /script/build_docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/build_docker.sh -------------------------------------------------------------------------------- /script/build_otf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/build_otf.sh -------------------------------------------------------------------------------- /script/build_ttf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/build_ttf.sh -------------------------------------------------------------------------------- /script/build_variable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/build_variable.sh -------------------------------------------------------------------------------- /script/build_woff.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/build_woff.sh -------------------------------------------------------------------------------- /script/build_woff2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/build_woff2.sh -------------------------------------------------------------------------------- /script/check: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/check -------------------------------------------------------------------------------- /script/check_widths: -------------------------------------------------------------------------------- 1 | #!/bin/zsh -euo pipefail 2 | 3 | clojure -m fira-code.checks $@ -------------------------------------------------------------------------------- /script/clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/clean.sh -------------------------------------------------------------------------------- /script/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/common.py -------------------------------------------------------------------------------- /script/everything: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/everything -------------------------------------------------------------------------------- /script/package.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/package.sh -------------------------------------------------------------------------------- /script/progress.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/progress.clj -------------------------------------------------------------------------------- /script/release.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/release.py -------------------------------------------------------------------------------- /script/repl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/repl.sh -------------------------------------------------------------------------------- /script/update_glyphs.sh: -------------------------------------------------------------------------------- 1 | #!/bin/zsh -euo pipefail 2 | 3 | clojure -M -m fira-code.main -------------------------------------------------------------------------------- /script/update_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tonsky/FiraCode/HEAD/script/update_version.py --------------------------------------------------------------------------------