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:
10
.github/workflows/typst.yml
vendored
10
.github/workflows/typst.yml
vendored
@@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
assets/fonts/Times/Times.TTF
Normal file
BIN
assets/fonts/Times/Times.TTF
Normal file
Binary file not shown.
BIN
assets/fonts/Times/Times.ttf
Normal file
BIN
assets/fonts/Times/Times.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/Times/Timesbd.TTF
Normal file
BIN
assets/fonts/Times/Timesbd.TTF
Normal file
Binary file not shown.
BIN
assets/fonts/Times/Timesbi.TTF
Normal file
BIN
assets/fonts/Times/Timesbi.TTF
Normal file
Binary file not shown.
BIN
assets/fonts/Times/Timesi.TTF
Normal file
BIN
assets/fonts/Times/Timesi.TTF
Normal file
Binary file not shown.
@@ -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),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user