Skip to content

Commit 4ef66e4

Browse files
Merge pull request #17 from TorstenDittmann/fix-fonts
Replace Albert Sans with system font stack
2 parents ff0b0c3 + c4d4812 commit 4ef66e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/main/src/_variables.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
:root {
22
color-scheme: light dark;
3-
--font-family: "Albert Sans", sans-serif;
3+
--font-family:
4+
ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
5+
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
46
--border: light-dark(#d4d4d8, #27272a);
57
--color: light-dark(#09090b, #fafafa);
68
--color-primary: light-dark(#fafafa, #09090b);

packages/main/src/compoments/_typography.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import url(https://fonts.bunny.net/css?family=albert-sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
2-
31
html {
42
font-size: 16px;
53
}

0 commit comments

Comments
 (0)