|
@@ -3,13 +3,6 @@
|
|
<head>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
- <!-- Google fonts -->
|
|
|
|
- <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&family=Roboto+Mono:wght@400;500&display=swap"
|
|
|
|
- rel="stylesheet"
|
|
|
|
- />
|
|
|
|
|
|
|
|
<!-- Favicons -->
|
|
<!-- Favicons -->
|
|
<link rel="icon" href="<%= PUBLIC_PATH %>/favicon/favicon.ico" sizes="any" />
|
|
<link rel="icon" href="<%= PUBLIC_PATH %>/favicon/favicon.ico" sizes="any" />
|
|
@@ -25,6 +18,35 @@
|
|
return window.basePath+ "/" + importer;
|
|
return window.basePath+ "/" + importer;
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
|
|
+ <style>
|
|
|
|
+ @font-face {
|
|
|
|
+ font-family: 'Inter';
|
|
|
|
+ src: url('<%= PUBLIC_PATH %>/fonts/Inter-Medium.ttf') format('truetype');
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ font-display: swap;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @font-face {
|
|
|
|
+ font-family: 'Inter';
|
|
|
|
+ src: url('<%= PUBLIC_PATH %>/fonts/Inter-Regular.ttf') format('truetype');
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ font-display: swap;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @font-face {
|
|
|
|
+ font-family: 'Roboto Mono';
|
|
|
|
+ src: url('<%= PUBLIC_PATH %>/fonts/RobotoMono-Medium.ttf') format('truetype');
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ font-display: swap;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @font-face {
|
|
|
|
+ font-family: 'Roboto Mono';
|
|
|
|
+ src: url('<%= PUBLIC_PATH %>/fonts/RobotoMono-Regular.ttf') format('truetype');
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ font-display: swap;
|
|
|
|
+ }
|
|
|
|
+ </style>
|
|
</head>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<body>
|