diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2023-12-02 02:24:18 +0100 | 
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-02 02:24:18 +0100 | 
| commit | 1e5a920790e470116a7314ad66ee26cb8fa27a37 (patch) | |
| tree | 988c376ffbaa77e4d82a6236e37bdd122265b400 /gen-fonts | |
| parent | 02b46a0062db61061a6683c7d498c6e700a384d0 (diff) | |
Remove Vollkorn
Diffstat (limited to 'gen-fonts')
| -rwxr-xr-x | gen-fonts | 22 | 
1 files changed, 1 insertions, 21 deletions
| @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh  . /usr/share/nvm/init-nvm.sh @@ -6,26 +6,6 @@ make  mkdir -p src/fonts  uni=`find out -name '*.html' | xargs glyphhanger \ -	--cssSelector=':not(code, pre, kbd, samp)'` - -pyftsubset /usr/share/fonts/WOFF2/Vollkorn-Regular.woff2 \ -	--output-file=src/fonts/vollkorn-regular.woff2 \ -	--flavor=woff2 \ -	--layout-features-=locl \ -	--layout-features+=lnum \ -	--unicodes="$uni" \ -	--no-hinting \ -	--desubroutinize -pyftsubset /usr/share/fonts/WOFF2/Vollkorn-Italic.woff2 \ -	--output-file=src/fonts/vollkorn-italic.woff2 \ -	--flavor=woff2 \ -	--layout-features-=locl \ -	--layout-features+=lnum \ -	--unicodes="$uni" \ -	--no-hinting \ -	--desubroutinize - -uni=`find out -name '*.html' | xargs glyphhanger \  	--cssSelector='code, pre, kbd, samp, :where(code, pre, kbd, samp) *'`  pyftsubset /usr/share/fonts/iosevka-smooth/woff2-unhinted/iosevka-smooth-regular.woff2 \ |