mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-04-24 11:46:54 +00:00
15 lines
269 B
CSS
15 lines
269 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Anuphan:wght@100;200;300;400;500;600;700&family=Bebas+Neue&display=swap');
|
|
|
|
|
|
|
|
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
|
|
@layer base{
|
|
html {
|
|
font-family: 'Anuphan', sans-serif;
|
|
}
|
|
} |