mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-24 02:36:00 +00:00
Remove console.log
This commit is contained in:
parent
5f2f12cdd4
commit
025bbc02fe
1 changed files with 0 additions and 1 deletions
|
|
@ -356,7 +356,6 @@ async function loadImage(
|
|||
// TODO: Offer some way to clean this up
|
||||
export async function loadFont(fontUrl: string, name: string) {
|
||||
// Note: Incompatible with non-chromium Edge (#901)
|
||||
console.log({ fontFamily: name });
|
||||
const font = new FontFace(name, `url(${fontUrl})`);
|
||||
const loadedFont = await font.load();
|
||||
document.fonts.add(loadedFont);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue