mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-11 17:50:32 +08:00
12 lines
239 B
CSS
12 lines
239 B
CSS
|
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'General-Sans';
|
||
|
src: url('/fonts/GeneralSans-Variable.woff2') format('woff2');
|
||
|
font-weight: 200 700;
|
||
|
font-display: swap;
|
||
|
font-style: normal;
|
||
|
}
|