Skip to content

Commit

Permalink
set link and url styles
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Aug 20, 2024
1 parent 8b007c5 commit 23f6160
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions book/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,23 @@ mainfont = "CoreSansA45.ttf"
mainfontoptions = [
"BoldFont=CoreSansA65.ttf",
"ItalicFont=CoreSansA45It.ttf",
"BoldItalicFont=CoreSansA65It.ttf"
"BoldItalicFont=CoreSansA65It.ttf",
]
sansfont = "CoreSansA45.ttf"
sansfontoptions = [
"BoldFont=CoreSansA65.ttf",
"ItalicFont=CoreSansA45It.ttf",
"BoldItalicFont=CoreSansA65It.ttf"
"BoldItalicFont=CoreSansA65It.ttf",
]
monofont = "Noto Sans Mono"
mainfontfallback = ["Noto Color Emoji:mode=harf"]
sansfontfallback = ["Noto Color Emoji:mode=harf"]
monofontfallback = [
"Noto Color Emoji:mode=harf",
]
linkcolor = "blue"
urlcolor = "blue"
linkcolor = "\color[HTML]{6200ee}."
urlcolor = "\color[HTML]{6200ee}."
linkstyle = "bold"
urlstyle = "rm"
documentclass = "book"
fontsize = "11pt"
Expand All @@ -77,13 +78,13 @@ mainfont = "CoreSansA45.ttf"
mainfontoptions = [
"BoldFont=CoreSansA65.ttf",
"ItalicFont=CoreSansA45It.ttf",
"BoldItalicFont=CoreSansA65It.ttf"
"BoldItalicFont=CoreSansA65It.ttf",
]
sansfont = "CoreSansA45.ttf"
sansfontoptions = [
"BoldFont=CoreSansA65.ttf",
"ItalicFont=CoreSansA45It.ttf",
"BoldItalicFont=CoreSansA65It.ttf"
"BoldItalicFont=CoreSansA65It.ttf",
]
monofont = "Noto Sans Mono"
mainfontfallback = ["Noto Color Emoji:mode=harf"]
Expand Down

0 comments on commit 23f6160

Please sign in to comment.