exclude wordle emojis from Inter

This commit is contained in:
Samuel Newman
2025-10-31 20:02:01 +02:00
parent bd3594ceea
commit 1aee45bc70
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -29,6 +29,7 @@
font-weight: 300 1000;
font-style: normal;
font-display: swap;
unicode-range: U+0000-2B1A, U+2B1D-10FFFF; /* everything except the wordle squares */
}
@font-face {
font-family: 'InterVariableItalic';
@@ -36,6 +37,7 @@
font-weight: 300 1000;
font-style: italic;
font-display: swap;
unicode-range: U+0000-2B1A, U+2B1D-10FFFF; /* everything except the wordle squares */
}
html {
background-color: white;
+2
View File
@@ -34,6 +34,7 @@
font-weight: 300 1000;
font-style: normal;
font-display: swap;
unicode-range: U+0000-2B1A, U+2B1D-10FFFF; /* everything except the wordle squares */
}
@font-face {
font-family: 'InterVariableItalic';
@@ -41,6 +42,7 @@
font-weight: 300 1000;
font-style: italic;
font-display: swap;
unicode-range: U+0000-2B1A, U+2B1D-10FFFF; /* everything except the wordle squares */
}
html {
background-color: white;