Skip to content

Commit 6ea303f

Browse files
authored
Update AnimatedLabel.js
1 parent ce03b3e commit 6ea303f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/anim/AnimatedLabel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default class AnimatedLabel extends AnimatedObject {
5252
}
5353

5454
async loadFont() {
55-
const font = new FontFace('Source Code Pro', 'url(/visualization-tool/SourceCodePro-Regular.ttf)', {
55+
const font = new FontFace('Source Code Pro', 'url(/SourceCodePro-Regular.ttf)', {
5656
display: 'swap',
5757
});
5858

0 commit comments

Comments
 (0)