¿Qué hace el siguiente CSS?
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
body {
font-family: 'Roboto', sans-serif;
}
¿Qué hace el siguiente CSS?
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
body {
font-family: 'Roboto', sans-serif;
}