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 9678781 commit 604db38Copy full SHA for 604db38
2 files changed
website/other/bezier-rs-demos/index.html
@@ -4,7 +4,7 @@
4
<meta charset="utf-8" />
5
<title>Bezier-rs Interactive Documentation</title>
6
<link rel="stylesheet" href="./style.css" />
7
- <link href="https://graphite.rs/fonts/common.css" rel="stylesheet" />
+ <link href="fonts.css" rel="stylesheet" />
8
</head>
9
<body>
10
<noscript>JavaScript is required</noscript>
website/other/build.sh
@@ -29,5 +29,6 @@ mkdir dist/libraries/bezier-rs
29
cd bezier-rs-demos
30
npm ci
31
NODE_ENV=production npm run build
32
+cp ../../static/fonts/common.css dist/fonts.css
33
mv dist/* ../dist/libraries/bezier-rs
34
cd ..
0 commit comments