diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-03-06 16:50:57 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-03-06 16:52:17 +0100 |
commit | b40535a62e864993de75f784bc4d583b68eb29d6 (patch) | |
tree | eb3d067b00909833ba15274fe1e31f5f494c137f /scss | |
parent | 0ae332323c6710a68601c1a1f28499408eb1a321 (diff) | |
download | Ishtar-b40535a62e864993de75f784bc4d583b68eb29d6.tar.bz2 Ishtar-b40535a62e864993de75f784bc4d583b68eb29d6.zip |
Put a serif font for <pre> (refs #4241)
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index bbc31d4f6..3cb45a368 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -154,10 +154,6 @@ input[type="file"].form-control{ border-top-right-radius: 0; } -.address{ - font-family: monospace; -} - .address span{ display: block; padding: 0.1em; @@ -165,6 +161,10 @@ input[type="file"].form-control{ pre { white-space: pre-wrap; + font-size: 1rem; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, + "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } .raw-description{ |