From e1e473fa77c3353bd067302f24aecf1fd3ac32be Mon Sep 17 00:00:00 2001 From: Trelov Odracir Date: Fri, 6 Dec 2024 15:09:40 -0300 Subject: [PATCH] Update index.html --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 8238058..920406d 100644 --- a/index.html +++ b/index.html @@ -34,8 +34,8 @@ text-transform: uppercase; line-height: 1.2; animation: pulse 1.5s ease-in-out infinite; - /* font-feature-settings: "liga" 1; /* Habilitando ligaduras */ - /* font-variant-ligatures: common-ligatures contextual; /* Ativa ligaduras comuns e contextuais */ + font-feature-settings: "liga" 1; /* Habilitando ligaduras */ + font-variant-ligatures: common-ligatures contextual; /* Ativa ligaduras comuns e contextuais */ } /* Animação de pulsação para a mensagem */ @@ -47,14 +47,14 @@ /* Aplicando ligaduras na fonte */ /* Specify in CSS */ - h1, code, pre { font-family: 'Fira Code', monospace; } + code { font-family: 'Fira Code', monospace; } @supports (font-variation-settings: normal) { - h1, code, pre { font-family: 'Fira Code VF', monospace; } + code { font-family: 'Fira Code VF', monospace; } } -

-> Site em Manutenção <~

+

-> Site em Manutenção <= or :=