mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-14 11:10:30 +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;
|
|
}
|