Skip to content

Commit f21c94c

Browse files
author
Detlef Groth
committed
adding proggy square and fixing c/m issue in font indexing
1 parent 36cab4c commit f21c94c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

ttf-fonts.gmk

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,10 @@ proggy-vector-medium.ttf:
8181
wget https://github.com/bluescan/proggyfonts/raw/master/ProggyVector/ProggyVector-Regular.ttf -O proggy-vector-medium.ttf
8282
wget https://github.com/bluescan/proggyfonts/raw/master/ProggyVector/ProggyVector_Licence.txt -O proggy-vector-license.txt
8383

84-
#roboto-mono: roboto-mono-medium.ttf
85-
#roboto-mono-medium.ttf:
86-
# wget https://github.com/googlefonts/RobotoMono/raw/main/LICENSE.txt -O roboto-mono-license.txt
87-
# wget https://github.com/googlefonts/RobotoMono/blob/main/fonts/ttf/RobotoMono-Bold.ttf -O roboto-mono-bold.ttf
88-
# wget https://github.com/googlefonts/RobotoMono/blob/main/fonts/ttf/RobotoMono-Medium.ttf -O roboto-mono-medium.ttf
84+
proggy-squaresz: proggy-squaresz-medium.ttf
85+
proggy-squaresz-medium.ttf:
86+
wget https://github.com/bluescan/proggyfonts/raw/master/ProggyOriginal/ProggySquareSZ.ttf -O proggy-squaresz-medium.ttf
87+
wget https://github.com/bluescan/proggyfonts/raw/master/LICENSE -O proggy-squaresz-license.txt
8988

9089
source-code-pro: source-code-pro-medium.ttf
9190
source-code-pro-medium.ttf:
@@ -108,6 +107,8 @@ ubuntu-mono-medium.ttf:
108107
index:
109108
mkfontscale .
110109
mkfontdir .
110+
sed -i 's/-c-/-m-/' fonts.*
111+
sed -i 's/ semibold//' fonts.*
111112

112113
package:
113114
-rm -rf ttf-fonts
@@ -132,6 +133,6 @@ install:
132133
xset +fp ~/.local/share/fonts/
133134
xset fp rehash
134135
all: anonymous cascadia-code courier-prime chivo-mono dejavu fira-code inconsolata \
135-
liberation-mono proggy-vector source-code-pro terminus ubuntu-mono \
136+
liberation-mono proggy-vector proggy-squaresz source-code-pro terminus ubuntu-mono \
136137
index package
137138

0 commit comments

Comments
 (0)