remove unnecessary font load

main
Mike Fix 3 years ago
parent 197048ab1d
commit 1da7be8d7e
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -37,7 +37,6 @@ export default async function id(req, res) {
const host = (req.headers && req.headers.host) || 'carbon.now.sh'
try {
await chrome.font(`https://${host}/static/fonts/NotoSansSC-Regular.otf`)
await chrome.font(NOTO_COLOR_EMOJI_URL)
} catch (e) {
console.error(e)

Loading…
Cancel
Save