begin an scss file structure concept
This commit is contained in:
19
src/scss/font.scss
Normal file
19
src/scss/font.scss
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user