Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Get rid of crossorigin warnings in console
Rūdolfs Ošiņš committed 3 years ago
commit e5b889a53c088199a5349162c69bb73d9941c056
parent 63e18571a03dee86cbfd6466acd3aa7821dec512
1 file changed +2 -2
modified index.html
@@ -16,8 +16,8 @@
    <link rel="stylesheet" type="text/css" href="/index.css" />
    <link rel="icon" href="/favicon.svg" type="image/svg+xml">
    <link rel="icon" href="/favicon.ico">
-
    <link rel="preload" href="/fonts/Inter-Regular.woff" as="font" type="font/woff">
-
    <link rel="preload" href="/fonts/Inter-SemiBold.otf" as="font" type="font/otf">
+
    <link rel="preload" href="/fonts/Inter-Regular.woff" as="font" type="font/woff" crossorigin="anonymous">
+
    <link rel="preload" href="/fonts/Inter-SemiBold.otf" as="font" type="font/otf" crossorigin="anonymous">
    <script type="text/javascript">
      // Workaround to get `global` to work in old-school transitive
      // dependencies.