fix: fonts

This commit is contained in:
Kristofers Solo 2025-01-03 16:06:02 +02:00
parent 4efbf66eb3
commit a2dece79d6
55 changed files with 7 additions and 5 deletions

View File

@ -17,13 +17,15 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Cache Microsoft fonts
id: cache-msfonts
uses: actions/cache@v3
with:
path: ~/.cache/ms-fonts
key: ${{ runner.os }}-msfonts-v1
- name: Install required fonts - name: Install required fonts
run: | run: |
sudo apt-get update sudo apt-get update
# Install Times New Roman
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
sudo apt-get install -y ttf-mscorefonts-installer
mkdir -p ~/.local/share/fonts mkdir -p ~/.local/share/fonts
cp -r assets/fonts/* ~/.local/share/fonts/ cp -r assets/fonts/* ~/.local/share/fonts/
fc-cache -f -v fc-cache -f -v

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -39,7 +39,7 @@
region: "lv", region: "lv",
) )
show raw: set text( show raw: set text(
font: "JetBrainsMono Nerd Font Mono", font: "JetBrainsMono NF",
features: (calt: 0), features: (calt: 0),
) )