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:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup fonts
|
||||
- name: Install required fonts
|
||||
run: |
|
||||
sudo apt-get updateA
|
||||
# Install Times New Roman
|
||||
sudo apt-get install -y ttf-mscorefonts-installer
|
||||
|
||||
mkdir -p ~/.local/share/fonts
|
||||
cp -r assets/fonts/* ~/.local/share/fonts/
|
||||
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",
|
||||
)
|
||||
show raw: set text(
|
||||
font: "JetBrainsMono NF",
|
||||
font: "JetBrainsMono Nerd Font Mono",
|
||||
features: (calt: 0),
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user