Add Montserrat font

This commit is contained in:
Carlo Piovesan 2022-09-29 22:38:16 +02:00
parent 1635cdb3b2
commit 2eb47a3b11

View file

@ -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 = {};