oliverdavies.uk/assets/css/tailwind.css
Oliver Davies 8541c0a3e9 Self-host the Roboto Condensed font
Instead of linking to Google Fonts.
2024-12-07 20:24:53 +00:00

12 lines
254 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
@font-face {
font-family: Roboto Condensed;
font-weight: 300 400 500 700;
src: url('../assets/fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
}
}