mirror of
https://github.com/wah-su/wah-su.github.io.git
synced 2025-04-05 15:54:40 +00:00
27 lines
No EOL
526 B
CSS
27 lines
No EOL
526 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.ubuntu-mono-regular {
|
|
font-family: "Ubuntu Mono", monospace;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
.ubuntu-mono-bold {
|
|
font-family: "Ubuntu Mono", monospace;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
.ubuntu-mono-regular-italic {
|
|
font-family: "Ubuntu Mono", monospace;
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
}
|
|
|
|
.ubuntu-mono-bold-italic {
|
|
font-family: "Ubuntu Mono", monospace;
|
|
font-weight: 700;
|
|
font-style: italic;
|
|
} |