Skip to content

Commit

Permalink
fix: fix underline style
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeX4 committed Mar 17, 2024
1 parent a076614 commit ff5f560
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.typ
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
#set text(font: ("IBM Plex Serif", "Source Han Serif SC"), lang: "zh", region: "cn")
#set text(weight: "medium")
#set par(justify: true)
#show raw: set text(font: ("IBM Plex Mono", "Source Han Sans SC"))
#set raw(lang: "typ")
#set underline(stroke: .05em, offset: .25em)
#show raw: set text(font: ("IBM Plex Mono", "Source Han Sans SC"))
#show raw.where(block: false): box.with(
fill: luma(240),
inset: (x: .3em, y: 0em),
Expand Down

0 comments on commit ff5f560

Please sign in to comment.