mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 22:00:02 -04:00
use google font cdn instead of hosting locally
This commit is contained in:
parent
2c1bebcace
commit
9474a595c2
3 changed files with 1 additions and 3 deletions
|
@ -45,7 +45,6 @@ export class RTCTransport extends Transport {
|
|||
|
||||
this.dataChannel.onclose = onclose;
|
||||
this.dataChannel.onmessage = async (event) => {
|
||||
console.log(event);
|
||||
let buf = event.data;
|
||||
this.ondata(buf);
|
||||
};
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<title></title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cabin">
|
||||
<script type="module" src="src/entry.ts"></script>
|
||||
<script src="uv/uv.bundle.js"></script>
|
||||
<script src="uv.config.js"></script>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import { registerRemoteListener } from "bare-client-custom";
|
||||
import App from "./App.svelte";
|
||||
import "@fontsource/cabin";
|
||||
|
||||
import "./index.css";
|
||||
if (import.meta.env.VITE_ADRIFT_DEV) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue