aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src')
-rw-r--r--subprojects/frontend/src/graph/export/exportDiagram.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/frontend/src/graph/export/exportDiagram.tsx b/subprojects/frontend/src/graph/export/exportDiagram.tsx
index d2af52d9..cd374d23 100644
--- a/subprojects/frontend/src/graph/export/exportDiagram.tsx
+++ b/subprojects/frontend/src/graph/export/exportDiagram.tsx
@@ -134,7 +134,7 @@ async function fetchVariableFontCSS(): Promise<string> {
134} 134}
135@font-face { 135@font-face {
136 font-family: 'Open Sans Variable'; 136 font-family: 'Open Sans Variable';
137 font-style: normal; 137 font-style: italic;
138 font-display: swap; 138 font-display: swap;
139 font-weight: 300 800; 139 font-weight: 300 800;
140 src: url(${variableItalicDataURL}) format('woff2-variations'); 140 src: url(${variableItalicDataURL}) format('woff2-variations');