mirror of
https://github.com/kristoferssolo/Qualification-Thesis.git
synced 2025-10-21 20:10:37 +00:00
fix: fonts
This commit is contained in:
parent
4a095f9631
commit
5b7d2d0e35
6
.github/workflows/typst.yml
vendored
6
.github/workflows/typst.yml
vendored
@ -17,8 +17,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Setup fonts
|
- name: Install required fonts
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get updateA
|
||||||
|
# Install Times New Roman
|
||||||
|
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.
@ -39,7 +39,7 @@
|
|||||||
region: "lv",
|
region: "lv",
|
||||||
)
|
)
|
||||||
show raw: set text(
|
show raw: set text(
|
||||||
font: "JetBrainsMono NF",
|
font: "JetBrainsMono Nerd Font Mono",
|
||||||
features: (calt: 0),
|
features: (calt: 0),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user