Skip to content

Commit

Permalink
Switching to Inter Tight font
Browse files Browse the repository at this point in the history
  • Loading branch information
Lypsilonx committed May 17, 2024
1 parent 11c3761 commit 958a919
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Game of Intrigue.typ
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
strong(it)
}

#set text(font: "Proxima Nova")
#set text(font: "Inter Tight")
#set page(
"a5",
background: locate(
Expand Down
4 changes: 2 additions & 2 deletions cards.typ
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#let render_card(type, value: none, illegal: false, color: none, supertitle: none) = {
let has_supertitle = supertitle != none and display_supertitle
let is_role = supertitle == "Role"
set text(font: "Proxima Nova", weight: "medium")
set text(font: "Inter Tight", weight: "medium")
box(
width: card_width,
height: card_height,
Expand Down Expand Up @@ -213,7 +213,7 @@
}

#let render_card_back(value: none, illegal: false, role: false) = {
set text(font: "Proxima Nova", weight: "medium")
set text(font: "Inter Tight", weight: "medium")
box(
width: card_width,
height: card_height,
Expand Down
Binary file added fonts/inter-tight-latin-100-italic.ttf
Binary file not shown.
Binary file added fonts/inter-tight-latin-100-normal.ttf
Binary file not shown.
Binary file added fonts/inter-tight-latin-200-italic.ttf
Binary file not shown.
Binary file added fonts/inter-tight-latin-200-normal.ttf
Binary file not shown.
Binary file added fonts/inter-tight-latin-300-italic.ttf
Binary file not shown.
Binary file added fonts/inter-tight-latin-300-normal.ttf
Binary file not shown.
Binary file added fonts/inter-tight-latin-400-italic.ttf
Binary file not shown.
Binary file added fonts/inter-tight-latin-400-normal.ttf
Binary file not shown.
Binary file added fonts/inter-tight-latin-500-italic.ttf
Binary file not shown.
Binary file added fonts/inter-tight-latin-500-normal.ttf
Binary file not shown.
Binary file added fonts/inter-tight-latin-600-italic.ttf
Binary file not shown.
Binary file added fonts/inter-tight-latin-600-normal.ttf
Binary file not shown.
Binary file added fonts/inter-tight-latin-700-italic.ttf
Binary file not shown.
Binary file added fonts/inter-tight-latin-700-normal.ttf
Binary file not shown.
Binary file added fonts/inter-tight-latin-800-italic.ttf
Binary file not shown.
Binary file added fonts/inter-tight-latin-800-normal.ttf
Binary file not shown.
Binary file added fonts/inter-tight-latin-900-italic.ttf
Binary file not shown.
Binary file added fonts/inter-tight-latin-900-normal.ttf
Binary file not shown.

0 comments on commit 958a919

Please sign in to comment.