resume: disable ligatures

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2023-08-11 01:40:56 -04:00
parent 9765afefc7
commit da524273f0
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ body {
justify-content: center;
align-items: center;
font-family: "IBM Plex Sans", sans-serif;
font-variant-ligatures: none;
}
button#print {

View file

@ -9,6 +9,7 @@ body {
justify-content: center;
align-items: center;
font-family: 'IBM Plex Sans', sans-serif;
font-variant-ligatures: none;
}
$ls: 14pt;