Sin resumen de edición
(Página reemplazada por «body{ font-size: 18px; }»)
Etiqueta: Reemplazo
 
Línea 1: Línea 1:
/* Define the "system" font family */
body{ font-size: 18px;
@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
 
 
body{ font-size: 20px;
font-family: "Muli", sans-serif;
}
}

Revisión actual - 17:00 21 sep 2023

body{ font-size: 18px;
}