periodic table: update symbol font

This commit is contained in:
end-4
2024-04-16 19:57:25 +07:00
parent f0c141c8d6
commit 20212e906c
2 changed files with 7 additions and 1 deletions
@@ -27,7 +27,7 @@ export default () => {
className: "txt-hugerass txt-bold",
}) : Label({
label: `${element.symbol}`,
className: "txt-hugeass txt-bold",
className: "cheatsheet-periodictable-elementsymbol",
}),
Label({
label: `${element.name}`,
+6
View File
@@ -70,6 +70,12 @@
color: $onLayer1;
}
.cheatsheet-periodictable-elementsymbol {
@include readingfont;
font-size: 1.6363rem;
font-weight: bold;
}
.cheatsheet-periodictable-element {
@include cheatsheet-periodictable-element;
}