Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
trelovodracir authored Dec 6, 2024
1 parent 1c871bb commit e1e473f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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; }
}
</style>
</head>
<body>
<h1>-> Site em Manutenção <~ </h1>
<h1><code>-&gt;</code> Site em Manutenção <code>&lt;=</code> or <code>:=</code> </h1>
</body>
</html>

0 comments on commit e1e473f

Please sign in to comment.