Browse Source

Removed the google fonts dependancy completely eliminating the need of internet for running the application.

The app is now fully offline and loads all the JavaScripts and Styles offline.
refactor/modularize
RUSHIL AMBARISH KADU 6 months ago
parent
commit
f765e32864
  1. 15
      steps/index.html

15
steps/index.html

@ -62,21 +62,8 @@
tailwind.config = {
darkMode: "class",
};
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Roboto+Mono:wght@400;500&display=swap"
rel="stylesheet" />
</script>
<style>
body {
font-family: "Inter", sans-serif;
}
.font-mono {
font-family: "Roboto Mono", monospace;
}
.p5Canvas,
video {
border-radius: 0.5rem;

Loading…
Cancel
Save