Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3b2385

Browse files
committed
Added alternative sources repo for font files
1 parent ce532f3 commit e3b2385

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,21 @@
1717
1. You need to create a `fonts` repository with:
1818

1919
* `fonts/roboto/*` : See https://fonts.google.com/specimen/Roboto
20+
or https://github.com/googlefonts/roboto/tree/master/src/hinted
2021
* `fonts/roboto-slab/*` : See https://fonts.google.com/specimen/Roboto+Slab
22+
or https://github.com/googlefonts/robotoslab/tree/master/fonts/static
2123
* `fonts/source-code-pro/*` : See https://fonts.google.com/specimen/Source+Code+Pro
24+
or https://github.com/adobe-fonts/source-code-pro/tree/release/OTF
2225
* `fonts/source-sans-pro/*` : See https://fonts.google.com/specimen/Source+Sans+Pro
26+
or https://github.com/adobe-fonts/source-sans-pro/tree/release/OTF
2327
* `fonts/source-serif-pro/*` : See https://fonts.google.com/specimen/Source+Serif+Pro
28+
or https://github.com/adobe-fonts/source-serif-pro/tree/release/OTF
2429
* `fonts/delicious-123/*` : See https://www.exljbris.com/delicious.html
2530

31+
32+
33+
34+
2635
2. You need to generate all the figures:
2736

2837
```

0 commit comments

Comments
 (0)