Removed Google Fonts

master
Domeniko Gentner 2 years ago
parent 14a4e2a6a9
commit 352fd72505
  1. 30
      css.css
  2. BIN
      fonts/dm-mono-v10-latin-300.woff
  3. BIN
      fonts/dm-mono-v10-latin-300.woff2
  4. BIN
      fonts/dm-mono-v10-latin-500.woff
  5. BIN
      fonts/dm-mono-v10-latin-500.woff2
  6. BIN
      fonts/dm-mono-v10-latin-regular.woff
  7. BIN
      fonts/dm-mono-v10-latin-regular.woff2
  8. 6
      index.html

@ -8,6 +8,36 @@
Green: #2ECC40
*/
/* dm-mono-300 - latin */
@font-face {
font-family: 'DM Mono';
font-style: normal;
font-weight: 300;
src: local(''),
url('./fonts/dm-mono-v10-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/dm-mono-v10-latin-300.woff') format('woff'), /* Modern Browsers */
}
/* dm-mono-regular - latin */
@font-face {
font-family: 'DM Mono';
font-style: normal;
font-weight: 400;
src: local(''),
url('./fonts/dm-mono-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/dm-mono-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
}
/* dm-mono-500 - latin */
@font-face {
font-family: 'DM Mono';
font-style: normal;
font-weight: 500;
src: local(''),
url('./fonts/dm-mono-v10-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
url('./fonts/dm-mono-v10-latin-500.woff') format('woff'), /* Modern Browsers */
}
body{
font-family: 'DM Mono', monospace;
background-color: #1d1e22;

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -2,11 +2,7 @@
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="cheatsheet for network administrators">
<link rel="preload" href="https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&display=swap" as="style">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&display=swap" onload="this.media='all'">
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&display=swap"></noscript>
<meta name="cheatsheet for network administrators">
<link rel="preload" href="/raster2.css" as="style">
<link rel="stylesheet" href="/raster2.css" media="print" onload="this.media='all'">

Loading…
Cancel
Save