Skip to content

Commit

Permalink
[change] help style: mono font to DejaVu Sans Mono
Browse files Browse the repository at this point in the history
  • Loading branch information
Mc-Zen committed Nov 24, 2024
1 parent 471b9a0 commit a13c998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/help.typ
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

#let show-parameter-list(fn, style-args) = {
block(fill: rgb("#d8dbed44"), width: 100%, inset: (x: 0.5em, y: 0.7em), {
set text(font: "Cascadia Mono", size: 0.85em, weight: 340)
set text(font: "DejaVu Sans Mono", size: 0.85em, weight: 340)
text(fn.name)
"("
let inline-args = fn.args.len() < 5
Expand Down Expand Up @@ -130,11 +130,11 @@
block(breakable: style-args.break-param-descriptions, fill: rgb("#d8dbed44"), width: 100%, inset: (x: 0.5em, y: 0.7em),
stack(dir: ltr, spacing: 1.2em,
if style-args.enable-cross-references [
#set text(font: "Cascadia Mono", size: 0.85em, weight: 340)
#set text(font: "DejaVu Sans Mono", size: 0.85em, weight: 340)
#text(var.name)
#label(style-args.label-prefix + var.name)
] else [
#set text(font: "Cascadia Mono", size: 0.85em, weight: 340)
#set text(font: "DejaVu Sans Mono", size: 0.85em, weight: 340)
#text(var.name)
],
type
Expand Down

0 comments on commit a13c998

Please sign in to comment.