]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update monospace font stack (#42448)
authorMark Otto <markd.otto@gmail.com>
Fri, 29 May 2026 22:09:00 +0000 (15:09 -0700)
committerGitHub <noreply@github.com>
Fri, 29 May 2026 22:09:00 +0000 (15:09 -0700)
* Update monospace font stack

* Update _root.scss

scss/_root.scss

index 0d5a7afe99dadae00734854a749dd456e54ab1e5..9633f6d0606180b1ddf7beb052e829e6f4cb60fb 100644 (file)
@@ -43,7 +43,7 @@ $root-tokens: defaults(
     --link-decoration: #{$link-decoration},
     --link-hover-color: color-mix(in oklch, var(--link-color) 90%, #000),
 
-    --font-mono: "SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace",
+    --font-mono: "ui-monospace, 'SF Mono', SFMono-Regular, Menlo, Monaco, 'Cascadia Mono', Consolas, 'Liberation Mono', monospace;",
     --code-font-size: 95%,
     --code-color: var(--fg-2),