Ajoute la police Raleway (charte Tiqa) pour le h1. Supprime la section compétences, simplifie les cards d'expérience en séparateurs, retire les encadrés glassmorphism des sections Valeurs et Communauté, allège les liens en ligne. Plus d'espacement vertical entre sections.
31 lines
No EOL
603 B
CSS
31 lines
No EOL
603 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@font-face {
|
|
font-family: 'Raleway';
|
|
src: url('../fonts/Raleway-Light.ttf') format('truetype');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Raleway';
|
|
src: url('../fonts/Raleway-Regular.ttf') format('truetype');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Raleway';
|
|
src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
.prose img {
|
|
border-radius: 30px;
|
|
} |