This commit is contained in:
acalcutt 2025-01-04 00:43:49 -05:00
parent 3517060488
commit d4aaa6268e

View file

@ -48,7 +48,7 @@ export async function serve_font(options, allowedFonts, programOpts) {
console.log(
`Handling font request for: /fonts/%s/%s.pbf`,
sanitizedFontStack,
range,
String(range),
);
}
fontstack = decodeURI(sanitizedFontStack);