Remove preload from font link

This commit is contained in:
Yuri Iozzelli 2022-10-04 14:17:05 +02:00 committed by Carlo Piovesan
parent d0ca999a3b
commit 837443151a

View file

@ -28,7 +28,7 @@
<link rel="shortcut icon" href="./tower_logo.png"> <link rel="shortcut icon" href="./tower_logo.png">
<link rel="preconnect" href="https://fonts.gstatic.com"> <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" as="style" href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap">
<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" 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" /> <link rel="stylesheet" href="./xterm/xterm.css" />
<link rel="stylesheet" href="./scrollbar.css" /> <link rel="stylesheet" href="./scrollbar.css" />