Clean up fonts scss files

This commit is contained in:
Belén Albeza 2024-06-20 11:56:41 +02:00
parent 0c3f47b0c3
commit 49fd000217
10 changed files with 47 additions and 113 deletions

View file

@ -6,14 +6,6 @@
@import "refactor/common-refactor.scss";
// Work Sans
@include font-face("worksans", "WorkSans-Regular", normal);
@include font-face("worksans", "WorkSans-Medium", "500");
@include font-face("worksans", "WorkSans-Bold", bold);
// Space mono
@include font-face("robotomono", "RobotoMono-Regular", normal);
:global(:root) {
--s-4: 0.25rem;
--layer-indentation-size: calc(var(--s-4) * 6);