make sure nerd font symbols are available everywhere

This commit is contained in:
Gabriele Musco 2021-07-06 17:27:02 +02:00
parent e3a23c2ae7
commit 10c7fb26bb
No known key found for this signature in database
GPG Key ID: 8539FD3454380B83
1 changed files with 7 additions and 7 deletions

View File

@ -98,7 +98,7 @@ article, .articlePreview {
} }
code { code {
font-family: $mono_font, monospace; font-family: "Symbols Nerd Font", $mono_font, monospace;
font-size: .8em; font-size: .8em;
padding: 2px; padding: 2px;
border: 1px solid $stroke_color; border: 1px solid $stroke_color;
@ -159,7 +159,7 @@ pre code {
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: $title_font; font-family: "Symbols Nerd Font", $title_font;
a { a {
color: $accent_color; color: $accent_color;
border-bottom: none; border-bottom: none;
@ -291,7 +291,7 @@ ul.list {
#commento { #commento {
margin-top: 25px; margin-top: 25px;
color: $fg_color; color: $fg_color;
font-family: $main_font, monospace; font-family: "Symbols Nerd Font", $main_font, monospace;
textarea, #commento-markdown-help-root { textarea, #commento-markdown-help-root {
background: rgba(255, 255, 255, .05); background: rgba(255, 255, 255, .05);
color: $fg_color; color: $fg_color;
@ -300,7 +300,7 @@ ul.list {
td, td>*, td>*>* { td, td>*, td>*>* {
color: $fg_color; color: $fg_color;
pre { pre {
font-family: $mono_font, monospace; font-family: "Symbols Nerd Font", $mono_font, monospace;
color: $dim_fg_color; color: $dim_fg_color;
} }
} }
@ -327,7 +327,7 @@ ul.list {
.commento-body { .commento-body {
>*, *>*, >*>*>*, >*>*>*>*, >*>*>*>*>* { >*, *>*, >*>*>*, >*>*>*>*, >*>*>*>*>* {
color: $fg_color; color: $fg_color;
font-family: $main_font, monospace; font-family: "Symbols Nerd Font", $main_font, monospace;
} }
} }
} }
@ -352,7 +352,7 @@ ul.list {
border-right: none; border-right: none;
border-radius: 0; border-radius: 0;
padding: 6px 0; padding: 6px 0;
font-family: $main_font; font-family: "Symbols Nerd Font", $main_font;
font-size: 1.3em; font-size: 1.3em;
outline: none; outline: none;
} }
@ -519,7 +519,7 @@ input {
background-color: $highlight_bg_color; background-color: $highlight_bg_color;
} }
{{ end }} {{ end }}
font-family: $main_font; font-family: "Symbols Nerd Font", $main_font;
background-color: $highlight_bg_color; background-color: $highlight_bg_color;
padding: 12px; padding: 12px;
color: $fg_color; color: $fg_color;