Reprend le texte de /a-propos dans l'intro des 3 hubs /code : stack, rapport au logiciel libre, biais dans le code, enseignement. Convertit les polices Raleway en WOFF2 (52 Ko vs 180 Ko en TTF), ne charge que le SemiBold utilisé par le h1.
15 lines
No EOL
266 B
CSS
15 lines
No EOL
266 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@font-face {
|
|
font-family: 'Raleway';
|
|
src: url('../fonts/Raleway-SemiBold.woff2') format('woff2');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
.prose img {
|
|
border-radius: 30px;
|
|
} |