feat: update google fonts

This commit is contained in:
Adrien Marquès 2022-10-10 15:55:04 +02:00
parent fd78df33e4
commit 67e136b500
Signed by: xdrm-brackets
GPG Key ID: D75243CA236D825E
1 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,11 @@
<meta name="viewport" content="width=device-width,initial-scale=.4">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel='stylesheet' href='styles.css'>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&family=Source+Sans+Pro&display=swap" rel="stylesheet">
<title>xdrm()</title>
</head>
<body>