Skip to content

Commit

Permalink
remove unnecessary font load
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Feb 21, 2022
1 parent 197048a commit 1da7be8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/api/image/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1da7be8

Please sign in to comment.