Use Bebas Neue and Inter fonts
This commit is contained in:
parent
ffc1974343
commit
0c1ee1c42a
2 changed files with 27 additions and 23 deletions
19
README.md
19
README.md
|
|
@ -23,7 +23,9 @@ sudo apt install ffmpeg
|
|||
The default title/stamp styling uses these fonts:
|
||||
|
||||
- Bebas Neue for the opening title, date, and location
|
||||
- Montserrat for the bottom-left and bottom-right stamps
|
||||
- Inter for the bottom-left and bottom-right stamps
|
||||
|
||||
Both fonts support common Danish and Croatian characters such as `æ ø å Æ Ø Å č ć ž š đ Č Ć Ž Š Đ`.
|
||||
|
||||
Install them locally for the current user:
|
||||
|
||||
|
|
@ -31,16 +33,8 @@ Install them locally for the current user:
|
|||
mkdir -p ~/.local/share/fonts/google
|
||||
curl -L -o ~/.local/share/fonts/google/BebasNeue-Regular.ttf \
|
||||
'https://github.com/google/fonts/raw/main/ofl/bebasneue/BebasNeue-Regular.ttf'
|
||||
curl -L -o ~/.local/share/fonts/google/Montserrat%5Bwght%5D.ttf \
|
||||
'https://github.com/google/fonts/raw/main/ofl/montserrat/Montserrat%5Bwght%5D.ttf'
|
||||
fc-cache -f ~/.local/share/fonts/google
|
||||
```
|
||||
|
||||
Optional font also used during experimentation:
|
||||
|
||||
```bash
|
||||
curl -L -o ~/.local/share/fonts/google/Cinzel%5Bwght%5D.ttf \
|
||||
'https://github.com/google/fonts/raw/main/ofl/cinzel/Cinzel%5Bwght%5D.ttf'
|
||||
curl -L -o ~/.local/share/fonts/google/Inter%5Bopsz,wght%5D.ttf \
|
||||
'https://github.com/google/fonts/raw/main/ofl/inter/Inter%5Bopsz,wght%5D.ttf'
|
||||
fc-cache -f ~/.local/share/fonts/google
|
||||
```
|
||||
|
||||
|
|
@ -48,8 +42,7 @@ Check that fonts are available:
|
|||
|
||||
```bash
|
||||
fc-match 'Bebas Neue'
|
||||
fc-match 'Montserrat'
|
||||
fc-match 'Cinzel'
|
||||
fc-match 'Inter'
|
||||
```
|
||||
|
||||
## Input folder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue