Skip to content

Commit

Permalink
update yarn lock§
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenjohanson committed Dec 23, 2024
1 parent 5a9db9d commit 4b59054
Showing 1 changed file with 2 additions and 40 deletions.
42 changes: 2 additions & 40 deletions excalidraw-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,47 +131,8 @@
<script>
window.EXCALIDRAW_ASSET_PATH = window.origin;
</script>

<!-- in DEV we need to preload from the local server and without the hash -->
<link
rel="preload"
href="../packages/excalidraw/fonts/assets/Excalifont-Regular.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<link
rel="preload"
href="../packages/excalidraw/fonts/assets/Virgil-Regular.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<link
rel="preload"
href="../packages/excalidraw/fonts/assets/ComicShanns-Regular.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<% } %>

<!-- For Nunito only preload the latin range, which should be good enough for now -->
<link
rel="preload"
href="https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhdTQ3j6zbXWjgeg.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>

<!-- Register Assistant as the UI font, before the scene inits -->
<link
rel="stylesheet"
href="../packages/excalidraw/fonts/assets/fonts.css"
type="text/css"
/>

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
Expand Down Expand Up @@ -286,5 +247,6 @@ <h1 class="visually-hidden">Excalidraw</h1>
}
</script>
<!-- end LEGACY GOOGLE ANALYTICS -->
<% } %>
</body>
</html>
</html>

0 comments on commit 4b59054

Please sign in to comment.