mirror of
https://github.com/rsms/inter.git
synced 2024-11-17 07:47:33 +01:00
0796076659
- UPM is adjusted to 2048 - Additional opsz VF axis (multi master) added which will eventually replace the separate Display family - New tooling that uses fontmake instead of Inter's own fontbuild toolchain. (The old toolchain is still supported, i.e. `make -f Makefile_v1.make ...`)
15 lines
290 B
YAML
15 lines
290 B
YAML
port: 3000
|
|
lsi: false
|
|
permalink: /:title
|
|
markdown: kramdown
|
|
# Since GH pages override this to "true", we test this value to see if we are running locally
|
|
safe: false
|
|
kramdown:
|
|
input: GFM
|
|
auto_ids: true
|
|
hard_wrap: false
|
|
exclude:
|
|
- README.md
|
|
- Makefile
|
|
- Gemfile
|
|
- Gemfile.lock
|