@@ -81,11 +81,10 @@ proggy-vector-medium.ttf:
81
81
wget https://github.com/bluescan/proggyfonts/raw/master/ProggyVector/ProggyVector-Regular.ttf -O proggy-vector-medium.ttf
82
82
wget https://github.com/bluescan/proggyfonts/raw/master/ProggyVector/ProggyVector_Licence.txt -O proggy-vector-license.txt
83
83
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
89
88
90
89
source-code-pro : source-code-pro-medium.ttf
91
90
source-code-pro-medium.ttf :
@@ -108,6 +107,8 @@ ubuntu-mono-medium.ttf:
108
107
index :
109
108
mkfontscale .
110
109
mkfontdir .
110
+ sed -i ' s/-c-/-m-/' fonts.*
111
+ sed -i ' s/ semibold//' fonts.*
111
112
112
113
package :
113
114
-rm -rf ttf-fonts
@@ -132,6 +133,6 @@ install:
132
133
xset +fp ~ /.local/share/fonts/
133
134
xset fp rehash
134
135
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 \
136
137
index package
137
138
0 commit comments