mirror of
https://github.com/mikkelsvartveit/astro-personal-website.git
synced 2025-12-22 11:12:38 +00:00
13 lines
559 B
CSS
13 lines
559 B
CSS
@import "tailwindcss";
|
|
@plugin "@tailwindcss/typography";
|
|
|
|
@theme {
|
|
--font-sans: "Nunito", ui-sans-serif, system-ui, sans-serif,
|
|
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
--font-serif: "Source Serif Pro", ui-serif, Georgia, Cambria,
|
|
"Times New Roman", Times, serif;
|
|
--font-mono: "Source Code Pro", ui-monospace, SFMono-Regular, Menlo, Monaco,
|
|
Consolas, "Liberation Mono", "Courier New", monospace;
|
|
}
|
|
|
|
@custom-variant prose-inline-code (&.prose :where(:not(pre)>code):not(:where([class~="not-prose"] *)));
|