mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
fixed ligatures causing troubles
This commit is contained in:
parent
3bf0365adf
commit
de0b55acdb
1 changed files with 1 additions and 0 deletions
|
@ -1723,6 +1723,7 @@ key {
|
|||
.word {
|
||||
margin: 0.25rem;
|
||||
color: var(--sub-color);
|
||||
font-variant: no-common-ligatures;
|
||||
// display: flex;
|
||||
// transition: 0.25s;
|
||||
/* margin-bottom: 1px; */
|
||||
|
|
Loading…
Reference in a new issue