jalil.arfaoui.net/src/assets/css/main.css

31 lines
603 B
CSS
Raw Normal View History

2024-08-18 19:06:50 +02:00
@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;
}
2024-08-18 19:06:50 +02:00
.prose img {
border-radius: 30px;
}