From 644649bf1a52818c80891df41d2afeadb638afd9 Mon Sep 17 00:00:00 2001 From: WillSimao Date: Wed, 16 Nov 2022 14:08:45 -0300 Subject: [PATCH] feat(TouristAttractions): Importa fonts google --- index.html | 2 +- style.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 19e397c..6f4989b 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@ -

Pontos TurĂ­sticos

+

Pontos TurĂ­sticos

diff --git a/style.css b/style.css index b434843..3b9e38b 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,6 @@ +@import url("https://fonts.googleapis.com/css2?family=Arimo&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@700&family=Roboto:wght@400;500;700&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Arimo&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@700&family=Roboto&display=swap"); + * { margin: 0; padding: 0;