exclude wordle emojis from Inter
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
font-weight: 300 1000;
|
font-weight: 300 1000;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
unicode-range: U+0000-2B1A, U+2B1D-10FFFF; /* everything except the wordle squares */
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'InterVariableItalic';
|
font-family: 'InterVariableItalic';
|
||||||
@@ -36,6 +37,7 @@
|
|||||||
font-weight: 300 1000;
|
font-weight: 300 1000;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
unicode-range: U+0000-2B1A, U+2B1D-10FFFF; /* everything except the wordle squares */
|
||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|||||||
@@ -34,6 +34,7 @@
|
|||||||
font-weight: 300 1000;
|
font-weight: 300 1000;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
unicode-range: U+0000-2B1A, U+2B1D-10FFFF; /* everything except the wordle squares */
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'InterVariableItalic';
|
font-family: 'InterVariableItalic';
|
||||||
@@ -41,6 +42,7 @@
|
|||||||
font-weight: 300 1000;
|
font-weight: 300 1000;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
unicode-range: U+0000-2B1A, U+2B1D-10FFFF; /* everything except the wordle squares */
|
||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|||||||
Reference in New Issue
Block a user