Showing
3 changed files
with
8 additions
and
8 deletions
@@ -21,23 +21,23 @@ | @@ -21,23 +21,23 @@ | ||
21 | all: $(FONTS) demo/assets/logo.png demo/assets/profile.jpg format printing/example/.metadata get | 21 | all: $(FONTS) demo/assets/logo.png demo/assets/profile.jpg format printing/example/.metadata get |
22 | 22 | ||
23 | pdf/open-sans.ttf: | 23 | pdf/open-sans.ttf: |
24 | - curl -L "https://github.com/google/fonts/raw/master/apache/opensans/OpenSans-Regular.ttf" > $@ | 24 | + curl -L "https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-U1Ug.ttf" > $@ |
25 | 25 | ||
26 | demo/assets/open-sans.ttf: pdf/open-sans.ttf | 26 | demo/assets/open-sans.ttf: pdf/open-sans.ttf |
27 | cp $^ $@ | 27 | cp $^ $@ |
28 | 28 | ||
29 | pdf/open-sans-bold.ttf: | 29 | pdf/open-sans-bold.ttf: |
30 | - curl -L "https://github.com/google/fonts/raw/master/apache/opensans/OpenSans-Bold.ttf" > $@ | 30 | + curl -L "https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rg-VQ.ttf" > $@ |
31 | cp $@ demo/assets/ | 31 | cp $@ demo/assets/ |
32 | 32 | ||
33 | demo/assets/open-sans-bold.ttf: pdf/open-sans-bold.ttf | 33 | demo/assets/open-sans-bold.ttf: pdf/open-sans-bold.ttf |
34 | cp $^ $@ | 34 | cp $^ $@ |
35 | 35 | ||
36 | pdf/roboto.ttf: | 36 | pdf/roboto.ttf: |
37 | - curl -L "https://github.com/google/fonts/raw/master/apache/robotomono/RobotoMono-Regular.ttf" > $@ | 37 | + curl -L "https://fonts.gstatic.com/s/robotomono/v7/L0x5DF4xlVMF-BfR8bXMIghM.ttf" > $@ |
38 | 38 | ||
39 | pdf/noto-sans.ttf: | 39 | pdf/noto-sans.ttf: |
40 | - curl -L "https://raw.githubusercontent.com/google/fonts/master/ofl/notosans/NotoSans-Regular.ttf" > $@ | 40 | + curl -L "https://fonts.gstatic.com/s/notosans/v9/o-0IIpQlx3QUlC5A4PNb4g.ttf" > $@ |
41 | 41 | ||
42 | pdf/genyomintw.ttf: | 42 | pdf/genyomintw.ttf: |
43 | curl -L "https://github.com/ButTaiwan/genyo-font/raw/bc2fa246196fefc1ef9e9843bc8cdba22523a39d/TW/GenYoMinTW-Heavy.ttf" > $@ | 43 | curl -L "https://github.com/ButTaiwan/genyo-font/raw/bc2fa246196fefc1ef9e9843bc8cdba22523a39d/TW/GenYoMinTW-Heavy.ttf" > $@ |
No preview for this file type
No preview for this file type
-
Please register or login to post a comment