├── .github ├── CONTRIBUTING.md └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── .prettierrc.yaml ├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── images ├── 6d3e3ceb369aca4d14db8250ace95c1a.png ├── e105294f54356a95c4c72d2b2ba703e7.png └── howto.jpg ├── lib ├── fonts-selector.js ├── fonts.js └── utils.js ├── menus └── fonts.cson ├── package-lock.json ├── package.json ├── resources ├── 3270 │ ├── 3270Medium.woff2 │ ├── 3270Narrow.woff2 │ ├── 3270SemiNarrow.woff2 │ └── LICENSE.txt ├── agave │ ├── LICENSE.txt │ └── agave-regular.woff2 ├── anka-coder │ ├── anka-coder-bold-italic.woff2 │ ├── anka-coder-bold.woff2 │ ├── anka-coder-italic.woff2 │ ├── anka-coder.woff2 │ └── license.txt ├── anonymous-pro │ ├── anonymous-pro-bold-italic.woff2 │ ├── anonymous-pro-bold.woff2 │ ├── anonymous-pro-italic.woff2 │ ├── anonymous-pro.woff2 │ └── license.txt ├── apl2741 │ ├── LICENSE.txt │ └── apl2741.woff2 ├── apl385 │ ├── LICENSE.txt │ └── apl385.woff2 ├── aurulent │ ├── aurulent.woff2 │ └── license.txt ├── average │ ├── average-bold-italic.woff2 │ ├── average-bold.woff2 │ ├── average-italic.woff2 │ ├── average.woff2 │ └── license.txt ├── b612 │ ├── LICENSE-2.txt │ ├── LICENSE.txt │ ├── b612-mono-bold-italic.woff2 │ ├── b612-mono-bold.woff2 │ ├── b612-mono-italic.woff2 │ └── b612-mono-regular.woff2 ├── bedstead │ ├── LICENSE.txt │ ├── bedstead-condensed.woff2 │ ├── bedstead-extended.woff2 │ ├── bedstead-extracondensed.woff2 │ ├── bedstead-ultracondensed.woff2 │ └── bedstead.woff2 ├── bitstream-vera │ ├── LICENSE.TXT │ ├── bitstream-vera-bold-italic.woff2 │ ├── bitstream-vera-bold.woff2 │ ├── bitstream-vera-italic.woff2 │ ├── bitstream-vera.woff2 │ ├── vera-mono-bold-italic.woff2 │ ├── vera-mono-bold.woff2 │ ├── vera-mono-italic.woff2 │ └── vera-mono-regular.woff2 ├── borg-sans-mono │ ├── LICENSE.txt │ └── borg-sans-mono.woff2 ├── bpmono │ ├── bpmono-bold.woff2 │ ├── bpmono-italic.woff2 │ ├── bpmono.woff2 │ └── license.txt ├── camingocode │ ├── camingocode-bold-italic.woff2 │ ├── camingocode-bold.woff2 │ ├── camingocode-italic.woff2 │ ├── camingocode.woff2 │ └── license.txt ├── cascadia-code │ ├── Cascadia.woff2 │ └── LICENSE ├── catv-6x12-9 │ ├── LICENSE.txt │ └── catv-6x12-9.woff2 ├── cmu-typewriter │ ├── LICENSE.txt │ ├── cmu-typewriter-text-bold-italic.woff2 │ ├── cmu-typewriter-text-bold.woff2 │ ├── cmu-typewriter-text-italic.woff2 │ └── cmu-typewriter-text-regular.woff2 ├── code-new-roman │ └── code-new-roman.woff2 ├── consolamono │ ├── consolamono-bold.woff2 │ ├── consolamono.woff2 │ └── license.txt ├── corbi-mono-s │ ├── LICENSE.txt │ └── corbi-mono-s-regular.woff2 ├── courier-prime-code │ ├── courier-prime-code-italic.woff2 │ └── courier-prime-code.woff2 ├── courier-prime │ ├── LICENSE.txt │ ├── courier-prime-bold-italic.woff2 │ ├── courier-prime-bold.woff2 │ ├── courier-prime-italic.woff2 │ └── courier-prime.woff2 ├── cousine │ ├── cousine-bold-italic.woff2 │ ├── cousine-bold.woff2 │ ├── cousine-italic.woff2 │ ├── cousine.woff2 │ └── license.txt ├── cutive │ ├── cutive.woff2 │ └── license.txt ├── daddytimemono │ ├── LICENSE.txt │ └── daddytimemono.woff2 ├── dejavu-sans-mono-bront │ ├── LICENSE.txt │ └── dejavu-sans-mono-bront.woff2 ├── dejavu │ ├── dejavu-bold-italic.woff2 │ ├── dejavu-bold.woff2 │ ├── dejavu-italic.woff2 │ ├── dejavu.woff2 │ └── license.txt ├── droid-sans-dotted │ ├── LICENSE │ └── droid-sans-dotted.woff2 ├── droid-sans-slashed │ ├── LICENSE │ └── droid-sans-slashed.woff2 ├── droid-sans │ ├── droid-sans.woff2 │ └── license.txt ├── effects-eighty │ ├── effects-eighty-bold-italic.woff2 │ ├── effects-eighty-bold.woff2 │ ├── effects-eighty-italic.woff2 │ ├── effects-eighty.woff2 │ └── license.txt ├── fairfax-hd │ ├── LICENSE.txt │ └── fairfax-hd.woff2 ├── fantasque-sans │ ├── .tag │ ├── FantasqueSansMono-Bold.woff2 │ ├── FantasqueSansMono-BoldItalic.woff2 │ ├── FantasqueSansMono-Italic.woff2 │ ├── FantasqueSansMono-Regular.woff2 │ ├── LICENSE.txt │ ├── no-loop-k │ │ ├── FantasqueSansMono-Bold.woff2 │ │ ├── FantasqueSansMono-BoldItalic.woff2 │ │ ├── FantasqueSansMono-Italic.woff2 │ │ └── FantasqueSansMono-Regular.woff2 │ └── update.sh ├── fifteen │ └── fifteen.woff2 ├── fira │ ├── .tag │ ├── fira-bold.woff2 │ ├── fira.woff2 │ ├── license.txt │ └── update.sh ├── firacode │ ├── .tag │ ├── FiraCode-Bold.woff2 │ ├── FiraCode-Light.woff2 │ ├── FiraCode-Medium.woff2 │ ├── FiraCode-Regular.woff2 │ ├── FiraCode-Retina.woff2 │ ├── FiraCode-SemiBold.woff2 │ ├── LICENSE │ └── update.sh ├── fixedsys-excelsior │ └── fixedsys-excelsior.woff2 ├── fixedsys-ligatures │ └── fixedsys-ligatures.woff2 ├── fixedsys │ ├── fixedsys.woff2 │ └── license.txt ├── generic │ ├── generic.woff2 │ └── license.txt ├── gnu-freefont │ ├── gnu-freefont-bold-italic.woff2 │ ├── gnu-freefont-bold.woff2 │ ├── gnu-freefont-italic.woff2 │ ├── gnu-freefont.woff2 │ └── license.txt ├── gnutypewriter │ ├── gnutypewriter.woff2 │ └── license.odt ├── go-mono │ ├── go-mono-bold-italic.woff2 │ ├── go-mono-bold.woff2 │ ├── go-mono-italic.woff2 │ ├── go-mono.woff2 │ └── license.txt ├── gohu │ └── koemaeda │ │ ├── gohufont-uni-11.woff2 │ │ └── gohufont-uni-14.woff2 ├── hack │ ├── hack-bold-italic.woff2 │ ├── hack-bold.woff2 │ ├── hack-italic.woff2 │ └── hack.woff2 ├── hasklig │ ├── hasklig-bold-italic.woff2 │ ├── hasklig-bold.woff2 │ ├── hasklig-italic.woff2 │ ├── hasklig-light-italic.woff2 │ ├── hasklig-light.woff2 │ ├── hasklig-medium-italic.woff2 │ ├── hasklig-medium.woff2 │ ├── hasklig-semibold-italic.woff2 │ ├── hasklig-semibold.woff2 │ └── hasklig.woff2 ├── hermit │ ├── hermit-bold.woff2 │ ├── hermit-light.woff2 │ ├── hermit.woff2 │ └── license.txt ├── ia-writer-mono │ ├── LICENSE.txt │ ├── ia-writer-mono-static-bold-italic.woff2 │ ├── ia-writer-mono-static-bold.woff2 │ ├── ia-writer-mono-static-italic.woff2 │ └── ia-writer-mono-static-regular.woff2 ├── inconsolata-g │ └── inconsolata-g.woff2 ├── inconsolata │ ├── inconsolata.woff2 │ └── license.txt ├── iosevka │ ├── .tag │ ├── LICENSE.txt │ ├── extended │ │ ├── iosevka-extended.woff2 │ │ ├── iosevka-extendedbold.woff2 │ │ ├── iosevka-extendedbolditalic.woff2 │ │ ├── iosevka-extendedextrabold.woff2 │ │ ├── iosevka-extendedextrabolditalic.woff2 │ │ ├── iosevka-extendedextralight.woff2 │ │ ├── iosevka-extendedextralightitalic.woff2 │ │ ├── iosevka-extendedheavy.woff2 │ │ ├── iosevka-extendedheavyitalic.woff2 │ │ ├── iosevka-extendeditalic.woff2 │ │ ├── iosevka-extendedlight.woff2 │ │ ├── iosevka-extendedlightitalic.woff2 │ │ ├── iosevka-extendedmedium.woff2 │ │ ├── iosevka-extendedmediumitalic.woff2 │ │ ├── iosevka-extendedsemibold.woff2 │ │ ├── iosevka-extendedsemibolditalic.woff2 │ │ ├── iosevka-extendedthin.woff2 │ │ └── iosevka-extendedthinitalic.woff2 │ ├── normal │ │ ├── iosevka-bold.woff2 │ │ ├── iosevka-bolditalic.woff2 │ │ ├── iosevka-extrabold.woff2 │ │ ├── iosevka-extrabolditalic.woff2 │ │ ├── iosevka-extralight.woff2 │ │ ├── iosevka-extralightitalic.woff2 │ │ ├── iosevka-heavy.woff2 │ │ ├── iosevka-heavyitalic.woff2 │ │ ├── iosevka-italic.woff2 │ │ ├── iosevka-light.woff2 │ │ ├── iosevka-lightitalic.woff2 │ │ ├── iosevka-medium.woff2 │ │ ├── iosevka-mediumitalic.woff2 │ │ ├── iosevka-regular.woff2 │ │ ├── iosevka-semibold.woff2 │ │ ├── iosevka-semibolditalic.woff2 │ │ ├── iosevka-thin.woff2 │ │ └── iosevka-thinitalic.woff2 │ └── update.sh ├── jetbrains-mono │ ├── LICENSE.txt │ ├── jetbrains-mono-bold-italic.woff2 │ ├── jetbrains-mono-bold.woff2 │ ├── jetbrains-mono-extrabold-italic.woff2 │ ├── jetbrains-mono-extrabold.woff2 │ ├── jetbrains-mono-italic.woff2 │ ├── jetbrains-mono-medium-italic.woff2 │ ├── jetbrains-mono-medium.woff2 │ └── jetbrains-mono.woff2 ├── kawkab-mono │ ├── LICENSE.txt │ ├── kawkab-mono-bold.woff2 │ ├── kawkab-mono-light.woff2 │ └── kawkab-mono-regular.woff2 ├── latin-modern-light │ ├── latin-modern-light-bold-italic.woff2 │ ├── latin-modern-light-bold.woff2 │ ├── latin-modern-light-italic.woff2 │ ├── latin-modern-light.woff2 │ └── license.txt ├── latin-modern │ ├── latin-modern-italic.woff2 │ ├── latin-modern.woff2 │ └── license.txt ├── league │ ├── league-bold.woff2 │ └── league.woff2 ├── lekton │ ├── lekton-bold.woff2 │ ├── lekton-italic.woff2 │ ├── lekton.woff2 │ └── license.txt ├── liberation │ ├── liberation-bold-italic.woff2 │ ├── liberation-bold.woff2 │ ├── liberation-italic.woff2 │ ├── liberation.woff2 │ └── license.txt ├── libertinus-mono │ ├── LICENSE.txt │ └── libertinus-mono-regular.woff2 ├── luculent │ ├── luculent-bold-italic.woff2 │ ├── luculent-bold.woff2 │ ├── luculent-italic.woff2 │ └── luculent.woff2 ├── luxi │ ├── license.txt │ ├── luxi-bold-italic.woff2 │ ├── luxi-bold.woff2 │ ├── luxi-italic.woff2 │ └── luxi.woff2 ├── meslo │ ├── meslo-bold-italic.woff2 │ ├── meslo-bold.woff2 │ ├── meslo-italic.woff2 │ └── meslo.woff2 ├── meyrin │ ├── LICENSE.txt │ └── meyrin.woff2 ├── monodeco │ ├── LICENSE.txt │ ├── monodeco-bold.woff2 │ ├── monodeco-light.woff2 │ └── monodeco.woff2 ├── monofur │ ├── licence.txt │ ├── monofur-italic.woff2 │ └── monofur.woff2 ├── monoid │ ├── monoid-bold.woff2 │ ├── monoid-italic.woff2 │ └── monoid.woff2 ├── mononoki │ ├── mononoki-bold-italic.woff2 │ ├── mononoki-bold.woff2 │ ├── mononoki-italic.woff2 │ └── mononoki.woff2 ├── mplus │ ├── license.txt │ ├── mplus-bold.woff2 │ ├── mplus-light.woff2 │ ├── mplus-medium.woff2 │ ├── mplus-thin.woff2 │ └── mplus.woff2 ├── notcouriersans │ ├── license.txt │ ├── notcouriersans-bold.woff2 │ └── notcouriersans.woff2 ├── noto │ ├── LICENSE_OFL.txt │ └── noto.woff2 ├── nova │ ├── license.txt │ └── nova.woff2 ├── office-code-pro │ ├── LICENSE.txt │ ├── office-code-pro-bold-italic.woff2 │ ├── office-code-pro-bold.woff2 │ ├── office-code-pro-d-bold-italic.woff2 │ ├── office-code-pro-d-bold.woff2 │ ├── office-code-pro-d-italic.woff2 │ ├── office-code-pro-d-light-italic.woff2 │ ├── office-code-pro-d-light.woff2 │ ├── office-code-pro-d-medium-italic.woff2 │ ├── office-code-pro-d-medium.woff2 │ ├── office-code-pro-d.woff2 │ ├── office-code-pro-italic.woff2 │ ├── office-code-pro-light-italic.woff2 │ ├── office-code-pro-light.woff2 │ ├── office-code-pro-medium-italic.woff2 │ ├── office-code-pro-medium.woff2 │ └── office-code-pro.woff2 ├── opendyslexic-mono │ ├── LICENSE.txt │ └── opendyslexic-mono-regular.woff2 ├── overpass │ ├── overpass-bold.woff2 │ └── overpass.woff2 ├── oxygen │ ├── license.txt │ └── oxygen.woff2 ├── plex-mono │ ├── license.txt │ ├── plex-mono-italic.woff2 │ ├── plex-mono-semibold-italic.woff2 │ ├── plex-mono-semibold.woff2 │ └── plex-mono.woff2 ├── press-start-2p │ ├── LICENSE.txt │ └── press-start-2p-regular.woff2 ├── profont │ ├── license.txt │ └── profont.woff2 ├── proggy-clean │ ├── licence.txt │ └── proggy-clean.woff2 ├── pt │ ├── license.txt │ └── pt.woff2 ├── quinze │ └── quinze.woff2 ├── roboto │ ├── LICENSE.txt │ ├── roboto-bold-italic.woff2 │ ├── roboto-bold.woff2 │ ├── roboto-italic.woff2 │ ├── roboto-light-italic.woff2 │ ├── roboto-light.woff2 │ ├── roboto-medium-italic.woff2 │ ├── roboto-medium.woff2 │ ├── roboto-thin-italic.woff2 │ ├── roboto-thin.woff2 │ └── roboto.woff2 ├── sax │ ├── license.txt │ └── sax.woff2 ├── share-tech │ ├── license.txt │ └── share-tech.woff2 ├── sk-modernist │ ├── license.txt │ └── sk-modernist.woff2 ├── source-code-pro │ ├── license.txt │ ├── source-code-pro-black-italic.woff2 │ ├── source-code-pro-black.woff2 │ ├── source-code-pro-bold-italic.woff2 │ ├── source-code-pro-bold.woff2 │ ├── source-code-pro-extralight-italic.woff2 │ ├── source-code-pro-extralight.woff2 │ ├── source-code-pro-italic.woff2 │ ├── source-code-pro-light-italic.woff2 │ ├── source-code-pro-light.woff2 │ ├── source-code-pro-medium-italic.woff2 │ ├── source-code-pro-medium.woff2 │ ├── source-code-pro-semibold-italic.woff2 │ ├── source-code-pro-semibold.woff2 │ └── source-code-pro.woff2 ├── space │ ├── License.txt │ ├── space-bold-italic.woff2 │ ├── space-bold.woff2 │ ├── space-italic.woff2 │ └── space.woff2 ├── sudo │ ├── license.txt │ ├── sudo-bold-italic.woff2 │ ├── sudo-bold.woff2 │ ├── sudo-italic.woff2 │ └── sudo.woff2 ├── terminus │ ├── license.txt │ ├── terminus-bold-italic.woff2 │ ├── terminus-bold.woff2 │ ├── terminus-italic.woff2 │ └── terminus.woff2 ├── tex-gyre-cursor │ ├── license.txt │ ├── tex-gyre-cursor-bold-italic.woff2 │ ├── tex-gyre-cursor-bold.woff2 │ ├── tex-gyre-cursor-italic.woff2 │ └── tex-gyre-cursor.woff2 ├── ubuntu-mono-bront │ ├── LICENSE.txt │ └── ubuntu-mono-bront.woff2 ├── ubuntu │ ├── license.txt │ ├── ubuntu-bold-italic.woff2 │ ├── ubuntu-bold.woff2 │ ├── ubuntu-italic.woff2 │ └── ubuntu.woff2 ├── unifont │ └── unifont.woff2 ├── verily │ ├── license.txt │ └── verily.woff2 ├── victor-mono │ ├── .tag │ ├── LICENSE.txt │ ├── VictorMono-Bold.woff2 │ ├── VictorMono-BoldItalic.woff2 │ ├── VictorMono-BoldOblique.woff2 │ ├── VictorMono-ExtraLight.woff2 │ ├── VictorMono-ExtraLightItalic.woff2 │ ├── VictorMono-ExtraLightOblique.woff2 │ ├── VictorMono-Italic.woff2 │ ├── VictorMono-Light.woff2 │ ├── VictorMono-LightItalic.woff2 │ ├── VictorMono-LightOblique.woff2 │ ├── VictorMono-Medium.woff2 │ ├── VictorMono-MediumItalic.woff2 │ ├── VictorMono-MediumOblique.woff2 │ ├── VictorMono-Oblique.woff2 │ ├── VictorMono-Regular.woff2 │ ├── VictorMono-SemiBold.woff2 │ ├── VictorMono-SemiBoldItalic.woff2 │ ├── VictorMono-SemiBoldOblique.woff2 │ ├── VictorMono-Thin.woff2 │ ├── VictorMono-ThinItalic.woff2 │ ├── VictorMono-ThinOblique.woff2 │ └── update.sh └── vt323 │ ├── license.txt │ └── vt323.woff2 ├── scripts ├── fontDesc.py ├── fonts.yaml ├── gen.js ├── lib.js ├── update-commit.sh ├── update-github.sh └── update.sh ├── spec └── fonts-spec.js └── styles ├── fixer.less ├── fonts.less └── main.less /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Compiled source # 2 | ################### 3 | *.com 4 | *.class 5 | *.dll 6 | *.exe 7 | *.o 8 | *.so 9 | 10 | # Packages # 11 | ############ 12 | # it's better to unpack these files and commit the raw source 13 | # git has its own built in compression methods 14 | *.7z 15 | *.dmg 16 | *.gz 17 | *.iso 18 | *.jar 19 | *.rar 20 | *.tar 21 | *.zip 22 | 23 | # Logs and databases # 24 | ###################### 25 | *.log 26 | *.sql 27 | *.sqlite 28 | 29 | # OS generated files # 30 | ###################### 31 | .DS_Store 32 | .DS_Store? 33 | ._* 34 | .Spotlight-V100 35 | .Trashes 36 | ehthumbs.db 37 | Thumbs.db 38 | 39 | # Node installed packages # 40 | ########################### 41 | node_modules/* 42 | -------------------------------------------------------------------------------- /.prettierrc.yaml: -------------------------------------------------------------------------------- 1 | trailingComma: es5 2 | tabWidth: 2 3 | semi: false 4 | singleQuote: true 5 | quoteProps: consistent 6 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2014 Koen Lageveen 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Fonts package for Atom 2 | 3 | Oh we do love our monospace fonts don't we? To celebrate typography and free choice, I've packaged all the great fonts I could get my hands on 4 | (93 of them -- 146 including variants -- at this point). 5 | 6 | This package delivers them straight to Atom through the power of @font-face. You no longer need to hunt down and install your favourite font, instead you can now instantly try out any of the fonts in this package. 7 | 8 | # How to use 9 | 10 | 1. Install the package 11 | 2. Go to the package's settings page 12 | 3. Select a font from the drop-down list 13 | 14 | ![Settings page screenshot](images/howto.jpg) 15 | 16 | Alternatively, open the interactive font selector by choosing "Packages" → "Fonts" → "Open Font Selector" menu option, or running `fonts:open-font-selector` command (e.g. from command palette) 17 | 18 | ![Command palette command screenshot](images/6d3e3ceb369aca4d14db8250ace95c1a.png) 19 | 20 | ![Font selector window screenshot](images/e105294f54356a95c4c72d2b2ba703e7.png) 21 | 22 | Disable the package to re-enable the normal font settings. 23 | 24 | # How to change the UI font 25 | 26 | Add this rule (with your favorite font-family) to your style.less file 27 | 28 | ```css 29 | atom-workspace { 30 | font-family: Mononoki; 31 | } 32 | ``` 33 | 34 | ## All fonts 35 | 36 | 37 | agave, Anka/Coder, Anonymous Pro, APL2741, APL385 Unicode, Aurulent Sans Mono, Average Mono, B612 Mono, Bedstead, Bitstream Vera Sans Mono, Borg Sans Mono, BPmono, CamingoCode, Cascadia Code, CatV 6x12 9, CMU Typewriter Text, Code New Roman, Consolamono, Corbi Mono S, Courier Prime, Courier Prime Code, Cousine, Cutive Mono, DaddyTimeMono, DejaVu Mono, DejaVu Sans Mono - Bront, Droid Sans Mono, Effects Eighty, Fairfax HD, Fantasque Sans Mono, Fifteen, FiraCode, FiraCode Retina, Fira Mono, Fixedsys, Fixedsys Excelsior, Fixedsys Ligatures, Generic Mono, GNU Freefont, GNU Unifont, Gohufont, Go Mono, Hack, Hasklig, Hermit, iA Writer Mono S, IBM 3270, Inconsolata, Inconsolata-g, Iosevka, JetBrains Mono, Kawkab Mono, Latin Modern Mono, League, Lekton, Liberation Mono, Libertinus Mono, Luculent, Luxi Mono, M+, Meslo, Meyrin, Monodeco, Monofur, Monoid, Mononoki, NotCourierSans, Noto, Nova Mono, Office Code Pro, OpenDyslexicMono, Overpass Mono, Oxygen Mono, Plex Mono, Press Start 2P, Profont, Proggy Clean, PT Mono, Quinze, Roboto Mono, saxMono, Share Tech Mono, SK Modernist, Source Code Pro, Space Mono, Sudo, Terminus, TeX Gyre Cursor, Ubuntu Mono, Ubuntu Mono - Bront, Verily Serif Mono, Victor Mono, VT323 38 | 39 | 40 | 41 | ## More programming fonts 42 | 43 | - Test drive these (and more) fonts in your browser using the [Programming Fonts Test Drive App](http://app.programmingfonts.org) 44 | -------------------------------------------------------------------------------- /images/6d3e3ceb369aca4d14db8250ace95c1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/images/6d3e3ceb369aca4d14db8250ace95c1a.png -------------------------------------------------------------------------------- /images/e105294f54356a95c4c72d2b2ba703e7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/images/e105294f54356a95c4c72d2b2ba703e7.png -------------------------------------------------------------------------------- /images/howto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/images/howto.jpg -------------------------------------------------------------------------------- /lib/fonts-selector.js: -------------------------------------------------------------------------------- 1 | 'use babel' 2 | 3 | import { applyFont } from './utils' 4 | 5 | export class FontsSelector { 6 | constructor() { 7 | const sel = document.createElement('select') 8 | sel.multiple = true 9 | sel.style.width = '100%' 10 | sel.style.overflow = 'auto' 11 | sel.style.background = 'inherit' 12 | sel.style.border = 'none' 13 | sel.style.padding = '1em' 14 | sel.classList.add('native-key-bindings') 15 | const onChange = this._onChange.bind(this) 16 | sel.addEventListener('change', function() { 17 | onChange(this) 18 | }) 19 | for (const fontFace of atom.config.schema.properties.fonts.properties 20 | .fontFamily.enum) { 21 | const opt = document.createElement('option') 22 | opt.value = fontFace 23 | opt.innerText = fontFace 24 | opt.style.fontFamily = `"${fontFace}"` 25 | opt.style.fontSize = `${atom.config.get('editor.fontSize')}px` 26 | opt.style.height = `${1.5 * atom.config.get('editor.fontSize')}px` 27 | if (atom.config.get('fonts.fontFamily') === fontFace) { 28 | opt.selected = true 29 | } 30 | sel.appendChild(opt) 31 | } 32 | this.element = sel 33 | } 34 | getTitle() { 35 | return 'Fonts Selector' 36 | } 37 | destroy() { 38 | if (this.fontFamily) atom.config.set('fonts.fontFamily', this.fontFamily) 39 | } 40 | /** 41 | * @param {HTMLSelectElement} target 42 | */ 43 | _onChange(target) { 44 | if (target.value) { 45 | this.fontFamily = target.value 46 | applyFont(this.fontFamily) 47 | } 48 | } 49 | } 50 | -------------------------------------------------------------------------------- /lib/fonts.js: -------------------------------------------------------------------------------- 1 | 'use babel' 2 | 3 | import { applyFont, triggerMeasurements, addFixerElement } from './utils' 4 | import { FontsSelector } from './fonts-selector' 5 | 6 | let disposables = null 7 | 8 | export function activate() { 9 | // migrate config 10 | if (atom.config.get('fonts.fontFamily') === '3270') { 11 | atom.config.set('fonts.fontFamily', 'IBM 3270') 12 | } 13 | const { CompositeDisposable } = require('atom') 14 | disposables = new CompositeDisposable() 15 | 16 | disposables.add( 17 | // NOTE: applyFont always returns functionally the same disposable, so 18 | // we're only using it once 19 | applyFont(atom.config.get('fonts.fontFamily')), 20 | // apply fonts when config changes 21 | atom.config.onDidChange('fonts.fontFamily', function({ newValue }) { 22 | applyFont(newValue) 23 | }), 24 | atom.config.onDidChange('fonts.secondaryFonts', function() { 25 | applyFont(atom.config.get('fonts.fontFamily')) 26 | }), 27 | // command to show fonts selector 28 | atom.commands.add('atom-workspace', 'fonts:open-font-selector', function() { 29 | atom.workspace.open(new FontsSelector(), { split: 'right' }) 30 | }) 31 | ) 32 | 33 | // give chromium some time to load the fonts 34 | // then trigger measurements 35 | setTimeout(triggerMeasurements, 500) 36 | 37 | if (document.querySelector('fonts-fixer') === null) { 38 | disposables.add(addFixerElement()) 39 | } 40 | } 41 | 42 | export function deactivate() { 43 | if (disposables) disposables.dispose() 44 | disposables = null 45 | } 46 | -------------------------------------------------------------------------------- /lib/utils.js: -------------------------------------------------------------------------------- 1 | 'use babel' 2 | 3 | export function triggerMeasurements() { 4 | atom.workspace.increaseFontSize() 5 | atom.workspace.decreaseFontSize() 6 | } 7 | 8 | /** 9 | * @param {string} fontFamily 10 | */ 11 | export function applyFont(fontFamily) { 12 | const font = `'${fontFamily}', ${atom.config.get('fonts.secondaryFonts')}` 13 | 14 | // NOTE: since `sourcePath` is specified, there is no need to 15 | // dispose of fontStylesheetDisposable here, the same style element 16 | // will be updated, and the newly-returned disposable will be 17 | // exactly the same functionally as the old one. 18 | const disp = atom.styles.addStyleSheet( 19 | `:root { --fonts-package-editorfont: ${font}; }`, 20 | { 21 | sourcePath: 'fonts-package-editorfont', 22 | } 23 | ) 24 | 25 | triggerMeasurements() 26 | return disp 27 | } 28 | 29 | export function addFixerElement() { 30 | // create a fixer element that forces chrome to load font styles 31 | // contains *r*egular, *b*old, *i*talic and i in b 32 | const fixer = document.createElement('fonts-fixer') 33 | fixer.innerHTML = 'regularbolditalicitalic' 34 | atom.views.getView(atom.workspace).appendChild(fixer) 35 | const { Disposable } = require('atom') 36 | return new Disposable(function() { 37 | fixer.remove() 38 | }) 39 | } 40 | -------------------------------------------------------------------------------- /menus/fonts.cson: -------------------------------------------------------------------------------- 1 | menu: [ 2 | label: "Packages" 3 | submenu: [ 4 | label: "Fonts" 5 | submenu: [ 6 | label: "Open Font Selector" 7 | command: "fonts:open-font-selector" 8 | ] 9 | ] 10 | ] 11 | -------------------------------------------------------------------------------- /package-lock.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "fonts", 3 | "version": "3.13.0", 4 | "lockfileVersion": 1, 5 | "requires": true, 6 | "dependencies": { 7 | "argparse": { 8 | "version": "1.0.10", 9 | "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", 10 | "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", 11 | "dev": true, 12 | "requires": { 13 | "sprintf-js": "~1.0.2" 14 | } 15 | }, 16 | "esprima": { 17 | "version": "4.0.1", 18 | "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", 19 | "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", 20 | "dev": true 21 | }, 22 | "js-yaml": { 23 | "version": "3.13.1", 24 | "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", 25 | "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", 26 | "dev": true, 27 | "requires": { 28 | "argparse": "^1.0.7", 29 | "esprima": "^4.0.0" 30 | } 31 | }, 32 | "sprintf-js": { 33 | "version": "1.0.3", 34 | "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", 35 | "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", 36 | "dev": true 37 | } 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /resources/3270/3270Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/3270/3270Medium.woff2 -------------------------------------------------------------------------------- /resources/3270/3270Narrow.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/3270/3270Narrow.woff2 -------------------------------------------------------------------------------- /resources/3270/3270SemiNarrow.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/3270/3270SemiNarrow.woff2 -------------------------------------------------------------------------------- /resources/3270/LICENSE.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2011-2017, Ricardo Banffy. 2 | Copyright (c) 1993-2011, Paul Mattes. 3 | Copyright (c) 2004-2005, Don Russell. 4 | Copyright (c) 2004, Dick Altenbern. 5 | Copyright (c) 1990, Jeff Sparkes. 6 | Copyright (c) 1989, Georgia Tech Research Corporation (GTRC), Atlanta, GA 30332. 7 | All rights reserved. 8 | 9 | Redistribution and use in source and binary forms, with or without 10 | modification, are permitted provided that the following conditions are 11 | met: 12 | 13 | * Redistributions of source code must retain the above copyright notice, 14 | this list of conditions and the following disclaimer. 15 | 16 | * Redistributions in binary form must reproduce the above copyright notice, 17 | this list of conditions and the following disclaimer in the documentation 18 | and/or other materials provided with the distribution. 19 | 20 | * Neither the name of Ricardo Banffy, Paul Mattes, Don Russell, 21 | Dick Altenbern, Jeff Sparkes, GTRC nor the names of their contributors 22 | may be used to endorse or promote products derived from this software 23 | without specific prior written permission. 24 | 25 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 26 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 27 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 28 | IN NO EVENT SHALL RICARDO BANFFY, PAUL MATTES, DON RUSSELL, DICK ALTENBERN, JEFF 29 | SPARKES OR GTRC BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 30 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 31 | OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 32 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 33 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 34 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35 | 36 | The Debian Logo glyph is based on the Debian Open Use Logo and is 37 | Copyright (c) 1999 Software in the Public Interest, Inc., and it is 38 | incorporated here under the terms of the Creative Commons 39 | Attribution-ShareAlike 3.0 Unported License. The logo is released 40 | under the terms of the GNU Lesser General Public License, version 3 or 41 | any later version, or, at your option, of the Creative Commons 42 | Attribution-ShareAlike 3.0 Unported License. 43 | 44 | Ubuntu, the Ubuntu logo and the Circle of Friends symbol are 45 | registered trademarks of Canonical Ltd. 46 | 47 | The Fontforge SFD font description file is optionally licensed under 48 | the SIL Open Font License v1.1 with no Reserved Font Name. This 49 | license is available with a FAQ at http://scripts.sil.org/OFL. 50 | -------------------------------------------------------------------------------- /resources/agave/LICENSE.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2013-2019 type agaric agaric@protonmail.com 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 4 | 5 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 6 | 7 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- /resources/agave/agave-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/agave/agave-regular.woff2 -------------------------------------------------------------------------------- /resources/anka-coder/anka-coder-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/anka-coder/anka-coder-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/anka-coder/anka-coder-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/anka-coder/anka-coder-bold.woff2 -------------------------------------------------------------------------------- /resources/anka-coder/anka-coder-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/anka-coder/anka-coder-italic.woff2 -------------------------------------------------------------------------------- /resources/anka-coder/anka-coder.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/anka-coder/anka-coder.woff2 -------------------------------------------------------------------------------- /resources/anonymous-pro/anonymous-pro-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/anonymous-pro/anonymous-pro-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/anonymous-pro/anonymous-pro-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/anonymous-pro/anonymous-pro-bold.woff2 -------------------------------------------------------------------------------- /resources/anonymous-pro/anonymous-pro-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/anonymous-pro/anonymous-pro-italic.woff2 -------------------------------------------------------------------------------- /resources/anonymous-pro/anonymous-pro.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/anonymous-pro/anonymous-pro.woff2 -------------------------------------------------------------------------------- /resources/anonymous-pro/license.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2009, Mark Simonson (http://www.ms-studio.com, mark@marksimonson.com), 2 | with Reserved Font Name Anonymous Pro. 3 | 4 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 5 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 6 | 7 | ----------------------------------------------------------- 8 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 9 | ----------------------------------------------------------- 10 | 11 | PREAMBLE 12 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 13 | 14 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 15 | 16 | DEFINITIONS 17 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 18 | 19 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 20 | 21 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 22 | 23 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 24 | 25 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 26 | 27 | PERMISSION & CONDITIONS 28 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 29 | 30 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 31 | 32 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 33 | 34 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 35 | 36 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 37 | 38 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 39 | 40 | TERMINATION 41 | This license becomes null and void if any of the above conditions are not met. 42 | 43 | DISCLAIMER 44 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /resources/apl2741/LICENSE.txt: -------------------------------------------------------------------------------- 1 | All fonts [APL2741, APL385, APL333] listed on this page 2 | [http://apl385.com/fonts/index.htm] are original artwork by Adrian Smith, 3 | and are freely placed into the public domain. 4 | -------------------------------------------------------------------------------- /resources/apl2741/apl2741.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/apl2741/apl2741.woff2 -------------------------------------------------------------------------------- /resources/apl385/LICENSE.txt: -------------------------------------------------------------------------------- 1 | All fonts [APL2741, APL385, APL333] listed on this page 2 | [http://apl385.com/fonts/index.htm] are original artwork by Adrian Smith, 3 | and are freely placed into the public domain. 4 | -------------------------------------------------------------------------------- /resources/apl385/apl385.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/apl385/apl385.woff2 -------------------------------------------------------------------------------- /resources/aurulent/aurulent.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/aurulent/aurulent.woff2 -------------------------------------------------------------------------------- /resources/aurulent/license.txt: -------------------------------------------------------------------------------- 1 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 2 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 3 | 4 | ----------------------------------------------------------- 5 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 6 | ----------------------------------------------------------- 7 | 8 | PREAMBLE 9 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 10 | 11 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 12 | 13 | DEFINITIONS 14 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 15 | 16 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 17 | 18 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 19 | 20 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 21 | 22 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 23 | 24 | PERMISSION & CONDITIONS 25 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 26 | 27 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 28 | 29 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 30 | 31 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 32 | 33 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 34 | 35 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 36 | 37 | TERMINATION 38 | This license becomes null and void if any of the above conditions are not met. 39 | 40 | DISCLAIMER 41 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /resources/average/average-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/average/average-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/average/average-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/average/average-bold.woff2 -------------------------------------------------------------------------------- /resources/average/average-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/average/average-italic.woff2 -------------------------------------------------------------------------------- /resources/average/average.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/average/average.woff2 -------------------------------------------------------------------------------- /resources/b612/LICENSE-2.txt: -------------------------------------------------------------------------------- 1 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 2 | 3 | This license is copied below, and is also available with a FAQ at: https://scripts.sil.org/OFL 4 | 5 | SIL OPEN FONT LICENSE 6 | Version 1.1 - 26 February 2007 7 | 8 | PREAMBLE 9 | The goals of the Open Font License (OFL) are to stimulate worldwide 10 | development of collaborative font projects, to support the font creation 11 | efforts of academic and linguistic communities, and to provide a free and 12 | open framework in which fonts may be shared and improved in partnership 13 | with others. 14 | 15 | The OFL allows the licensed fonts to be used, studied, modified and 16 | redistributed freely as long as they are not sold by themselves. The 17 | fonts, including any derivative works, can be bundled, embedded, 18 | redistributed and/or sold with any software provided that any reserved 19 | names are not used by derivative works. The fonts and derivatives, 20 | however, cannot be released under any other type of license. The 21 | requirement for fonts to remain under this license does not apply 22 | to any document created using the fonts or their derivatives. 23 | 24 | DEFINITIONS 25 | "Font Software" refers to the set of files released by the Copyright 26 | Holder(s) under this license and clearly marked as such. This may 27 | include source files, build scripts and documentation. 28 | 29 | "Reserved Font Name" refers to any names specified as such after the 30 | copyright statement(s). 31 | 32 | "Original Version" refers to the collection of Font Software components as 33 | distributed by the Copyright Holder(s). 34 | 35 | "Modified Version" refers to any derivative made by adding to, deleting, 36 | or substituting — in part or in whole — any of the components of the 37 | Original Version, by changing formats or by porting the Font Software to a 38 | new environment. 39 | 40 | "Author" refers to any designer, engineer, programmer, technical 41 | writer or other person who contributed to the Font Software. 42 | 43 | PERMISSION & CONDITIONS 44 | Permission is hereby granted, free of charge, to any person obtaining 45 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 46 | redistribute, and sell modified and unmodified copies of the Font 47 | Software, subject to the following conditions: 48 | 49 | 1) Neither the Font Software nor any of its individual components, 50 | in Original or Modified Versions, may be sold by itself. 51 | 52 | 2) Original or Modified Versions of the Font Software may be bundled, 53 | redistributed and/or sold with any software, provided that each copy 54 | contains the above copyright notice and this license. These can be 55 | included either as stand-alone text files, human-readable headers or 56 | in the appropriate machine-readable metadata fields within text or 57 | binary files as long as those fields can be easily viewed by the user. 58 | 59 | 3) No Modified Version of the Font Software may use the Reserved Font 60 | Name(s) unless explicit written permission is granted by the corresponding 61 | Copyright Holder. This restriction only applies to the primary font name as 62 | presented to the users. 63 | 64 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 65 | Software shall not be used to promote, endorse or advertise any 66 | Modified Version, except to acknowledge the contribution(s) of the 67 | Copyright Holder(s) and the Author(s) or with their explicit written 68 | permission. 69 | 70 | 5) The Font Software, modified or unmodified, in part or in whole, 71 | must be distributed entirely under this license, and must not be 72 | distributed under any other license. The requirement for fonts to 73 | remain under this license does not apply to any document created 74 | using the Font Software. 75 | 76 | TERMINATION 77 | This license becomes null and void if any of the above conditions are 78 | not met. 79 | 80 | DISCLAIMER 81 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 82 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 83 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 84 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 85 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 86 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 87 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 88 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 89 | OTHER DEALINGS IN THE FONT SOFTWARE. 90 | 91 | -------------------------------------------------------------------------------- /resources/b612/b612-mono-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/b612/b612-mono-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/b612/b612-mono-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/b612/b612-mono-bold.woff2 -------------------------------------------------------------------------------- /resources/b612/b612-mono-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/b612/b612-mono-italic.woff2 -------------------------------------------------------------------------------- /resources/b612/b612-mono-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/b612/b612-mono-regular.woff2 -------------------------------------------------------------------------------- /resources/bedstead/bedstead-condensed.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/bedstead/bedstead-condensed.woff2 -------------------------------------------------------------------------------- /resources/bedstead/bedstead-extended.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/bedstead/bedstead-extended.woff2 -------------------------------------------------------------------------------- /resources/bedstead/bedstead-extracondensed.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/bedstead/bedstead-extracondensed.woff2 -------------------------------------------------------------------------------- /resources/bedstead/bedstead-ultracondensed.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/bedstead/bedstead-ultracondensed.woff2 -------------------------------------------------------------------------------- /resources/bedstead/bedstead.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/bedstead/bedstead.woff2 -------------------------------------------------------------------------------- /resources/bitstream-vera/bitstream-vera-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/bitstream-vera/bitstream-vera-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/bitstream-vera/bitstream-vera-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/bitstream-vera/bitstream-vera-bold.woff2 -------------------------------------------------------------------------------- /resources/bitstream-vera/bitstream-vera-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/bitstream-vera/bitstream-vera-italic.woff2 -------------------------------------------------------------------------------- /resources/bitstream-vera/bitstream-vera.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/bitstream-vera/bitstream-vera.woff2 -------------------------------------------------------------------------------- /resources/bitstream-vera/vera-mono-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/bitstream-vera/vera-mono-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/bitstream-vera/vera-mono-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/bitstream-vera/vera-mono-bold.woff2 -------------------------------------------------------------------------------- /resources/bitstream-vera/vera-mono-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/bitstream-vera/vera-mono-italic.woff2 -------------------------------------------------------------------------------- /resources/bitstream-vera/vera-mono-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/bitstream-vera/vera-mono-regular.woff2 -------------------------------------------------------------------------------- /resources/borg-sans-mono/borg-sans-mono.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/borg-sans-mono/borg-sans-mono.woff2 -------------------------------------------------------------------------------- /resources/bpmono/bpmono-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/bpmono/bpmono-bold.woff2 -------------------------------------------------------------------------------- /resources/bpmono/bpmono-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/bpmono/bpmono-italic.woff2 -------------------------------------------------------------------------------- /resources/bpmono/bpmono.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/bpmono/bpmono.woff2 -------------------------------------------------------------------------------- /resources/bpmono/license.txt: -------------------------------------------------------------------------------- 1 | Creative Commons Attribution-No Derivative Works 3.0 Unported 2 | (http://creativecommons.org/licenses/by-nd/3.0/) 3 | 4 | You are free: 5 | 6 | to Share — to copy, distribute and transmit the work 7 | 8 | Under the following conditions: 9 | 10 | Attribution. You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). 11 | 12 | No Derivative Works. You may not alter, transform, or build upon this work. 13 | 14 | For any reuse or distribution, you must make clear to others the license terms of this work. The best way to do this is with a link to this web page. 15 | 16 | Any of the above conditions can be waived if you get permission from the copyright holder. 17 | 18 | Nothing in this license impairs or restricts the author's moral rights. -------------------------------------------------------------------------------- /resources/camingocode/camingocode-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/camingocode/camingocode-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/camingocode/camingocode-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/camingocode/camingocode-bold.woff2 -------------------------------------------------------------------------------- /resources/camingocode/camingocode-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/camingocode/camingocode-italic.woff2 -------------------------------------------------------------------------------- /resources/camingocode/camingocode.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/camingocode/camingocode.woff2 -------------------------------------------------------------------------------- /resources/camingocode/license.txt: -------------------------------------------------------------------------------- 1 | CamingoCode v1.0 2 | 3 | Copyright (c) 2006-2014 by Jan Fromm. All rights reserved. 4 | 5 | This typeface is free for personal and commercial use. You are free to copy and transmit this typeface. You may not alter, transform, or build upon this typeface. Jan Fromm is not liable for any damage resulting from the use of this typeface. 6 | 7 | This typeface is licensed under Creative Commons CC BY-ND, Version 3.0 8 | http://creativecommons.org/licenses/by-nd/3.0/ 9 | 10 | 11 | April 2014 12 | Jan Fromm Communication Design 13 | janfromm.de -------------------------------------------------------------------------------- /resources/cascadia-code/Cascadia.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/cascadia-code/Cascadia.woff2 -------------------------------------------------------------------------------- /resources/catv-6x12-9/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/catv-6x12-9/LICENSE.txt -------------------------------------------------------------------------------- /resources/catv-6x12-9/catv-6x12-9.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/catv-6x12-9/catv-6x12-9.woff2 -------------------------------------------------------------------------------- /resources/cmu-typewriter/cmu-typewriter-text-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/cmu-typewriter/cmu-typewriter-text-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/cmu-typewriter/cmu-typewriter-text-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/cmu-typewriter/cmu-typewriter-text-bold.woff2 -------------------------------------------------------------------------------- /resources/cmu-typewriter/cmu-typewriter-text-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/cmu-typewriter/cmu-typewriter-text-italic.woff2 -------------------------------------------------------------------------------- /resources/cmu-typewriter/cmu-typewriter-text-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/cmu-typewriter/cmu-typewriter-text-regular.woff2 -------------------------------------------------------------------------------- /resources/code-new-roman/code-new-roman.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/code-new-roman/code-new-roman.woff2 -------------------------------------------------------------------------------- /resources/consolamono/consolamono-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/consolamono/consolamono-bold.woff2 -------------------------------------------------------------------------------- /resources/consolamono/consolamono.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/consolamono/consolamono.woff2 -------------------------------------------------------------------------------- /resources/corbi-mono-s/LICENSE.txt: -------------------------------------------------------------------------------- 1 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 2 | This license is copied below, and is also available with a FAQ at: 3 | http://scripts.sil.org/OFL 4 | 5 | 6 | ----------------------------------------------------------- 7 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 8 | ----------------------------------------------------------- 9 | 10 | PREAMBLE 11 | The goals of the Open Font License (OFL) are to stimulate worldwide 12 | development of collaborative font projects, to support the font creation 13 | efforts of academic and linguistic communities, and to provide a free and 14 | open framework in which fonts may be shared and improved in partnership 15 | with others. 16 | 17 | The OFL allows the licensed fonts to be used, studied, modified and 18 | redistributed freely as long as they are not sold by themselves. The 19 | fonts, including any derivative works, can be bundled, embedded, 20 | redistributed and/or sold with any software provided that any reserved 21 | names are not used by derivative works. The fonts and derivatives, 22 | however, cannot be released under any other type of license. The 23 | requirement for fonts to remain under this license does not apply 24 | to any document created using the fonts or their derivatives. 25 | 26 | DEFINITIONS 27 | "Font Software" refers to the set of files released by the Copyright 28 | Holder(s) under this license and clearly marked as such. This may 29 | include source files, build scripts and documentation. 30 | 31 | "Reserved Font Name" refers to any names specified as such after the 32 | copyright statement(s). 33 | 34 | "Original Version" refers to the collection of Font Software components as 35 | distributed by the Copyright Holder(s). 36 | 37 | "Modified Version" refers to any derivative made by adding to, deleting, 38 | or substituting -- in part or in whole -- any of the components of the 39 | Original Version, by changing formats or by porting the Font Software to a 40 | new environment. 41 | 42 | "Author" refers to any designer, engineer, programmer, technical 43 | writer or other person who contributed to the Font Software. 44 | 45 | PERMISSION & CONDITIONS 46 | Permission is hereby granted, free of charge, to any person obtaining 47 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 48 | redistribute, and sell modified and unmodified copies of the Font 49 | Software, subject to the following conditions: 50 | 51 | 1) Neither the Font Software nor any of its individual components, 52 | in Original or Modified Versions, may be sold by itself. 53 | 54 | 2) Original or Modified Versions of the Font Software may be bundled, 55 | redistributed and/or sold with any software, provided that each copy 56 | contains the above copyright notice and this license. These can be 57 | included either as stand-alone text files, human-readable headers or 58 | in the appropriate machine-readable metadata fields within text or 59 | binary files as long as those fields can be easily viewed by the user. 60 | 61 | 3) No Modified Version of the Font Software may use the Reserved Font 62 | Name(s) unless explicit written permission is granted by the corresponding 63 | Copyright Holder. This restriction only applies to the primary font name as 64 | presented to the users. 65 | 66 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 67 | Software shall not be used to promote, endorse or advertise any 68 | Modified Version, except to acknowledge the contribution(s) of the 69 | Copyright Holder(s) and the Author(s) or with their explicit written 70 | permission. 71 | 72 | 5) The Font Software, modified or unmodified, in part or in whole, 73 | must be distributed entirely under this license, and must not be 74 | distributed under any other license. The requirement for fonts to 75 | remain under this license does not apply to any document created 76 | using the Font Software. 77 | 78 | TERMINATION 79 | This license becomes null and void if any of the above conditions are 80 | not met. 81 | 82 | DISCLAIMER 83 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 84 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 85 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 86 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 87 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 88 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 89 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 90 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 91 | OTHER DEALINGS IN THE FONT SOFTWARE. 92 | -------------------------------------------------------------------------------- /resources/corbi-mono-s/corbi-mono-s-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/corbi-mono-s/corbi-mono-s-regular.woff2 -------------------------------------------------------------------------------- /resources/courier-prime-code/courier-prime-code-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/courier-prime-code/courier-prime-code-italic.woff2 -------------------------------------------------------------------------------- /resources/courier-prime-code/courier-prime-code.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/courier-prime-code/courier-prime-code.woff2 -------------------------------------------------------------------------------- /resources/courier-prime/courier-prime-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/courier-prime/courier-prime-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/courier-prime/courier-prime-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/courier-prime/courier-prime-bold.woff2 -------------------------------------------------------------------------------- /resources/courier-prime/courier-prime-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/courier-prime/courier-prime-italic.woff2 -------------------------------------------------------------------------------- /resources/courier-prime/courier-prime.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/courier-prime/courier-prime.woff2 -------------------------------------------------------------------------------- /resources/cousine/cousine-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/cousine/cousine-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/cousine/cousine-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/cousine/cousine-bold.woff2 -------------------------------------------------------------------------------- /resources/cousine/cousine-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/cousine/cousine-italic.woff2 -------------------------------------------------------------------------------- /resources/cousine/cousine.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/cousine/cousine.woff2 -------------------------------------------------------------------------------- /resources/cutive/cutive.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/cutive/cutive.woff2 -------------------------------------------------------------------------------- /resources/daddytimemono/LICENSE.txt: -------------------------------------------------------------------------------- 1 | DaddyTimeMono, Copyright (c) 2018, Jason Stewart (https://eggplant.pro). 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | 5 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 6 | 7 | SIL OPEN FONT LICENSE 8 | Version 1.1 - 26 February 2007 9 | 10 | PREAMBLE 11 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 12 | 13 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 14 | 15 | DEFINITIONS 16 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 17 | 18 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 19 | 20 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 21 | 22 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting - in part or in whole - any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 23 | 24 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 25 | 26 | PERMISSION & CONDITIONS 27 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 28 | 29 | Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 30 | 31 | Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 32 | 33 | No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 34 | 35 | The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 36 | 37 | The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 38 | 39 | TERMINATION 40 | This license becomes null and void if any of the above conditions are not met. 41 | 42 | DISCLAIMER 43 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /resources/daddytimemono/daddytimemono.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/daddytimemono/daddytimemono.woff2 -------------------------------------------------------------------------------- /resources/dejavu-sans-mono-bront/dejavu-sans-mono-bront.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/dejavu-sans-mono-bront/dejavu-sans-mono-bront.woff2 -------------------------------------------------------------------------------- /resources/dejavu/dejavu-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/dejavu/dejavu-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/dejavu/dejavu-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/dejavu/dejavu-bold.woff2 -------------------------------------------------------------------------------- /resources/dejavu/dejavu-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/dejavu/dejavu-italic.woff2 -------------------------------------------------------------------------------- /resources/dejavu/dejavu.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/dejavu/dejavu.woff2 -------------------------------------------------------------------------------- /resources/droid-sans-dotted/droid-sans-dotted.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/droid-sans-dotted/droid-sans-dotted.woff2 -------------------------------------------------------------------------------- /resources/droid-sans-slashed/droid-sans-slashed.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/droid-sans-slashed/droid-sans-slashed.woff2 -------------------------------------------------------------------------------- /resources/droid-sans/droid-sans.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/droid-sans/droid-sans.woff2 -------------------------------------------------------------------------------- /resources/effects-eighty/effects-eighty-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/effects-eighty/effects-eighty-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/effects-eighty/effects-eighty-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/effects-eighty/effects-eighty-bold.woff2 -------------------------------------------------------------------------------- /resources/effects-eighty/effects-eighty-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/effects-eighty/effects-eighty-italic.woff2 -------------------------------------------------------------------------------- /resources/effects-eighty/effects-eighty.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/effects-eighty/effects-eighty.woff2 -------------------------------------------------------------------------------- /resources/fairfax-hd/fairfax-hd.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/fairfax-hd/fairfax-hd.woff2 -------------------------------------------------------------------------------- /resources/fantasque-sans/.tag: -------------------------------------------------------------------------------- 1 | v1.8.0 2 | -------------------------------------------------------------------------------- /resources/fantasque-sans/FantasqueSansMono-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/fantasque-sans/FantasqueSansMono-Bold.woff2 -------------------------------------------------------------------------------- /resources/fantasque-sans/FantasqueSansMono-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/fantasque-sans/FantasqueSansMono-BoldItalic.woff2 -------------------------------------------------------------------------------- /resources/fantasque-sans/FantasqueSansMono-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/fantasque-sans/FantasqueSansMono-Italic.woff2 -------------------------------------------------------------------------------- /resources/fantasque-sans/FantasqueSansMono-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/fantasque-sans/FantasqueSansMono-Regular.woff2 -------------------------------------------------------------------------------- /resources/fantasque-sans/no-loop-k/FantasqueSansMono-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/fantasque-sans/no-loop-k/FantasqueSansMono-Bold.woff2 -------------------------------------------------------------------------------- /resources/fantasque-sans/no-loop-k/FantasqueSansMono-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/fantasque-sans/no-loop-k/FantasqueSansMono-BoldItalic.woff2 -------------------------------------------------------------------------------- /resources/fantasque-sans/no-loop-k/FantasqueSansMono-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/fantasque-sans/no-loop-k/FantasqueSansMono-Italic.woff2 -------------------------------------------------------------------------------- /resources/fantasque-sans/no-loop-k/FantasqueSansMono-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/fantasque-sans/no-loop-k/FantasqueSansMono-Regular.woff2 -------------------------------------------------------------------------------- /resources/fantasque-sans/update.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cd "$(dirname "$0")" 4 | 5 | extract() { 6 | curfiles=() 7 | for i in *.woff2; do 8 | curfiles+=("Webfonts/$(basename $i)") 9 | done 10 | 7z -y e -o"." "$file" "${curfiles[@]}" || exit 1 11 | } 12 | 13 | repo="belluzj/fantasque-sans" 14 | 15 | filter='match(".*-Normal\\.zip"; "i").string' 16 | source "../../scripts/update-github.sh" 17 | 18 | extract 19 | 20 | # no loop k 21 | 22 | filter='match(".*mono-NoLoopK\\.zip"; "i").string' 23 | source "../../scripts/update-github.sh" 24 | 25 | pushd no-loop-k 26 | extract 27 | popd 28 | 29 | echo "$tag" > ".tag" 30 | 31 | source "../../scripts/update-commit.sh" 32 | -------------------------------------------------------------------------------- /resources/fifteen/fifteen.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/fifteen/fifteen.woff2 -------------------------------------------------------------------------------- /resources/fira/.tag: -------------------------------------------------------------------------------- 1 | 4.202 2 | -------------------------------------------------------------------------------- /resources/fira/fira-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/fira/fira-bold.woff2 -------------------------------------------------------------------------------- /resources/fira/fira.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/fira/fira.woff2 -------------------------------------------------------------------------------- /resources/fira/license.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2014, Mozilla Foundation https://mozilla.org/ with Reserved Font Name Fira Mono. 2 | 3 | Copyright (c) 2014, Telefonica S.A. 4 | 5 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 6 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 7 | 8 | ----------------------------------------------------------- 9 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 | ----------------------------------------------------------- 11 | 12 | PREAMBLE 13 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 14 | 15 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 16 | 17 | DEFINITIONS 18 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 19 | 20 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 21 | 22 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 23 | 24 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 25 | 26 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 27 | 28 | PERMISSION & CONDITIONS 29 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 30 | 31 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 32 | 33 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 34 | 35 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 36 | 37 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 38 | 39 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 40 | 41 | TERMINATION 42 | This license becomes null and void if any of the above conditions are not met. 43 | 44 | DISCLAIMER 45 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /resources/fira/update.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cd "$(dirname "$0")" 4 | 5 | repo="mozilla/Fira" 6 | url_override() { 7 | wget "https://github.com/$repo/raw/$tag/woff2/FiraMono-Regular.woff2" -O "fira.woff2" >&2 8 | wget "https://github.com/$repo/raw/$tag/woff2/FiraMono-Bold.woff2" -O "fira-bold.woff2" >&2 9 | } 10 | source "../../scripts/update-github.sh" 11 | 12 | echo "$tag" > ".tag" 13 | 14 | source "../../scripts/update-commit.sh" 15 | -------------------------------------------------------------------------------- /resources/firacode/.tag: -------------------------------------------------------------------------------- 1 | 5.2 2 | -------------------------------------------------------------------------------- /resources/firacode/FiraCode-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/firacode/FiraCode-Bold.woff2 -------------------------------------------------------------------------------- /resources/firacode/FiraCode-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/firacode/FiraCode-Light.woff2 -------------------------------------------------------------------------------- /resources/firacode/FiraCode-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/firacode/FiraCode-Medium.woff2 -------------------------------------------------------------------------------- /resources/firacode/FiraCode-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/firacode/FiraCode-Regular.woff2 -------------------------------------------------------------------------------- /resources/firacode/FiraCode-Retina.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/firacode/FiraCode-Retina.woff2 -------------------------------------------------------------------------------- /resources/firacode/FiraCode-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/firacode/FiraCode-SemiBold.woff2 -------------------------------------------------------------------------------- /resources/firacode/update.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cd "$(dirname "$0")" 4 | 5 | repo="tonsky/FiraCode" 6 | source "../../scripts/update-github.sh" 7 | 8 | curfiles=() 9 | for i in *.woff2; do 10 | curfiles+=("woff2/$(basename $i)") 11 | done 12 | 7z -y e -o"." "$file" "${curfiles[@]}" || exit 1 13 | 7z -y e -o"." "$file" 'ttf/*-Retina.ttf' || exit 1 14 | woff2_compress *-Retina.ttf || exit 1 15 | rm *-Retina.ttf 16 | 17 | echo "$tag" > ".tag" 18 | 19 | source "../../scripts/update-commit.sh" 20 | -------------------------------------------------------------------------------- /resources/fixedsys-excelsior/fixedsys-excelsior.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/fixedsys-excelsior/fixedsys-excelsior.woff2 -------------------------------------------------------------------------------- /resources/fixedsys-ligatures/fixedsys-ligatures.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/fixedsys-ligatures/fixedsys-ligatures.woff2 -------------------------------------------------------------------------------- /resources/fixedsys/fixedsys.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/fixedsys/fixedsys.woff2 -------------------------------------------------------------------------------- /resources/generic/generic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/generic/generic.woff2 -------------------------------------------------------------------------------- /resources/gnu-freefont/gnu-freefont-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/gnu-freefont/gnu-freefont-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/gnu-freefont/gnu-freefont-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/gnu-freefont/gnu-freefont-bold.woff2 -------------------------------------------------------------------------------- /resources/gnu-freefont/gnu-freefont-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/gnu-freefont/gnu-freefont-italic.woff2 -------------------------------------------------------------------------------- /resources/gnu-freefont/gnu-freefont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/gnu-freefont/gnu-freefont.woff2 -------------------------------------------------------------------------------- /resources/gnutypewriter/gnutypewriter.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/gnutypewriter/gnutypewriter.woff2 -------------------------------------------------------------------------------- /resources/gnutypewriter/license.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/gnutypewriter/license.odt -------------------------------------------------------------------------------- /resources/go-mono/go-mono-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/go-mono/go-mono-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/go-mono/go-mono-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/go-mono/go-mono-bold.woff2 -------------------------------------------------------------------------------- /resources/go-mono/go-mono-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/go-mono/go-mono-italic.woff2 -------------------------------------------------------------------------------- /resources/go-mono/go-mono.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/go-mono/go-mono.woff2 -------------------------------------------------------------------------------- /resources/go-mono/license.txt: -------------------------------------------------------------------------------- 1 | These fonts were created by the Bigelow & Holmes foundry specifically for the 2 | Go project. See https://blog.golang.org/go-fonts for details. 3 | 4 | They are licensed under the same open source license as the rest of the Go 5 | project's software: 6 | 7 | Copyright (c) 2016 Bigelow & Holmes Inc.. All rights reserved. 8 | 9 | Distribution of this font is governed by the following license. If you do not 10 | agree to this license, including the disclaimer, do not distribute or modify 11 | this font. 12 | 13 | Redistribution and use in source and binary forms, with or without 14 | modification, are permitted provided that the following conditions are met: 15 | 16 | * Redistributions of source code must retain the above copyright notice, 17 | this list of conditions and the following disclaimer. 18 | 19 | * Redistributions in binary form must reproduce the above copyright notice, 20 | this list of conditions and the following disclaimer in the documentation 21 | and/or other materials provided with the distribution. 22 | 23 | * Neither the name of Google Inc. nor the names of its contributors may be 24 | used to endorse or promote products derived from this software without 25 | specific prior written permission. 26 | 27 | DISCLAIMER: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 29 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 30 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE 31 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 32 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 33 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 34 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 35 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 36 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 37 | -------------------------------------------------------------------------------- /resources/gohu/koemaeda/gohufont-uni-11.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/gohu/koemaeda/gohufont-uni-11.woff2 -------------------------------------------------------------------------------- /resources/gohu/koemaeda/gohufont-uni-14.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/gohu/koemaeda/gohufont-uni-14.woff2 -------------------------------------------------------------------------------- /resources/hack/hack-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/hack/hack-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/hack/hack-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/hack/hack-bold.woff2 -------------------------------------------------------------------------------- /resources/hack/hack-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/hack/hack-italic.woff2 -------------------------------------------------------------------------------- /resources/hack/hack.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/hack/hack.woff2 -------------------------------------------------------------------------------- /resources/hasklig/hasklig-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/hasklig/hasklig-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/hasklig/hasklig-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/hasklig/hasklig-bold.woff2 -------------------------------------------------------------------------------- /resources/hasklig/hasklig-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/hasklig/hasklig-italic.woff2 -------------------------------------------------------------------------------- /resources/hasklig/hasklig-light-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/hasklig/hasklig-light-italic.woff2 -------------------------------------------------------------------------------- /resources/hasklig/hasklig-light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/hasklig/hasklig-light.woff2 -------------------------------------------------------------------------------- /resources/hasklig/hasklig-medium-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/hasklig/hasklig-medium-italic.woff2 -------------------------------------------------------------------------------- /resources/hasklig/hasklig-medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/hasklig/hasklig-medium.woff2 -------------------------------------------------------------------------------- /resources/hasklig/hasklig-semibold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/hasklig/hasklig-semibold-italic.woff2 -------------------------------------------------------------------------------- /resources/hasklig/hasklig-semibold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/hasklig/hasklig-semibold.woff2 -------------------------------------------------------------------------------- /resources/hasklig/hasklig.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/hasklig/hasklig.woff2 -------------------------------------------------------------------------------- /resources/hermit/hermit-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/hermit/hermit-bold.woff2 -------------------------------------------------------------------------------- /resources/hermit/hermit-light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/hermit/hermit-light.woff2 -------------------------------------------------------------------------------- /resources/hermit/hermit.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/hermit/hermit.woff2 -------------------------------------------------------------------------------- /resources/ia-writer-mono/LICENSE.txt: -------------------------------------------------------------------------------- 1 | iA Writer Typeface 2 | Copyright © 2018 Information Architects Inc. with Reserved Font Name "iA Writer" 3 | 4 | Based on IBM Plex Typeface 5 | Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" 6 | 7 | License 8 | This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 9 | 10 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 11 | PREAMBLE The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 12 | 13 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 14 | 15 | DEFINITIONS "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 16 | 17 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 18 | 19 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 20 | 21 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 22 | 23 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 24 | 25 | PERMISSION & CONDITIONS Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 26 | 27 | Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 28 | 29 | Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 30 | 31 | No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 32 | 33 | The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 34 | 35 | The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 36 | 37 | TERMINATION This license becomes null and void if any of the above conditions are not met. 38 | 39 | DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /resources/ia-writer-mono/ia-writer-mono-static-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/ia-writer-mono/ia-writer-mono-static-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/ia-writer-mono/ia-writer-mono-static-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/ia-writer-mono/ia-writer-mono-static-bold.woff2 -------------------------------------------------------------------------------- /resources/ia-writer-mono/ia-writer-mono-static-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/ia-writer-mono/ia-writer-mono-static-italic.woff2 -------------------------------------------------------------------------------- /resources/ia-writer-mono/ia-writer-mono-static-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/ia-writer-mono/ia-writer-mono-static-regular.woff2 -------------------------------------------------------------------------------- /resources/inconsolata-g/inconsolata-g.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/inconsolata-g/inconsolata-g.woff2 -------------------------------------------------------------------------------- /resources/inconsolata/inconsolata.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/inconsolata/inconsolata.woff2 -------------------------------------------------------------------------------- /resources/inconsolata/license.txt: -------------------------------------------------------------------------------- 1 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 2 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 3 | 4 | ----------------------------------------------------------- 5 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 6 | ----------------------------------------------------------- 7 | 8 | PREAMBLE 9 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 10 | 11 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 12 | 13 | DEFINITIONS 14 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 15 | 16 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 17 | 18 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 19 | 20 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 21 | 22 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 23 | 24 | PERMISSION & CONDITIONS 25 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 26 | 27 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 28 | 29 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 30 | 31 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 32 | 33 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 34 | 35 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 36 | 37 | TERMINATION 38 | This license becomes null and void if any of the above conditions are not met. 39 | 40 | DISCLAIMER 41 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /resources/iosevka/.tag: -------------------------------------------------------------------------------- 1 | v4.5.0 2 | -------------------------------------------------------------------------------- /resources/iosevka/extended/iosevka-extended.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/extended/iosevka-extended.woff2 -------------------------------------------------------------------------------- /resources/iosevka/extended/iosevka-extendedbold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/extended/iosevka-extendedbold.woff2 -------------------------------------------------------------------------------- /resources/iosevka/extended/iosevka-extendedbolditalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/extended/iosevka-extendedbolditalic.woff2 -------------------------------------------------------------------------------- /resources/iosevka/extended/iosevka-extendedextrabold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/extended/iosevka-extendedextrabold.woff2 -------------------------------------------------------------------------------- /resources/iosevka/extended/iosevka-extendedextrabolditalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/extended/iosevka-extendedextrabolditalic.woff2 -------------------------------------------------------------------------------- /resources/iosevka/extended/iosevka-extendedextralight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/extended/iosevka-extendedextralight.woff2 -------------------------------------------------------------------------------- /resources/iosevka/extended/iosevka-extendedextralightitalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/extended/iosevka-extendedextralightitalic.woff2 -------------------------------------------------------------------------------- /resources/iosevka/extended/iosevka-extendedheavy.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/extended/iosevka-extendedheavy.woff2 -------------------------------------------------------------------------------- /resources/iosevka/extended/iosevka-extendedheavyitalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/extended/iosevka-extendedheavyitalic.woff2 -------------------------------------------------------------------------------- /resources/iosevka/extended/iosevka-extendeditalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/extended/iosevka-extendeditalic.woff2 -------------------------------------------------------------------------------- /resources/iosevka/extended/iosevka-extendedlight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/extended/iosevka-extendedlight.woff2 -------------------------------------------------------------------------------- /resources/iosevka/extended/iosevka-extendedlightitalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/extended/iosevka-extendedlightitalic.woff2 -------------------------------------------------------------------------------- /resources/iosevka/extended/iosevka-extendedmedium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/extended/iosevka-extendedmedium.woff2 -------------------------------------------------------------------------------- /resources/iosevka/extended/iosevka-extendedmediumitalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/extended/iosevka-extendedmediumitalic.woff2 -------------------------------------------------------------------------------- /resources/iosevka/extended/iosevka-extendedsemibold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/extended/iosevka-extendedsemibold.woff2 -------------------------------------------------------------------------------- /resources/iosevka/extended/iosevka-extendedsemibolditalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/extended/iosevka-extendedsemibolditalic.woff2 -------------------------------------------------------------------------------- /resources/iosevka/extended/iosevka-extendedthin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/extended/iosevka-extendedthin.woff2 -------------------------------------------------------------------------------- /resources/iosevka/extended/iosevka-extendedthinitalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/extended/iosevka-extendedthinitalic.woff2 -------------------------------------------------------------------------------- /resources/iosevka/normal/iosevka-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/normal/iosevka-bold.woff2 -------------------------------------------------------------------------------- /resources/iosevka/normal/iosevka-bolditalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/normal/iosevka-bolditalic.woff2 -------------------------------------------------------------------------------- /resources/iosevka/normal/iosevka-extrabold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/normal/iosevka-extrabold.woff2 -------------------------------------------------------------------------------- /resources/iosevka/normal/iosevka-extrabolditalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/normal/iosevka-extrabolditalic.woff2 -------------------------------------------------------------------------------- /resources/iosevka/normal/iosevka-extralight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/normal/iosevka-extralight.woff2 -------------------------------------------------------------------------------- /resources/iosevka/normal/iosevka-extralightitalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/normal/iosevka-extralightitalic.woff2 -------------------------------------------------------------------------------- /resources/iosevka/normal/iosevka-heavy.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/normal/iosevka-heavy.woff2 -------------------------------------------------------------------------------- /resources/iosevka/normal/iosevka-heavyitalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/normal/iosevka-heavyitalic.woff2 -------------------------------------------------------------------------------- /resources/iosevka/normal/iosevka-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/normal/iosevka-italic.woff2 -------------------------------------------------------------------------------- /resources/iosevka/normal/iosevka-light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/normal/iosevka-light.woff2 -------------------------------------------------------------------------------- /resources/iosevka/normal/iosevka-lightitalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/normal/iosevka-lightitalic.woff2 -------------------------------------------------------------------------------- /resources/iosevka/normal/iosevka-medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/normal/iosevka-medium.woff2 -------------------------------------------------------------------------------- /resources/iosevka/normal/iosevka-mediumitalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/normal/iosevka-mediumitalic.woff2 -------------------------------------------------------------------------------- /resources/iosevka/normal/iosevka-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/normal/iosevka-regular.woff2 -------------------------------------------------------------------------------- /resources/iosevka/normal/iosevka-semibold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/normal/iosevka-semibold.woff2 -------------------------------------------------------------------------------- /resources/iosevka/normal/iosevka-semibolditalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/normal/iosevka-semibolditalic.woff2 -------------------------------------------------------------------------------- /resources/iosevka/normal/iosevka-thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/normal/iosevka-thin.woff2 -------------------------------------------------------------------------------- /resources/iosevka/normal/iosevka-thinitalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/iosevka/normal/iosevka-thinitalic.woff2 -------------------------------------------------------------------------------- /resources/iosevka/update.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cd "$(dirname "$0")" 4 | 5 | repo="be5invis/Iosevka" 6 | # CHANGE ME!!! 7 | #tag_uri="tags/v4.5.0" 8 | filter='match(".*/webfont-iosevka-[^-]+\\.zip$"; "i").string' 9 | source "../../scripts/update-github.sh" 10 | 11 | curfiles=() 12 | for i in normal/*.woff2; do 13 | curfiles+=("woff2/$(basename $i)") 14 | done 15 | 7z -y e -o"normal/" "$file" "${curfiles[@]}" || exit 1 16 | 17 | curfiles=() 18 | for i in extended/*.woff2; do 19 | curfiles+=("woff2/$(basename $i)") 20 | done 21 | 7z -y e -o"extended/" "$file" "${curfiles[@]}" || exit 1 22 | 23 | echo "$tag" > ".tag" 24 | 25 | source "../../scripts/update-commit.sh" 26 | -------------------------------------------------------------------------------- /resources/jetbrains-mono/jetbrains-mono-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/jetbrains-mono/jetbrains-mono-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/jetbrains-mono/jetbrains-mono-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/jetbrains-mono/jetbrains-mono-bold.woff2 -------------------------------------------------------------------------------- /resources/jetbrains-mono/jetbrains-mono-extrabold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/jetbrains-mono/jetbrains-mono-extrabold-italic.woff2 -------------------------------------------------------------------------------- /resources/jetbrains-mono/jetbrains-mono-extrabold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/jetbrains-mono/jetbrains-mono-extrabold.woff2 -------------------------------------------------------------------------------- /resources/jetbrains-mono/jetbrains-mono-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/jetbrains-mono/jetbrains-mono-italic.woff2 -------------------------------------------------------------------------------- /resources/jetbrains-mono/jetbrains-mono-medium-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/jetbrains-mono/jetbrains-mono-medium-italic.woff2 -------------------------------------------------------------------------------- /resources/jetbrains-mono/jetbrains-mono-medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/jetbrains-mono/jetbrains-mono-medium.woff2 -------------------------------------------------------------------------------- /resources/jetbrains-mono/jetbrains-mono.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/jetbrains-mono/jetbrains-mono.woff2 -------------------------------------------------------------------------------- /resources/kawkab-mono/kawkab-mono-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/kawkab-mono/kawkab-mono-bold.woff2 -------------------------------------------------------------------------------- /resources/kawkab-mono/kawkab-mono-light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/kawkab-mono/kawkab-mono-light.woff2 -------------------------------------------------------------------------------- /resources/kawkab-mono/kawkab-mono-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/kawkab-mono/kawkab-mono-regular.woff2 -------------------------------------------------------------------------------- /resources/latin-modern-light/latin-modern-light-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/latin-modern-light/latin-modern-light-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/latin-modern-light/latin-modern-light-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/latin-modern-light/latin-modern-light-bold.woff2 -------------------------------------------------------------------------------- /resources/latin-modern-light/latin-modern-light-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/latin-modern-light/latin-modern-light-italic.woff2 -------------------------------------------------------------------------------- /resources/latin-modern-light/latin-modern-light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/latin-modern-light/latin-modern-light.woff2 -------------------------------------------------------------------------------- /resources/latin-modern-light/license.txt: -------------------------------------------------------------------------------- 1 | This is a preliminary version (2006-09-30), barring acceptance from 2 | the LaTeX Project Team and other feedback, of the GUST Font License. 3 | (GUST is the Polish TeX Users Group, http://www.gust.org.pl) 4 | 5 | For the most recent version of this license see 6 | http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt 7 | or 8 | http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt 9 | 10 | This work may be distributed and/or modified under the conditions 11 | of the LaTeX Project Public License, either version 1.3c of this 12 | license or (at your option) any later version. 13 | 14 | Please also observe the following clause: 15 | 1) it is requested, but not legally required, that derived works be 16 | distributed only after changing the names of the fonts comprising this 17 | work and given in an accompanying "manifest", and that the 18 | files comprising the Work, as listed in the manifest, also be given 19 | new names. Any exceptions to this request are also given in the 20 | manifest. 21 | 22 | We recommend the manifest be given in a separate file named 23 | MANIFEST-.txt, where is some unique identification 24 | of the font family. If a separate "readme" file accompanies the Work, 25 | we recommend a name of the form README-.txt. 26 | 27 | The latest version of the LaTeX Project Public License is in 28 | http://www.latex-project.org/lppl.txt and version 1.3c or later 29 | is part of all distributions of LaTeX version 2006/05/20 or later. -------------------------------------------------------------------------------- /resources/latin-modern/latin-modern-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/latin-modern/latin-modern-italic.woff2 -------------------------------------------------------------------------------- /resources/latin-modern/latin-modern.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/latin-modern/latin-modern.woff2 -------------------------------------------------------------------------------- /resources/latin-modern/license.txt: -------------------------------------------------------------------------------- 1 | This is a preliminary version (2006-09-30), barring acceptance from 2 | the LaTeX Project Team and other feedback, of the GUST Font License. 3 | (GUST is the Polish TeX Users Group, http://www.gust.org.pl) 4 | 5 | For the most recent version of this license see 6 | http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt 7 | or 8 | http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt 9 | 10 | This work may be distributed and/or modified under the conditions 11 | of the LaTeX Project Public License, either version 1.3c of this 12 | license or (at your option) any later version. 13 | 14 | Please also observe the following clause: 15 | 1) it is requested, but not legally required, that derived works be 16 | distributed only after changing the names of the fonts comprising this 17 | work and given in an accompanying "manifest", and that the 18 | files comprising the Work, as listed in the manifest, also be given 19 | new names. Any exceptions to this request are also given in the 20 | manifest. 21 | 22 | We recommend the manifest be given in a separate file named 23 | MANIFEST-.txt, where is some unique identification 24 | of the font family. If a separate "readme" file accompanies the Work, 25 | we recommend a name of the form README-.txt. 26 | 27 | The latest version of the LaTeX Project Public License is in 28 | http://www.latex-project.org/lppl.txt and version 1.3c or later 29 | is part of all distributions of LaTeX version 2006/05/20 or later. -------------------------------------------------------------------------------- /resources/league/league-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/league/league-bold.woff2 -------------------------------------------------------------------------------- /resources/league/league.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/league/league.woff2 -------------------------------------------------------------------------------- /resources/lekton/lekton-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/lekton/lekton-bold.woff2 -------------------------------------------------------------------------------- /resources/lekton/lekton-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/lekton/lekton-italic.woff2 -------------------------------------------------------------------------------- /resources/lekton/lekton.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/lekton/lekton.woff2 -------------------------------------------------------------------------------- /resources/lekton/license.txt: -------------------------------------------------------------------------------- 1 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 2 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 3 | 4 | ----------------------------------------------------------- 5 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 6 | ----------------------------------------------------------- 7 | 8 | PREAMBLE 9 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 10 | 11 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 12 | 13 | DEFINITIONS 14 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 15 | 16 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 17 | 18 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 19 | 20 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 21 | 22 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 23 | 24 | PERMISSION & CONDITIONS 25 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 26 | 27 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 28 | 29 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 30 | 31 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 32 | 33 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 34 | 35 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 36 | 37 | TERMINATION 38 | This license becomes null and void if any of the above conditions are not met. 39 | 40 | DISCLAIMER 41 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /resources/liberation/liberation-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/liberation/liberation-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/liberation/liberation-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/liberation/liberation-bold.woff2 -------------------------------------------------------------------------------- /resources/liberation/liberation-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/liberation/liberation-italic.woff2 -------------------------------------------------------------------------------- /resources/liberation/liberation.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/liberation/liberation.woff2 -------------------------------------------------------------------------------- /resources/libertinus-mono/libertinus-mono-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/libertinus-mono/libertinus-mono-regular.woff2 -------------------------------------------------------------------------------- /resources/luculent/luculent-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/luculent/luculent-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/luculent/luculent-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/luculent/luculent-bold.woff2 -------------------------------------------------------------------------------- /resources/luculent/luculent-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/luculent/luculent-italic.woff2 -------------------------------------------------------------------------------- /resources/luculent/luculent.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/luculent/luculent.woff2 -------------------------------------------------------------------------------- /resources/luxi/license.txt: -------------------------------------------------------------------------------- 1 | Luxi fonts copyright (c) 2001 by Bigelow & Holmes Inc. Luxi font instruction code copyright (c) 2001 by URW++ GmbH. All Rights Reserved. Luxi is a registered trademark of Bigelow & Holmes Inc. 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy of these Fonts and associated documentation files (the "Font Software"), to deal in the Font Software, including without limitation the rights to use, copy, merge, publish, distribute, sublicense, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: 4 | 5 | The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software. 6 | 7 | The Font Software may not be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may not be modified nor may additional glyphs or characters be added to the Fonts. This License becomes null and void when the Fonts or Font Software have been modified. 8 | 9 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BIGELOW & HOLMES INC. OR URW++ GMBH. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. 10 | 11 | Except as contained in this notice, the names of Bigelow & Holmes Inc. and URW++ GmbH. shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from Bigelow & Holmes Inc. and URW++ GmbH. 12 | 13 | For further information, contact: 14 | 15 | info@urwpp.de or design@bigelowandholmes.com -------------------------------------------------------------------------------- /resources/luxi/luxi-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/luxi/luxi-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/luxi/luxi-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/luxi/luxi-bold.woff2 -------------------------------------------------------------------------------- /resources/luxi/luxi-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/luxi/luxi-italic.woff2 -------------------------------------------------------------------------------- /resources/luxi/luxi.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/luxi/luxi.woff2 -------------------------------------------------------------------------------- /resources/meslo/meslo-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/meslo/meslo-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/meslo/meslo-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/meslo/meslo-bold.woff2 -------------------------------------------------------------------------------- /resources/meslo/meslo-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/meslo/meslo-italic.woff2 -------------------------------------------------------------------------------- /resources/meslo/meslo.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/meslo/meslo.woff2 -------------------------------------------------------------------------------- /resources/meyrin/meyrin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/meyrin/meyrin.woff2 -------------------------------------------------------------------------------- /resources/monodeco/LICENSE.txt: -------------------------------------------------------------------------------- 1 | Monodeco Copyright (c) 2015, Joshua Deakin, www.joshuadeakin.com, 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: 5 | http://scripts.sil.org/OFL 6 | 7 | ----------------------------------------------------------- 8 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 9 | ----------------------------------------------------------- 10 | 11 | PREAMBLE 12 | The goals of the Open Font License (OFL) are to stimulate worldwide 13 | development of collaborative font projects, to support the font creation 14 | efforts of academic and linguistic communities, and to provide a free and 15 | open framework in which fonts may be shared and improved in partnership 16 | with others. 17 | 18 | The OFL allows the licensed fonts to be used, studied, modified and 19 | redistributed freely as long as they are not sold by themselves. The 20 | fonts, including any derivative works, can be bundled, embedded, 21 | redistributed and/or sold with any software provided that any reserved 22 | names are not used by derivative works. The fonts and derivatives, 23 | however, cannot be released under any other type of license. The 24 | requirement for fonts to remain under this license does not apply 25 | to any document created using the fonts or their derivatives. 26 | 27 | DEFINITIONS 28 | "Font Software" refers to the set of files released by the Copyright 29 | Holder(s) under this license and clearly marked as such. This may 30 | include source files, build scripts and documentation. 31 | 32 | "Reserved Font Name" refers to any names specified as such after the 33 | copyright statement(s). 34 | 35 | "Original Version" refers to the collection of Font Software components as 36 | distributed by the Copyright Holder(s). 37 | 38 | "Modified Version" refers to any derivative made by adding to, deleting, 39 | or substituting -- in part or in whole -- any of the components of the 40 | Original Version, by changing formats or by porting the Font Software to a 41 | new environment. 42 | 43 | "Author" refers to any designer, engineer, programmer, technical 44 | writer or other person who contributed to the Font Software. 45 | 46 | PERMISSION & CONDITIONS 47 | Permission is hereby granted, free of charge, to any person obtaining 48 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 49 | redistribute, and sell modified and unmodified copies of the Font 50 | Software, subject to the following conditions: 51 | 52 | 1) Neither the Font Software nor any of its individual components, 53 | in Original or Modified Versions, may be sold by itself. 54 | 55 | 2) Original or Modified Versions of the Font Software may be bundled, 56 | redistributed and/or sold with any software, provided that each copy 57 | contains the above copyright notice and this license. These can be 58 | included either as stand-alone text files, human-readable headers or 59 | in the appropriate machine-readable metadata fields within text or 60 | binary files as long as those fields can be easily viewed by the user. 61 | 62 | 3) No Modified Version of the Font Software may use the Reserved Font 63 | Name(s) unless explicit written permission is granted by the corresponding 64 | Copyright Holder. This restriction only applies to the primary font name as 65 | presented to the users. 66 | 67 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 68 | Software shall not be used to promote, endorse or advertise any 69 | Modified Version, except to acknowledge the contribution(s) of the 70 | Copyright Holder(s) and the Author(s) or with their explicit written 71 | permission. 72 | 73 | 5) The Font Software, modified or unmodified, in part or in whole, 74 | must be distributed entirely under this license, and must not be 75 | distributed under any other license. The requirement for fonts to 76 | remain under this license does not apply to any document created 77 | using the Font Software. 78 | 79 | TERMINATION 80 | This license becomes null and void if any of the above conditions are 81 | not met. 82 | 83 | DISCLAIMER 84 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 85 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 86 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 87 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 88 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 89 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 90 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 91 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 92 | OTHER DEALINGS IN THE FONT SOFTWARE. 93 | -------------------------------------------------------------------------------- /resources/monodeco/monodeco-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/monodeco/monodeco-bold.woff2 -------------------------------------------------------------------------------- /resources/monodeco/monodeco-light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/monodeco/monodeco-light.woff2 -------------------------------------------------------------------------------- /resources/monodeco/monodeco.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/monodeco/monodeco.woff2 -------------------------------------------------------------------------------- /resources/monofur/licence.txt: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------------------ 2 | The monofur typeface by tobias b koehler (unci@tigerden.com) 3 | ------------------------------------------------------------------------ 4 | 5 | This is a monospaced geometric rounded sans serif font based on the 6 | eurofurence typeface family. 7 | 8 | The character set includes Roman, Greek and Cyrillic characters as well 9 | as box drawing characters. File format is TrueType for PC (under 10 | Windows, Linux etc). 11 | 12 | These fonts are freeware and can be distributed as long as they are 13 | together with this text file. I would appreciate it though if you could 14 | contact me at unci@tigerden.com if you put them on a server. Free 15 | samples from commercial users are always very welcome. :) 16 | 17 | For more information, please see the uncifonts WWW page at: 18 | http://mercurio.iet.unipi.it/users/tobias/uncifonts.html 19 | 20 | Have fun! tobias b koehler, 2000-04-02 -------------------------------------------------------------------------------- /resources/monofur/monofur-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/monofur/monofur-italic.woff2 -------------------------------------------------------------------------------- /resources/monofur/monofur.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/monofur/monofur.woff2 -------------------------------------------------------------------------------- /resources/monoid/monoid-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/monoid/monoid-bold.woff2 -------------------------------------------------------------------------------- /resources/monoid/monoid-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/monoid/monoid-italic.woff2 -------------------------------------------------------------------------------- /resources/monoid/monoid.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/monoid/monoid.woff2 -------------------------------------------------------------------------------- /resources/mononoki/mononoki-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/mononoki/mononoki-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/mononoki/mononoki-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/mononoki/mononoki-bold.woff2 -------------------------------------------------------------------------------- /resources/mononoki/mononoki-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/mononoki/mononoki-italic.woff2 -------------------------------------------------------------------------------- /resources/mononoki/mononoki.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/mononoki/mononoki.woff2 -------------------------------------------------------------------------------- /resources/mplus/license.txt: -------------------------------------------------------------------------------- 1 | M+ FONTS Copyright (C) 2002-2008 M+ FONTS PROJECT 2 | 3 | - 4 | 5 | LICENSE_E 6 | 7 | 8 | 9 | 10 | These fonts are free softwares. 11 | Unlimited permission is granted to use, copy, and distribute it, with 12 | or without modification, either commercially and noncommercially. 13 | THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY. 14 | 15 | 16 | http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/ -------------------------------------------------------------------------------- /resources/mplus/mplus-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/mplus/mplus-bold.woff2 -------------------------------------------------------------------------------- /resources/mplus/mplus-light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/mplus/mplus-light.woff2 -------------------------------------------------------------------------------- /resources/mplus/mplus-medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/mplus/mplus-medium.woff2 -------------------------------------------------------------------------------- /resources/mplus/mplus-thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/mplus/mplus-thin.woff2 -------------------------------------------------------------------------------- /resources/mplus/mplus.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/mplus/mplus.woff2 -------------------------------------------------------------------------------- /resources/notcouriersans/notcouriersans-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/notcouriersans/notcouriersans-bold.woff2 -------------------------------------------------------------------------------- /resources/notcouriersans/notcouriersans.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/notcouriersans/notcouriersans.woff2 -------------------------------------------------------------------------------- /resources/noto/LICENSE_OFL.txt: -------------------------------------------------------------------------------- 1 | This Font Software is licensed under the SIL Open Font License, 2 | Version 1.1. 3 | 4 | This license is copied below, and is also available with a FAQ at: 5 | http://scripts.sil.org/OFL 6 | 7 | ----------------------------------------------------------- 8 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 9 | ----------------------------------------------------------- 10 | 11 | PREAMBLE 12 | The goals of the Open Font License (OFL) are to stimulate worldwide 13 | development of collaborative font projects, to support the font 14 | creation efforts of academic and linguistic communities, and to 15 | provide a free and open framework in which fonts may be shared and 16 | improved in partnership with others. 17 | 18 | The OFL allows the licensed fonts to be used, studied, modified and 19 | redistributed freely as long as they are not sold by themselves. The 20 | fonts, including any derivative works, can be bundled, embedded, 21 | redistributed and/or sold with any software provided that any reserved 22 | names are not used by derivative works. The fonts and derivatives, 23 | however, cannot be released under any other type of license. The 24 | requirement for fonts to remain under this license does not apply to 25 | any document created using the fonts or their derivatives. 26 | 27 | DEFINITIONS 28 | "Font Software" refers to the set of files released by the Copyright 29 | Holder(s) under this license and clearly marked as such. This may 30 | include source files, build scripts and documentation. 31 | 32 | "Reserved Font Name" refers to any names specified as such after the 33 | copyright statement(s). 34 | 35 | "Original Version" refers to the collection of Font Software 36 | components as distributed by the Copyright Holder(s). 37 | 38 | "Modified Version" refers to any derivative made by adding to, 39 | deleting, or substituting -- in part or in whole -- any of the 40 | components of the Original Version, by changing formats or by porting 41 | the Font Software to a new environment. 42 | 43 | "Author" refers to any designer, engineer, programmer, technical 44 | writer or other person who contributed to the Font Software. 45 | 46 | PERMISSION & CONDITIONS 47 | Permission is hereby granted, free of charge, to any person obtaining 48 | a copy of the Font Software, to use, study, copy, merge, embed, 49 | modify, redistribute, and sell modified and unmodified copies of the 50 | Font Software, subject to the following conditions: 51 | 52 | 1) Neither the Font Software nor any of its individual components, in 53 | Original or Modified Versions, may be sold by itself. 54 | 55 | 2) Original or Modified Versions of the Font Software may be bundled, 56 | redistributed and/or sold with any software, provided that each copy 57 | contains the above copyright notice and this license. These can be 58 | included either as stand-alone text files, human-readable headers or 59 | in the appropriate machine-readable metadata fields within text or 60 | binary files as long as those fields can be easily viewed by the user. 61 | 62 | 3) No Modified Version of the Font Software may use the Reserved Font 63 | Name(s) unless explicit written permission is granted by the 64 | corresponding Copyright Holder. This restriction only applies to the 65 | primary font name as presented to the users. 66 | 67 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 68 | Software shall not be used to promote, endorse or advertise any 69 | Modified Version, except to acknowledge the contribution(s) of the 70 | Copyright Holder(s) and the Author(s) or with their explicit written 71 | permission. 72 | 73 | 5) The Font Software, modified or unmodified, in part or in whole, 74 | must be distributed entirely under this license, and must not be 75 | distributed under any other license. The requirement for fonts to 76 | remain under this license does not apply to any document created using 77 | the Font Software. 78 | 79 | TERMINATION 80 | This license becomes null and void if any of the above conditions are 81 | not met. 82 | 83 | DISCLAIMER 84 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 85 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 86 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 87 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 88 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 89 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 90 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 91 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 92 | OTHER DEALINGS IN THE FONT SOFTWARE. 93 | -------------------------------------------------------------------------------- /resources/noto/noto.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/noto/noto.woff2 -------------------------------------------------------------------------------- /resources/nova/nova.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/nova/nova.woff2 -------------------------------------------------------------------------------- /resources/office-code-pro/office-code-pro-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/office-code-pro/office-code-pro-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/office-code-pro/office-code-pro-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/office-code-pro/office-code-pro-bold.woff2 -------------------------------------------------------------------------------- /resources/office-code-pro/office-code-pro-d-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/office-code-pro/office-code-pro-d-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/office-code-pro/office-code-pro-d-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/office-code-pro/office-code-pro-d-bold.woff2 -------------------------------------------------------------------------------- /resources/office-code-pro/office-code-pro-d-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/office-code-pro/office-code-pro-d-italic.woff2 -------------------------------------------------------------------------------- /resources/office-code-pro/office-code-pro-d-light-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/office-code-pro/office-code-pro-d-light-italic.woff2 -------------------------------------------------------------------------------- /resources/office-code-pro/office-code-pro-d-light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/office-code-pro/office-code-pro-d-light.woff2 -------------------------------------------------------------------------------- /resources/office-code-pro/office-code-pro-d-medium-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/office-code-pro/office-code-pro-d-medium-italic.woff2 -------------------------------------------------------------------------------- /resources/office-code-pro/office-code-pro-d-medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/office-code-pro/office-code-pro-d-medium.woff2 -------------------------------------------------------------------------------- /resources/office-code-pro/office-code-pro-d.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/office-code-pro/office-code-pro-d.woff2 -------------------------------------------------------------------------------- /resources/office-code-pro/office-code-pro-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/office-code-pro/office-code-pro-italic.woff2 -------------------------------------------------------------------------------- /resources/office-code-pro/office-code-pro-light-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/office-code-pro/office-code-pro-light-italic.woff2 -------------------------------------------------------------------------------- /resources/office-code-pro/office-code-pro-light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/office-code-pro/office-code-pro-light.woff2 -------------------------------------------------------------------------------- /resources/office-code-pro/office-code-pro-medium-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/office-code-pro/office-code-pro-medium-italic.woff2 -------------------------------------------------------------------------------- /resources/office-code-pro/office-code-pro-medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/office-code-pro/office-code-pro-medium.woff2 -------------------------------------------------------------------------------- /resources/office-code-pro/office-code-pro.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/office-code-pro/office-code-pro.woff2 -------------------------------------------------------------------------------- /resources/opendyslexic-mono/LICENSE.txt: -------------------------------------------------------------------------------- 1 | The license for this font is: 2 | 3 | ♡ Copying is an act of love. Please copy. 4 | 5 | OpenDyslexic is based on BitStream Vera fonts subject to the following license: 6 | 7 | Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a trademark of Bitstream, Inc. 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license (“Fonts”) and associated documentation files (the “Font Software”), to reproduce and distribute the Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: 10 | 11 | The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. 12 | 13 | The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words “Bitstream” or the word “Vera”. 14 | 15 | This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the “Bitstream Vera” names. 16 | 17 | The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. 18 | 19 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. 20 | 21 | Except as contained in this notice, the names of Gnome, the Gnome Foundation, and Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from the Gnome Foundation or Bitstream Inc., respectively. For further information, contact: fonts at gnome dot org. 22 | -------------------------------------------------------------------------------- /resources/opendyslexic-mono/opendyslexic-mono-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/opendyslexic-mono/opendyslexic-mono-regular.woff2 -------------------------------------------------------------------------------- /resources/overpass/overpass-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/overpass/overpass-bold.woff2 -------------------------------------------------------------------------------- /resources/overpass/overpass.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/overpass/overpass.woff2 -------------------------------------------------------------------------------- /resources/oxygen/license.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2012, Vernon Adams (vern@newtypography.co.uk) 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 5 | 6 | ----------------------------------------------------------- 7 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 8 | ----------------------------------------------------------- 9 | 10 | PREAMBLE 11 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 12 | 13 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 14 | 15 | DEFINITIONS 16 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 17 | 18 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 19 | 20 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 21 | 22 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 23 | 24 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 25 | 26 | PERMISSION & CONDITIONS 27 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 28 | 29 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 30 | 31 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 32 | 33 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 34 | 35 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 36 | 37 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 38 | 39 | TERMINATION 40 | This license becomes null and void if any of the above conditions are not met. 41 | 42 | DISCLAIMER 43 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /resources/oxygen/oxygen.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/oxygen/oxygen.woff2 -------------------------------------------------------------------------------- /resources/plex-mono/license.txt: -------------------------------------------------------------------------------- 1 | Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: 5 | http://scripts.sil.org/OFL 6 | 7 | ----------------------------------------------------------- 8 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 9 | ----------------------------------------------------------- 10 | 11 | PREAMBLE 12 | The goals of the Open Font License (OFL) are to stimulate worldwide 13 | development of collaborative font projects, to support the font creation 14 | efforts of academic and linguistic communities, and to provide a free and 15 | open framework in which fonts may be shared and improved in partnership 16 | with others. 17 | 18 | The OFL allows the licensed fonts to be used, studied, modified and 19 | redistributed freely as long as they are not sold by themselves. The 20 | fonts, including any derivative works, can be bundled, embedded, 21 | redistributed and/or sold with any software provided that any reserved 22 | names are not used by derivative works. The fonts and derivatives, 23 | however, cannot be released under any other type of license. The 24 | requirement for fonts to remain under this license does not apply 25 | to any document created using the fonts or their derivatives. 26 | 27 | DEFINITIONS 28 | "Font Software" refers to the set of files released by the Copyright 29 | Holder(s) under this license and clearly marked as such. This may 30 | include source files, build scripts and documentation. 31 | 32 | "Reserved Font Name" refers to any names specified as such after the 33 | copyright statement(s). 34 | 35 | "Original Version" refers to the collection of Font Software components as 36 | distributed by the Copyright Holder(s). 37 | 38 | "Modified Version" refers to any derivative made by adding to, deleting, 39 | or substituting -- in part or in whole -- any of the components of the 40 | Original Version, by changing formats or by porting the Font Software to a 41 | new environment. 42 | 43 | "Author" refers to any designer, engineer, programmer, technical 44 | writer or other person who contributed to the Font Software. 45 | 46 | PERMISSION & CONDITIONS 47 | Permission is hereby granted, free of charge, to any person obtaining 48 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 49 | redistribute, and sell modified and unmodified copies of the Font 50 | Software, subject to the following conditions: 51 | 52 | 1) Neither the Font Software nor any of its individual components, 53 | in Original or Modified Versions, may be sold by itself. 54 | 55 | 2) Original or Modified Versions of the Font Software may be bundled, 56 | redistributed and/or sold with any software, provided that each copy 57 | contains the above copyright notice and this license. These can be 58 | included either as stand-alone text files, human-readable headers or 59 | in the appropriate machine-readable metadata fields within text or 60 | binary files as long as those fields can be easily viewed by the user. 61 | 62 | 3) No Modified Version of the Font Software may use the Reserved Font 63 | Name(s) unless explicit written permission is granted by the corresponding 64 | Copyright Holder. This restriction only applies to the primary font name as 65 | presented to the users. 66 | 67 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 68 | Software shall not be used to promote, endorse or advertise any 69 | Modified Version, except to acknowledge the contribution(s) of the 70 | Copyright Holder(s) and the Author(s) or with their explicit written 71 | permission. 72 | 73 | 5) The Font Software, modified or unmodified, in part or in whole, 74 | must be distributed entirely under this license, and must not be 75 | distributed under any other license. The requirement for fonts to 76 | remain under this license does not apply to any document created 77 | using the Font Software. 78 | 79 | TERMINATION 80 | This license becomes null and void if any of the above conditions are 81 | not met. 82 | 83 | DISCLAIMER 84 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 85 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 86 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 87 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 88 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 89 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 90 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 91 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 92 | OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /resources/plex-mono/plex-mono-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/plex-mono/plex-mono-italic.woff2 -------------------------------------------------------------------------------- /resources/plex-mono/plex-mono-semibold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/plex-mono/plex-mono-semibold-italic.woff2 -------------------------------------------------------------------------------- /resources/plex-mono/plex-mono-semibold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/plex-mono/plex-mono-semibold.woff2 -------------------------------------------------------------------------------- /resources/plex-mono/plex-mono.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/plex-mono/plex-mono.woff2 -------------------------------------------------------------------------------- /resources/press-start-2p/press-start-2p-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/press-start-2p/press-start-2p-regular.woff2 -------------------------------------------------------------------------------- /resources/profont/license.txt: -------------------------------------------------------------------------------- 1 | ProFont 2 | MIT License 3 | 4 | Copyright (c) 2014 Tobias Jung, Carl Osterwald, Stephen C. Gilardi, Andrew Welch 5 | 6 | Permission is hereby granted, free of charge, to any person obtaining a copy 7 | of this software and associated documentation files (the "Software"), to deal 8 | in the Software without restriction, including without limitation the rights 9 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 10 | copies of the Software, and to permit persons to whom the Software is 11 | furnished to do so, subject to the following conditions: 12 | 13 | The above copyright notice and this permission notice shall be included in 14 | all copies or substantial portions of the Software. 15 | 16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 22 | THE SOFTWARE. -------------------------------------------------------------------------------- /resources/profont/profont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/profont/profont.woff2 -------------------------------------------------------------------------------- /resources/proggy-clean/licence.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2004, 2005 Tristan Grimmer 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 4 | 5 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 6 | 7 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 8 | -------------------------------------------------------------------------------- /resources/proggy-clean/proggy-clean.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/proggy-clean/proggy-clean.woff2 -------------------------------------------------------------------------------- /resources/pt/license.txt: -------------------------------------------------------------------------------- 1 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 2 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 3 | 4 | ----------------------------------------------------------- 5 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 6 | ----------------------------------------------------------- 7 | 8 | PREAMBLE 9 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 10 | 11 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 12 | 13 | DEFINITIONS 14 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 15 | 16 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 17 | 18 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 19 | 20 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 21 | 22 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 23 | 24 | PERMISSION & CONDITIONS 25 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 26 | 27 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 28 | 29 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 30 | 31 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 32 | 33 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 34 | 35 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 36 | 37 | TERMINATION 38 | This license becomes null and void if any of the above conditions are not met. 39 | 40 | DISCLAIMER 41 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /resources/pt/pt.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/pt/pt.woff2 -------------------------------------------------------------------------------- /resources/quinze/quinze.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/quinze/quinze.woff2 -------------------------------------------------------------------------------- /resources/roboto/roboto-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/roboto/roboto-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/roboto/roboto-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/roboto/roboto-bold.woff2 -------------------------------------------------------------------------------- /resources/roboto/roboto-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/roboto/roboto-italic.woff2 -------------------------------------------------------------------------------- /resources/roboto/roboto-light-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/roboto/roboto-light-italic.woff2 -------------------------------------------------------------------------------- /resources/roboto/roboto-light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/roboto/roboto-light.woff2 -------------------------------------------------------------------------------- /resources/roboto/roboto-medium-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/roboto/roboto-medium-italic.woff2 -------------------------------------------------------------------------------- /resources/roboto/roboto-medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/roboto/roboto-medium.woff2 -------------------------------------------------------------------------------- /resources/roboto/roboto-thin-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/roboto/roboto-thin-italic.woff2 -------------------------------------------------------------------------------- /resources/roboto/roboto-thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/roboto/roboto-thin.woff2 -------------------------------------------------------------------------------- /resources/roboto/roboto.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/roboto/roboto.woff2 -------------------------------------------------------------------------------- /resources/sax/license.txt: -------------------------------------------------------------------------------- 1 | You may download this font, circulate it und use it freely. You may not alter rename, change copyrights or modify this font in any way. -------------------------------------------------------------------------------- /resources/sax/sax.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/sax/sax.woff2 -------------------------------------------------------------------------------- /resources/share-tech/share-tech.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/share-tech/share-tech.woff2 -------------------------------------------------------------------------------- /resources/sk-modernist/license.txt: -------------------------------------------------------------------------------- 1 | Sk-Modernist 2 | 3 | seankanedesign.com 4 | 5 | LICENSING AGREEMENT 6 | 7 | YOU MAY: 8 | 9 | 1) USE THIS FONT IN COMMERCIAL DESIGN 10 | 11 | 2) USE THIS FONT IN PERSONAL DESIGN 12 | 13 | YOU MAY NOT: 14 | 15 | 1) RE-DISTRIBUTE THIS FONT BY ANY MEANS, FOR FREE, OR FOR A FEE. 16 | 17 | 2) ALTER THIS FONT FOR RE-DISTRIBUTION 18 | 19 | FOR ALL OTHER MATTERS, EMAIL US AT: 20 | 21 | mail@seankanedesign.com -------------------------------------------------------------------------------- /resources/sk-modernist/sk-modernist.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/sk-modernist/sk-modernist.woff2 -------------------------------------------------------------------------------- /resources/source-code-pro/license.txt: -------------------------------------------------------------------------------- 1 | Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 5 | 6 | ----------------------------------------------------------- 7 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 8 | ----------------------------------------------------------- 9 | 10 | PREAMBLE 11 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 12 | 13 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 14 | 15 | DEFINITIONS 16 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 17 | 18 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 19 | 20 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 21 | 22 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 23 | 24 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 25 | 26 | PERMISSION & CONDITIONS 27 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 28 | 29 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 30 | 31 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 32 | 33 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 34 | 35 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 36 | 37 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 38 | 39 | TERMINATION 40 | This license becomes null and void if any of the above conditions are not met. 41 | 42 | DISCLAIMER 43 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /resources/source-code-pro/source-code-pro-black-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/source-code-pro/source-code-pro-black-italic.woff2 -------------------------------------------------------------------------------- /resources/source-code-pro/source-code-pro-black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/source-code-pro/source-code-pro-black.woff2 -------------------------------------------------------------------------------- /resources/source-code-pro/source-code-pro-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/source-code-pro/source-code-pro-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/source-code-pro/source-code-pro-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/source-code-pro/source-code-pro-bold.woff2 -------------------------------------------------------------------------------- /resources/source-code-pro/source-code-pro-extralight-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/source-code-pro/source-code-pro-extralight-italic.woff2 -------------------------------------------------------------------------------- /resources/source-code-pro/source-code-pro-extralight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/source-code-pro/source-code-pro-extralight.woff2 -------------------------------------------------------------------------------- /resources/source-code-pro/source-code-pro-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/source-code-pro/source-code-pro-italic.woff2 -------------------------------------------------------------------------------- /resources/source-code-pro/source-code-pro-light-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/source-code-pro/source-code-pro-light-italic.woff2 -------------------------------------------------------------------------------- /resources/source-code-pro/source-code-pro-light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/source-code-pro/source-code-pro-light.woff2 -------------------------------------------------------------------------------- /resources/source-code-pro/source-code-pro-medium-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/source-code-pro/source-code-pro-medium-italic.woff2 -------------------------------------------------------------------------------- /resources/source-code-pro/source-code-pro-medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/source-code-pro/source-code-pro-medium.woff2 -------------------------------------------------------------------------------- /resources/source-code-pro/source-code-pro-semibold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/source-code-pro/source-code-pro-semibold-italic.woff2 -------------------------------------------------------------------------------- /resources/source-code-pro/source-code-pro-semibold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/source-code-pro/source-code-pro-semibold.woff2 -------------------------------------------------------------------------------- /resources/source-code-pro/source-code-pro.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/source-code-pro/source-code-pro.woff2 -------------------------------------------------------------------------------- /resources/space/License.txt: -------------------------------------------------------------------------------- 1 | Copyright 2016 Google Inc. All Rights Reserved. 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 5 | 6 | ----------------------------------------------------------- 7 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 8 | ----------------------------------------------------------- 9 | 10 | PREAMBLE 11 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 12 | 13 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 14 | 15 | DEFINITIONS 16 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 17 | 18 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 19 | 20 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 21 | 22 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 23 | 24 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 25 | 26 | PERMISSION & CONDITIONS 27 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 28 | 29 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 30 | 31 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 32 | 33 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 34 | 35 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 36 | 37 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 38 | 39 | TERMINATION 40 | This license becomes null and void if any of the above conditions are not met. 41 | 42 | DISCLAIMER 43 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /resources/space/space-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/space/space-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/space/space-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/space/space-bold.woff2 -------------------------------------------------------------------------------- /resources/space/space-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/space/space-italic.woff2 -------------------------------------------------------------------------------- /resources/space/space.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/space/space.woff2 -------------------------------------------------------------------------------- /resources/sudo/sudo-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/sudo/sudo-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/sudo/sudo-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/sudo/sudo-bold.woff2 -------------------------------------------------------------------------------- /resources/sudo/sudo-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/sudo/sudo-italic.woff2 -------------------------------------------------------------------------------- /resources/sudo/sudo.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/sudo/sudo.woff2 -------------------------------------------------------------------------------- /resources/terminus/terminus-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/terminus/terminus-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/terminus/terminus-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/terminus/terminus-bold.woff2 -------------------------------------------------------------------------------- /resources/terminus/terminus-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/terminus/terminus-italic.woff2 -------------------------------------------------------------------------------- /resources/terminus/terminus.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/terminus/terminus.woff2 -------------------------------------------------------------------------------- /resources/tex-gyre-cursor/license.txt: -------------------------------------------------------------------------------- 1 | This is a preliminary version (2006-09-30), barring acceptance from 2 | the LaTeX Project Team and other feedback, of the GUST Font License. 3 | (GUST is the Polish TeX Users Group, http://www.gust.org.pl) 4 | 5 | For the most recent version of this license see 6 | http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt 7 | or 8 | http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt 9 | 10 | This work may be distributed and/or modified under the conditions 11 | of the LaTeX Project Public License, either version 1.3c of this 12 | license or (at your option) any later version. 13 | 14 | Please also observe the following clause: 15 | 1) it is requested, but not legally required, that derived works be 16 | distributed only after changing the names of the fonts comprising this 17 | work and given in an accompanying "manifest", and that the 18 | files comprising the Work, as listed in the manifest, also be given 19 | new names. Any exceptions to this request are also given in the 20 | manifest. 21 | 22 | We recommend the manifest be given in a separate file named 23 | MANIFEST-.txt, where is some unique identification 24 | of the font family. If a separate "readme" file accompanies the Work, 25 | we recommend a name of the form README-.txt. 26 | 27 | The latest version of the LaTeX Project Public License is in 28 | http://www.latex-project.org/lppl.txt and version 1.3c or later 29 | is part of all distributions of LaTeX version 2006/05/20 or later. -------------------------------------------------------------------------------- /resources/tex-gyre-cursor/tex-gyre-cursor-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/tex-gyre-cursor/tex-gyre-cursor-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/tex-gyre-cursor/tex-gyre-cursor-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/tex-gyre-cursor/tex-gyre-cursor-bold.woff2 -------------------------------------------------------------------------------- /resources/tex-gyre-cursor/tex-gyre-cursor-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/tex-gyre-cursor/tex-gyre-cursor-italic.woff2 -------------------------------------------------------------------------------- /resources/tex-gyre-cursor/tex-gyre-cursor.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/tex-gyre-cursor/tex-gyre-cursor.woff2 -------------------------------------------------------------------------------- /resources/ubuntu-mono-bront/ubuntu-mono-bront.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/ubuntu-mono-bront/ubuntu-mono-bront.woff2 -------------------------------------------------------------------------------- /resources/ubuntu/ubuntu-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/ubuntu/ubuntu-bold-italic.woff2 -------------------------------------------------------------------------------- /resources/ubuntu/ubuntu-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/ubuntu/ubuntu-bold.woff2 -------------------------------------------------------------------------------- /resources/ubuntu/ubuntu-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/ubuntu/ubuntu-italic.woff2 -------------------------------------------------------------------------------- /resources/ubuntu/ubuntu.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/ubuntu/ubuntu.woff2 -------------------------------------------------------------------------------- /resources/unifont/unifont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/unifont/unifont.woff2 -------------------------------------------------------------------------------- /resources/verily/verily.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/verily/verily.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/.tag: -------------------------------------------------------------------------------- 1 | v1.4.2 2 | -------------------------------------------------------------------------------- /resources/victor-mono/LICENSE.txt: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 Rune Bjørnerås 4 | 5 | https://rubjo.github.io/victor-mono 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-Bold.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-BoldItalic.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-BoldOblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-BoldOblique.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-ExtraLight.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-ExtraLightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-ExtraLightItalic.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-ExtraLightOblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-ExtraLightOblique.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-Italic.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-Light.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-LightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-LightItalic.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-LightOblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-LightOblique.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-Medium.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-MediumItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-MediumItalic.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-MediumOblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-MediumOblique.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-Oblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-Oblique.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-Regular.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-SemiBold.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-SemiBoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-SemiBoldItalic.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-SemiBoldOblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-SemiBoldOblique.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-Thin.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-ThinItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-ThinItalic.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/VictorMono-ThinOblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/victor-mono/VictorMono-ThinOblique.woff2 -------------------------------------------------------------------------------- /resources/victor-mono/update.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cd "$(dirname "$0")" 4 | 5 | repo="rubjo/victor-mono" 6 | url_override() { 7 | echo "https://github.com/$repo/raw/$tag/public/VictorMonoAll.zip" 8 | } 9 | source "../../scripts/update-github.sh" 10 | 11 | curfiles=() 12 | for i in *.woff2; do 13 | curfiles+=("WOFF2/$i") 14 | done 15 | 7z -y e -o"." "$file" "${curfiles[@]}" || exit 1 16 | 17 | echo "$tag" > ".tag" 18 | 19 | source "../../scripts/update-commit.sh" 20 | -------------------------------------------------------------------------------- /resources/vt323/vt323.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/braver/fonts/0ab344ca4bf9f998b5cd4d9991c9d34a59273a99/resources/vt323/vt323.woff2 -------------------------------------------------------------------------------- /scripts/fontDesc.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python3 2 | 3 | """ 4 | Generate fonts.yaml entry based on the font directory. 5 | 6 | Uses python3 (tested on python3.6), and requires 7 | fonttools (https://github.com/fonttools/fonttools/) and for woff2 8 | brotlipy (https://github.com/python-hyper/brotlipy/) 9 | """ 10 | 11 | import sys 12 | import os 13 | import re 14 | from fontTools import ttLib 15 | 16 | FONT_SPECIFIER_FAMILY_ID = 1 17 | def families( fontPath ): 18 | """ Based loosely on https://gist.github.com/pklaus/dce37521579513c574d0 """ 19 | font = ttLib.TTFont(fontPath) 20 | families = set() 21 | for record in font['name'].names: 22 | if record.nameID != FONT_SPECIFIER_FAMILY_ID: continue 23 | if (record.string and record.string[0] == 0x00): 24 | name_str = record.string.decode('utf-16-be') 25 | else: 26 | name_str = record.string.decode('utf-8') 27 | if name_str: 28 | families.add(name_str) 29 | return families 30 | 31 | exts=['ttf', 'otf', 'woff', 'woff2'] 32 | suffixes=['', '-regular', '-bold', '-italic', '-bold-italic'] 33 | 34 | for fontpath in sys.argv[1:]: 35 | if fontpath.endswith('/'): 36 | fontpath = fontpath[:-1] 37 | fontdir = os.path.basename(fontpath) 38 | types = {} 39 | unknowns = [] 40 | for file in os.listdir('{}'.format(fontpath)): 41 | if any(file.endswith('.'+ext) for ext in exts): 42 | fn = '{}/{}'.format(fontdir, file) 43 | fp = '{}/{}'.format(fontpath, file) 44 | rx = '^(.*?)({})\\.(?:{})$'.format( 45 | '|'.join(suffixes), 46 | '|'.join(exts) 47 | ) 48 | m = re.match(rx, file) 49 | if m: 50 | if m[2] == '' or m[2] == '-regular': 51 | type = 'normal' 52 | else: 53 | type = m[2][1:] 54 | fontpfx = m[1] 55 | types.setdefault(fontpfx, {})[type] = (fn, fp) 56 | else: 57 | unknowns.append(fn) 58 | for (fontpfx, ftypes) in sorted(types.items()): 59 | fam = set() 60 | allfams = set() 61 | for (fn, file) in ftypes.values(): 62 | fams = families(file) 63 | allfams = allfams.union(fams) 64 | if len(fam) > 0: 65 | fam = fam.intersection(fams) 66 | else: 67 | fam = fams 68 | if (len(fam) == 0 or len(fam) > 1) and (len(allfams) > 0): 69 | print("# no consistent font family name for '{}'; possible options: '{}'".format(fontdir, ', '.join(sorted(allfams)))) 70 | 71 | if len(fam) > 0: 72 | famname, *famnames = sorted(fam) 73 | elif len(allfams) > 0: 74 | famname, *famnames = sorted(allfams) 75 | else: 76 | print("# can't choose any family name for '{}'".format(fontdir)) 77 | famname = '??' 78 | famnames = [] 79 | continue 80 | if len(ftypes) == 1 and 'normal' in ftypes: 81 | print("{}: '{}'".format(famname, ftypes['normal'][0])) 82 | for famn in famnames: 83 | print("#{}: '{}'".format(famn, ftypes['normal'][0])) 84 | else: 85 | print('{}:'.format(famname)) 86 | for famn in famnames: 87 | print('#{}:'.format(famn)) 88 | for (type, (fn, fp)) in sorted(ftypes.items()): 89 | print(" {}: '{}'".format(type, fn)) 90 | for fn in sorted(unknowns): 91 | print("# unknown font variant: '{}'".format(fn)) 92 | -------------------------------------------------------------------------------- /scripts/gen.js: -------------------------------------------------------------------------------- 1 | const yaml = require('js-yaml') 2 | const fs = require('fs') 3 | const npath = require('path') 4 | const lib = require('./lib') 5 | 6 | /** 7 | * @param {string} a 8 | * @param {string} b 9 | */ 10 | function cmp1(a, b) { 11 | return a.localeCompare(b, 'en', { 12 | sensitivity: 'base', 13 | ignorePunctuation: true, 14 | }) 15 | } 16 | 17 | const rootPath = 'atom://fonts/resources' 18 | const fontLessTemplate = `\ 19 | .font(@font, @weight, @style, @path) { 20 | @font-face { 21 | font-family: @font; 22 | font-weight: @weight; 23 | font-style: @style; 24 | src: url('${rootPath}/@{path}'); 25 | } 26 | } 27 | ` 28 | 29 | const types = { 30 | 'bold-italic': ['bold', 'italic'], 31 | 'bold': ['bold', 'normal'], 32 | 'italic': ['normal', 'italic'], 33 | 'normal': ['normal', 'normal'], 34 | } 35 | 36 | /** 37 | * @param {string} font 38 | * @param {string} type 39 | * @param {string} path 40 | */ 41 | function* addFont(font, type, path) { 42 | if (!lib.resourceExists(path)) { 43 | throw new Error( 44 | `File ${path} does not exist for ${type} variant of font ${font}` 45 | ) 46 | } 47 | if (!types[type]) throw new Error(`Unknown type for ${font}: ${type}`) 48 | const [weight, style] = types[type] 49 | yield `.font ( '${font}', ${weight}, ${style}, '${path}' );` 50 | } 51 | 52 | try { 53 | const doc = yaml.safeLoad( 54 | fs.readFileSync(npath.join('scripts', 'fonts.yaml'), 'utf8') 55 | ) 56 | 57 | // write styles/fonts.less 58 | 59 | const fontsless = Array.from( 60 | lib.walkFonts( 61 | lib.handleFontsDefinition.bind( 62 | null, 63 | lib.addFontByDesc.bind(null, addFont) 64 | ), 65 | doc, 66 | {}, 67 | null 68 | ) 69 | ) 70 | 71 | fs.writeFileSync( 72 | npath.join('styles', 'fonts.less'), 73 | fontLessTemplate + '\n' + fontsless.join('\n') + '\n', 74 | 'utf8' 75 | ) 76 | 77 | // write package.json 78 | const fontVariantsSet = new Set( 79 | lib.walkFonts( 80 | lib.handleFontsDefinition.bind(null, function*( 81 | /** @type {string} */ font 82 | ) { 83 | yield font 84 | }), 85 | doc, 86 | {}, 87 | null 88 | ) 89 | ) 90 | const packagejson = JSON.parse(fs.readFileSync('package.json', 'utf8')) 91 | packagejson.configSchema.fontFamily.enum = Array.from(fontVariantsSet) 92 | fs.writeFileSync( 93 | 'package.json', 94 | JSON.stringify(packagejson, null, 2) + '\n', 95 | 'utf8' 96 | ) 97 | 98 | // write README.md 99 | const fontNamesSet = new Set( 100 | Object.keys(doc).filter(x => !x.startsWith('x-')) 101 | ) 102 | const allfonts = Array.from(fontNamesSet).sort(cmp1) 103 | const readme = fs.readFileSync('README.md', 'utf8') 104 | const newreadme = readme 105 | .replace( 106 | /[^]*/, 107 | `\n${allfonts.join(', ')}\n` 108 | ) 109 | .replace( 110 | /[0-9]+/, 111 | `${allfonts.length}` 112 | ) 113 | .replace( 114 | /[0-9]+/, 115 | `${fontVariantsSet.size}` 116 | ) 117 | fs.writeFileSync('README.md', newreadme, 'utf8') 118 | } catch (e) { 119 | console.log(e) 120 | } 121 | -------------------------------------------------------------------------------- /scripts/update-commit.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | name="$(basename $PWD)" 4 | 5 | git add . 6 | git commit -m "Update $name to $tag" 7 | -------------------------------------------------------------------------------- /scripts/update-github.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | if [ -z "$info" ]; then 4 | tag_uri=${tag_uri:-latest} 5 | echo "Fetcing https://api.github.com/repos/$repo/releases/$tag_uri" 6 | info="$(curl -sL "https://api.github.com/repos/$repo/releases/$tag_uri")" 7 | fi 8 | 9 | release_name="$(jq -r '.name' <<< "$info")" 10 | echo -e "Found release: $release_name" 11 | 12 | tag="$(jq -r '.tag_name' <<< "$info")" 13 | tag_uri="tags/$tag" 14 | echo -e "tag: $tag" 15 | 16 | if [ -z "$needs_update" -a -r ".tag" -a "$(cat .tag)" == $tag ]; then 17 | echo "Current tag $(cat .tag) does not need updating" 18 | exit 0 19 | fi 20 | 21 | if [ "$(type -t url_override)" = "function" ]; then 22 | url="$(url_override)" 23 | else 24 | filter=${filter:-.} 25 | downloadurl="${downloadurl:-.assets[].browser_download_url}" 26 | url="$(jq -r "$downloadurl | $filter" <<< "$info")" 27 | echo -e "Found urls:\n$url" 28 | 29 | nl="$(wc -l <<< "$url")" 30 | 31 | if [ $nl -gt 1 ]; then 32 | echo -e "\e[1m\e[31mFound $nl files, but expected 1\e[0m\e[39m" 33 | exit 34 | fi 35 | 36 | url="$(head -n1 <<< "$url")" 37 | fi 38 | 39 | if [ -n "$url" ]; then 40 | file="$(mktemp)" 41 | exec 5<>$file 42 | rm "$file" 43 | file="/proc/$$/fd/5" 44 | wget "$url" -O "$file" 45 | fi 46 | -------------------------------------------------------------------------------- /scripts/update.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cd "$(dirname $0)" 4 | 5 | for i in ../resources/*/update.sh; do 6 | echo "Running $i" 7 | bash "$i"; 8 | done 9 | -------------------------------------------------------------------------------- /styles/fixer.less: -------------------------------------------------------------------------------- 1 | fonts-fixer { 2 | font-size: 1px; 3 | width: 0; 4 | height: 0; 5 | overflow: hidden; 6 | position: absolute; 7 | top: 0; 8 | left: 0; 9 | b { 10 | font-weight: bold; 11 | } 12 | i { 13 | font-style: italic; 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /styles/main.less: -------------------------------------------------------------------------------- 1 | fonts-fixer, 2 | atom-text-editor { 3 | font-family: var(--fonts-package-editorfont); 4 | } 5 | --------------------------------------------------------------------------------