Selaa lähdekoodia

Add Montserrat font

Carlo Piovesan 2 vuotta sitten
vanhempi
commit
2eb47a3b11
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3 2
      index.html

+ 3 - 2
index.html

@@ -10,7 +10,7 @@
     <meta charset="utf-8">
     <title>WebVM</title>
 
-    <meta name="description" content="Welcome to WebVM - a server-less virtual Linux environment running fully client-side in HTML5/WebAssembly."
+    <meta name="description" content="Welcome to WebVM - a server-less virtual Linux environment running fully client-side in HTML5/WebAssembly.">
     <meta name="keywords" content="WebVM, Bash, CheerpX, WebAssembly">
     <meta property="og:title" content="WebVM" />
     <meta property="og:type" content="website" />
@@ -20,7 +20,7 @@
     <meta name="twitter:card" content="summary" />
     <meta name="twitter:site" content="@leaningtech" />
     <meta name="twitter:title" content="WebVM" />
-    <meta name="twitter:description" content="Welcome to WebVM - a server-less virtual Linux environment running fully client-side in HTML5/WebAssembly."
+    <meta name="twitter:description" content="Welcome to WebVM - a server-less virtual Linux environment running fully client-side in HTML5/WebAssembly.">
     <meta name="twitter:image" content="https://webvm.io/assets/webvm.jpeg" />
     
     <!-- Apple iOS web clip compatibility tags -->
@@ -35,6 +35,7 @@
     <link rel="shortcut icon" href="./favicon.ico">
     <link rel="preconnect" href="https://fonts.gstatic.com">
     <link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap" rel="stylesheet">
+    <link rel="stylesheet" id="us-fonts-css" href="https://fonts.googleapis.com/css?family=Montserrat%3A300%2C400%2C500%2C600%2C700&amp;display=swap&amp;ver=6.0.2" media="all">
     <link rel="stylesheet" href="./xterm/xterm.css" />
     <script>
         window.networkInterface = {};