feat: adicionando link para font

This commit is contained in:
Mateus Antonio Rodrigues Lopes 2022-10-09 18:56:48 -03:00
parent eaa41b062e
commit 737f708369

View File

@ -4,6 +4,13 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Font da pagina - Inter -->
<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=Inter:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./styles/style.css">
<title>Landing Page</title>
</head>
<body>
@ -12,6 +19,7 @@
<nav>
<a href="/">
<img
class="logo"
src="./assets/svgs/logo-m3academy.svg"
alt="Logo do treinamento M3 Academy"
/>