mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 04:38:11 +08:00
* WIP * Done? * Install fonts in CI * Use absolute path so minified inlined CSS works * Fix Bezier-rs demo fonts? * Use opsz * Revert removal of text balancer * Pull in the text balancer from our static host
14 lines
335 B
HTML
14 lines
335 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Bezier-rs Interactive Documentation</title>
|
|
<link rel="stylesheet" href="./style.css" />
|
|
<link href="fonts.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<noscript>JavaScript is required</noscript>
|
|
<script type="module" src="src/main.ts"></script>
|
|
</body>
|
|
</html>
|