All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
Change-Id: I812c93e057039c0c6a8bea8079c8b9cda6357133
11 lines
No EOL
268 B
CSS
11 lines
No EOL
268 B
CSS
@import '@procyon/styles/global.css';
|
|
|
|
@import "./variables.css";
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');
|
|
|
|
body {
|
|
@apply bg-white text-black text-sm;
|
|
font-family: 'Poppins', sans-serif;
|
|
font-weight: lighter;
|
|
} |