Skip to content

Commit 0d8cb56

Browse files
ghostmountain3atinux
andauthored
fix(docs): disable mono ligatures (#203)
Co-authored-by: Sébastien Chopin <atinux@gmail.com>
1 parent 0e58649 commit 0d8cb56

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/app/assets/styles/main.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232
--ui-primary: var(--ui-color-primary-400);
3333
}
3434

35+
:where(code, kbd, samp, pre, .font-mono) {
36+
font-variant-ligatures: none;
37+
font-feature-settings:
38+
'liga' 0,
39+
'calt' 0;
40+
}
41+
3542
@keyframes caret-blink {
3643
0%,
3744
100% {

0 commit comments

Comments
 (0)