validator.w3.org/nu keeps showing
Error: CSS: unicode-range: Too many values or values are not recognized.
I've tried removing upto the last 9 values (U+2014,U+2019,U+201C,U+201D,U+2020,U+2021,U+2026,U+20AC,U+2190) but it keeps showing the same error.
Until last week the same exact range did not show any error. Do you know if there is some problem with validator.w3.org/nu?
@font-face {
font-family: 'ManropeVariable';
src: url('/assets/css/src/fonts/Manrope-wght-subset.woff2') format('woff2');
font-style: normal;
font-weight: 400 800;
font-display: swap;
/* Minimal english subset + U+5A for letter Z */
unicode-range: U+A,U+20,U+22,U+25-29,U+2B-3E,U+41-59,U+5A,U+61-7A,U+F3,U+3A4,U+2014,U+2019,U+201C,U+201D,U+2020,U+2021,U+2026,U+20AC,U+2190;
}
@font-face {
font-family: 'EB GaramondVariable';
src: url("/assets/css/src/fonts/eb-garamond-latin-variable-wghtOnly-normal-subset.woff2") format('woff2');
font-style: normal;
font-weight: 400 800;
font-display: swap;
/* Minimal english subset */
unicode-range: U+A,U+20,U+22,U+25-29,U+2B-3E,U+41-59,U+61-7A,U+F3,U+3A4,U+2014,U+2019,U+201C,U+201D,U+2020,U+2021,U+2026,U+20AC,U+2190;
}
@font-face {
font-family: 'EB GaramondVariable';
src: url("/assets/css/src/fonts/eb-garamond-latin-variable-wghtOnly-italic-subset.woff2") format('woff2');
font-style: italic;
font-weight: 400 800;
font-display: swap;
/* Minimal english subset */
unicode-range: U+A,U+20,U+22,U+25-29,U+2B-3E,U+41-59,U+61-7A,U+F3,U+3A4,U+2014,U+2019,U+201C,U+201D,U+2020,U+2021,U+2026,U+20AC,U+2190;
}