Skip to content

Commit 67b5f7d

Browse files
committed
fix #53
1 parent 368cd96 commit 67b5f7d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
2+
@import url('https://fonts.cdnfonts.com/css/asciid');
23

34
:root {
45
--font: 'DM Mono';
@@ -550,6 +551,12 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
550551
order: -1;
551552
}
552553

554+
h3[data-text-variant='heading-xxl/extrabold'] {
555+
font-family: 'asciid';
556+
font-size: 50px;
557+
font-weight: 400;
558+
}
559+
553560
.theme-dark,
554561
html.theme-light {
555562
--action-sheet-gradient-bg: var(--primary-630);

0 commit comments

Comments
 (0)