Skip to content

Commit 67db0ef

Browse files
committed
Fix Math Font
1 parent 8804a79 commit 67db0ef

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/compile-typst.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
submodules: recursive
2424

2525
- uses: fontist/setup-fontist@v2
26-
- run: fontist install "Noto Sans Math"
26+
- run: fontist install "TeX Gyre Math"
2727
- run: fontist install "Noto Sans Mono"
2828

2929
- uses: typst-community/setup-typst@v3

Curriculum/Module 00 - Mindset/slides/Module_00_Slides_Mindset.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
)
77

88
#set text(font: "Noto Sans Mono", weight: "regular", size: 20pt)
9-
#show math.equation: set text(font: "Noto Sans Math")
9+
#show math.equation: set text(font: "TeX Gyre Math")
1010
#set strong(delta: 100)
1111
#set par(justify: true)
1212

Curriculum/Module 01 - Ethics and Legal/slides/Module_01_Slides_Ethics.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
)
77

88
#set text(font: "Noto Sans Mono", weight: "regular", size: 20pt)
9-
#show math.equation: set text(font: "Noto Sans Math")
9+
#show math.equation: set text(font: "TeX Gyre Math")
1010
#set strong(delta: 100)
1111
#set par(justify: true)
1212

Curriculum/Module 01 - Ethics and Legal/slides/Module_01_Slides_Legal.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
)
77

88
#set text(font: "Noto Sans Mono", weight: "regular", size: 20pt)
9-
#show math.equation: set text(font: "Noto Sans Math")
9+
#show math.equation: set text(font: "TeX Gyre Math")
1010
#set strong(delta: 100)
1111
#set par(justify: true)
1212

Curriculum/Module 07 - Reverse Engineering/slides/Module_07_Slides_Rev.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#enable-handout-mode(false)
1111

1212
#set text(font: "Noto Sans Mono", weight: "regular", size: 20pt)
13-
#show math.equation: set text(font: "Noto Sans Math")
13+
#show math.equation: set text(font: "TeX Gyre Math")
1414
#set strong(delta: 100)
1515
#set par(justify: true)
1616

Curriculum/Module 08 - Binary Exploitation/slides/Module_08_Slides_PWN.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#enable-handout-mode(false)
1111

1212
#set text(font: "Noto Sans Mono", weight: "regular", size: 20pt)
13-
#show math.equation: set text(font: "Noto Sans Math")
13+
#show math.equation: set text(font: "TeX Gyre Math")
1414
#set strong(delta: 100)
1515
#set par(justify: true)
1616

Curriculum/Module 11 - Linux and Server Security/slides/Module_11_Slides_Privilege_Escelation.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
)
77

88
#set text(font: "Noto Sans Mono", weight: "regular", size: 20pt)
9-
#show math.equation: set text(font: "Noto Sans Math")
9+
#show math.equation: set text(font: "TeX Gyre Math")
1010
#set par(justify: true)
1111

1212
#title-slide(

0 commit comments

Comments
 (0)