LABORATÓRIO CINÉTICO • LOGO & TIPOGRAFIA
Estudo de Animação & Weight Flow (Grosso ➔ Fino)
Explore as variantes do logotipo escrito FAZER COM IA: transição de espessura de fontes (Heavy ➔ Medium ➔ Light), gradientes cromáticos de azul elétrico e animações vetoriais em laser e cristal líquido.
Velocidade: 1x
FAZERCOMIA
GOOGLE ANTIGRAVITY & AI INFRASTRUCTURECódigo SVG & CSS Pronto da Variante Ativa
/* CSS Weight Flow: Grosso -> Fino com Gradiente Azul */
.fazer-weight-flow {
font-family: 'Fazer Display', sans-serif;
background: linear-gradient(135deg, #0D47A1 0%, #1A73E8 50%, #4285F4 80%, #8AB4F8 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.fazer-word { font-weight: 900; } /* Grosso */
.com-word { font-weight: 500; } /* Médio */
.ia-word { font-weight: 200; } /* Fino */