Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions plugin/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@
<link rel="icon" type="image/svg+xml" href="favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Local DeWeb Provider</title>

<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="./node_modules/@hackernoon/pixel-icon-library/fonts/iconfont.css" />
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&display=swap"
rel="stylesheet" />
<link rel="preload" as="style" href="https://fonts.cdnfonts.com/css/e1234" media="all"
onload="this.rel='stylesheet'" />
</head>

<body>
Expand Down
6 changes: 3 additions & 3 deletions plugin/home/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion server/int/api/resources/injectedStyle.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap");
/* IBM Plex Mono - Self-hosted fonts */
@font-face {
font-family: 'IBM Plex Mono';
src: url('/fonts/IBMPlexMono-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}

.massa-logo {
width: 20px;
Expand Down
10 changes: 0 additions & 10 deletions server/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/massa_logomark.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="preload stylesheet"
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500;1,600&display=swap"
/>
<link
rel="preload stylesheet"
href="https://fonts.cdnfonts.com/css/e1234"
/>
<title>DeWeb</title>
</head>
<body>
Expand Down
153 changes: 79 additions & 74 deletions server/pages/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.