mirror of
https://github.com/kristoferssolo/Qualification-Thesis.git
synced 2026-03-22 00:26:32 +00:00
fix: fonts
This commit is contained in:
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),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user