Commit 081c54e
authored
* Serve `roboto` and `roboto-mono` locally
* Include bold and italic variants for `roboto`
* Include bold variant for `roboto-mono`
* Include italic variant for `roboto-mono` (and unify directory structure)
`roboto` and `roboto-mono` now include the same set of fonts so this
commit also unifies the directory structure so it's consistent between
the two fonts, i.e.
```
├── roboto
│ ├── LICENSE.txt
│ ├── roboto-bold.woff2
│ ├── roboto-italic.woff2
│ └── roboto.woff2
└── roboto-mono
├── LICENSE.txt
├── roboto-mono-bold.woff2
├── roboto-mono-italic.woff2
└── roboto-mono.woff2
```
1 parent 32d29ae commit 081c54e
File tree
11 files changed
+481
-3
lines changed- piccolo_theme/static
- fonts
- roboto-mono
- roboto
- src/sass
11 files changed
+481
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments