set font to nerd font symbols to allow for seamless icons
This commit is contained in:
parent
dc8d943e06
commit
b35dae6e1e
3 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ $accent_color: {{ .Site.Params.accentColor | default "#db5793" }};
|
|||
}
|
||||
|
||||
body, html {
|
||||
font-family: "JetBrains Mono", monospace;
|
||||
font-family: "Symbols Nerd Font", "JetBrains Mono", monospace;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: $bg_color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue