mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-13 06:05:34 +08:00
20 lines
346 B
CSS
20 lines
346 B
CSS
@import '@fontsource-variable/roboto-mono';
|
|
|
|
@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: 'Roboto Mono Variable', 'Twemoji Mozilla';
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
display: none;
|
|
}
|