Merge pull request 'Feat(main): Cria link para as fontes' (#10) from Feat/Fonte into develop

Reviewed-on: #10
This commit is contained in:
Rhayllon Daudt 2022-10-11 17:18:57 +00:00
commit 0c26e3929f

View File

@ -1,6 +1,9 @@
<!DOCTYPE html>
<html lang="pt-br">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
@ -8,6 +11,9 @@
<link rel="stylesheet" href="./assets/styles/main.css" />
<title>Landing Page</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet" />
</head>
<body>