Skip to content

Commit

Permalink
Rounded headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Aug 7, 2024
1 parent 11e57c9 commit cd11ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Site/MarkdownTheme/Article.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ struct Article: View {
.fontSize(.extraExtraExtraLarge)
.bold()
.margin(.bottom, 8)
.fontDesign("rounded")
case 2:
Slipstream.Heading(level: heading.level) {
context.recurse()
Expand Down

0 comments on commit cd11ede

Please sign in to comment.