set font to nerd font symbols to allow for seamless icons

This commit is contained in:
Gabriele Musco 2021-01-04 10:10:39 +01:00
parent dc8d943e06
commit b35dae6e1e
No known key found for this signature in database
GPG key ID: 8539FD3454380B83
3 changed files with 3 additions and 3 deletions

View file

@ -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;