We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7438176 commit 88fc61dCopy full SHA for 88fc61d
packages/webui/src/client/ui/SegmentTimeline/TimelineGrid.tsx
@@ -21,7 +21,10 @@ declare class FontFace {
21
load(): void
22
}
23
24
-const LABEL_FONT_URL = 'url("/fonts/roboto-gh-pages/fonts/Light/Roboto-Light.woff")'
+const LABEL_FONT_URL = `url("${new URL(
25
+ '../../../fonts/roboto-gh-pages/fonts/Light/Roboto-Light.woff2',
26
+ import.meta.url
27
+)}")`
28
const LABEL_COLOR = 'rgb(80,80,80)'
29
const SHORT_LINE_GRID_COLOR = 'rgb(112,112,112)'
30
const LONG_LINE_GRID_COLOR = 'rgb(80,80,80)'
0 commit comments