begin an scss file structure concept

This commit is contained in:
2025-02-22 15:30:22 -05:00
parent 5620b65511
commit ebe33a126b
7 changed files with 90 additions and 10 deletions

19
src/scss/font.scss Normal file
View File

@ -0,0 +1,19 @@
@font-face {
font: {
family: 'Terminus';
display: swap;
style: normal;
weight: 500;
};
src: url('/Terminus.woff2') format('woff2');
}
* {
font: {
family: 'Terminus', monospace;
size: 15px;
};
letter-spacing: 2px;
text-wrap: nowrap;
cursor: text;
}