Update to Tailwind CSS v4
This commit is contained in:
parent
8a760f433f
commit
ff168f3f14
14 changed files with 77 additions and 2931 deletions
18
themes/opdavies/css/tailwind.css
Normal file
18
themes/opdavies/css/tailwind.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
@import "tailwindcss";
|
||||
|
||||
@plugin '@tailwindcss/typography';
|
||||
|
||||
@theme {
|
||||
--color-blue-400: #60a5fa;
|
||||
--color-blue-primary: #24608a;
|
||||
|
||||
--font-sans: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", "sans-serif";
|
||||
}
|
||||
|
||||
@layer base {
|
||||
@font-face {
|
||||
font-family: Roboto Condensed;
|
||||
font-weight: 300 400 500 700;
|
||||
src: url('../assets/fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue