Skip to content

Commit 492fc2e

Browse files
committed
fix: font name
Since: NixOS/nixpkgs#389202
1 parent 384e653 commit 492fc2e

11 files changed

+24
-24
lines changed

resources/typst/essawy.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#{
22
set text(
3-
font: "Virgil 3 YOFF",
3+
font: "Virgil",
44
size: .9em,
55
)
66
box[

resources/typst/figure-checksum.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#{
44
set align(center + horizon)
5-
set text(font: "Virgil 3 YOFF")
5+
set text(font: "Virgil")
66
grid(
77
columns: (1fr, 1fr, 1fr, 1fr, 1fr),
88
rows: (40pt, 25pt),

resources/typst/inputs-and-outputs-part1.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#import "../../src/thesis/imports/preamble.typ": *
22

33
#set align(center + horizon)
4-
#set text(font: "Virgil 3 YOFF")
4+
#set text(font: "Virgil")
55
#grid(
66
columns: (1fr, 1fr, 1fr, 1fr, 1fr),
77
rows: (40pt, 25pt),

resources/typst/inputs-and-outputs-part2.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#import "../../src/thesis/imports/preamble.typ": *
22

33
#set align(center + horizon)
4-
#set text(font: "Virgil 3 YOFF")
4+
#set text(font: "Virgil")
55
#grid(
66
columns: (1fr, 1fr, 1fr, 1fr, 1fr),
77
rows: (40pt, 25pt),

resources/typst/inputs-and-outputs-part3.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#import "../../src/thesis/imports/preamble.typ": *
22

33
#set align(center + horizon)
4-
#set text(font: "Virgil 3 YOFF")
4+
#set text(font: "Virgil")
55
#grid(
66
columns: (1fr, 1fr, 1fr, 1fr, 1fr),
77
rows: (40pt, 25pt),

resources/typst/inputs-and-outputs-part4.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#import "../../src/thesis/theme/colors.typ": *
33

44
#set align(center + horizon)
5-
#set text(font: "Virgil 3 YOFF")
5+
#set text(font: "Virgil")
66
#grid(
77
columns: (1fr, 1fr, 1fr, 1fr, 1fr),
88
rows: (70pt, 25pt),

resources/typst/inputs-computation-outputs.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#import "../../src/thesis/imports/preamble.typ": *
22

33
#set align(center + horizon)
4-
#set text(font: "Virgil 3 YOFF")
4+
#set text(font: "Virgil")
55
#grid(
66
columns: (1fr, 1fr, 1fr, 1fr, 1fr),
77
rows: (40pt, 25pt),

resources/typst/reproducibility-rule.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#{
2-
set text(font: "Virgil 3 YOFF")
2+
set text(font: "Virgil")
33
image("../../resources/images/rules.svg", fit: "stretch")
44
v(-1.5em)
55
grid(

resources/typst/scientific-method-w-r13y.typ

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
read("../../resources/graphviz/scientific-method-with-reproducibility.dot"),
55
width: 100%,
66
labels: (
7-
step0: [#text(font: "Virgil 3 YOFF", size: .95em)[Observation]],
8-
step1: [#text(font: "Virgil 3 YOFF", size: .95em)[Question]],
9-
step2: [#text(font: "Virgil 3 YOFF", size: .95em)[Hypothesis]],
10-
step3: [#text(font: "Virgil 3 YOFF", size: .95em)[Prediction]],
11-
step4: [#text(font: "Virgil 3 YOFF", size: .95em)[Testing]],
12-
step5: [#text(font: "Virgil 3 YOFF", size: .95em)[Analysis]],
13-
step6: [#text(font: "Virgil 3 YOFF", size: .95em)[Repeat]],
7+
step0: [#text(font: "Virgil", size: .95em)[Observation]],
8+
step1: [#text(font: "Virgil", size: .95em)[Question]],
9+
step2: [#text(font: "Virgil", size: .95em)[Hypothesis]],
10+
step3: [#text(font: "Virgil", size: .95em)[Prediction]],
11+
step4: [#text(font: "Virgil", size: .95em)[Testing]],
12+
step5: [#text(font: "Virgil", size: .95em)[Analysis]],
13+
step6: [#text(font: "Virgil", size: .95em)[Repeat]],
1414
),
1515
)

resources/typst/scientific-method.typ

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
read("../../resources/graphviz/scientific-method.dot"),
55
width: 100%,
66
labels: (
7-
step0: [#text(font: "Virgil 3 YOFF", size: .95em)[Observation]],
8-
step1: [#text(font: "Virgil 3 YOFF", size: .95em)[Question]],
9-
step2: [#text(font: "Virgil 3 YOFF", size: .95em)[Hypothesis]],
10-
step3: [#text(font: "Virgil 3 YOFF", size: .95em)[Prediction]],
11-
step4: [#text(font: "Virgil 3 YOFF", size: .95em)[Testing]],
12-
step5: [#text(font: "Virgil 3 YOFF", size: .95em)[Analysis]],
7+
step0: [#text(font: "Virgil", size: .95em)[Observation]],
8+
step1: [#text(font: "Virgil", size: .95em)[Question]],
9+
step2: [#text(font: "Virgil", size: .95em)[Hypothesis]],
10+
step3: [#text(font: "Virgil", size: .95em)[Prediction]],
11+
step4: [#text(font: "Virgil", size: .95em)[Testing]],
12+
step5: [#text(font: "Virgil", size: .95em)[Analysis]],
1313
step6: [],
1414
),
1515
)

src/thesis/2-reproducibility.typ

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ operations.
673673
[
674674
#figure(
675675
{
676-
set text(font: "Virgil 3 YOFF")
676+
set text(font: "Virgil")
677677
cetz.canvas({
678678
import cetz.draw: *
679679

@@ -689,7 +689,7 @@ operations.
689689
[
690690
#figure(
691691
{
692-
set text(font: "Virgil 3 YOFF")
692+
set text(font: "Virgil")
693693
cetz.canvas({
694694
import cetz.draw: *
695695

@@ -1339,7 +1339,7 @@ that could also be potentially insecure.
13391339

13401340
#figure(
13411341
{
1342-
set text(font: "Virgil 3 YOFF")
1342+
set text(font: "Virgil")
13431343
image("../../resources/images/security-independent-builds.svg")
13441344
},
13451345
caption: [

0 commit comments

Comments
 (0)