-
Notifications
You must be signed in to change notification settings - Fork 3
Modificador estilo fonte
Vitor Brandão edited this page Apr 21, 2023
·
1 revision
O modificador FolEs estilo-fonte
define se uma fonte deve ser estilizada de forma normal, itálica ou oblíqua.
/* Valores específicos */
estilo-fonte: normal;
estilo-fonte: itálica;
estilo-fonte: oblíqua;
/* Valores globais */
estilo-fonte: herdar;
estilo-fonte: inicial;
estilo-fonte: reverter;
estilo-fonte: reverter-camada;
estilo-fonte: desarmar;
estilo-fonte
é traduzido para font-style
.