Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
html { | html { | ||
font-family: | font-family: General; | ||
src: url('fonts/Letters for Learners.ttf'); | |||
} | |||
@font-face | |||
{ | |||
font-family: General; | |||
} | } | ||
Version du 14 mai 2025 à 14:24
html {
font-family: General;
src: url('fonts/Letters for Learners.ttf');
}
@font-face
{
font-family: General;
}
.warning {
background-color: #c0025b;
color:white;
padding:1%;
border-radius:5px;
border: white 2px double;
margin-bottom:15px;
}