mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2025-01-14 13:03:53 +08:00
20 lines
324 B
CSS
20 lines
324 B
CSS
@import '@fontsource/fira-sans';
|
|
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
@tailwind variants;
|
|
|
|
@font-face {
|
|
font-family: 'Twemoji Mozilla';
|
|
src: url('assets/Twemoji.Mozilla.ttf') format('truetype');
|
|
}
|
|
|
|
:root {
|
|
font-family: 'Fira Sans', 'Twemoji Mozilla';
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
display: none;
|
|
}
|