Skip to content

Commit 2431b17

Browse files
committed
feat: base styles
1 parent 259cbdb commit 2431b17

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+378
-204
lines changed

assets/fonts/DIN/DIN-Black.otf

-27.7 KB
Binary file not shown.

assets/fonts/DIN/DIN-Black.ttf

-38.7 KB
Binary file not shown.

assets/fonts/DIN/DIN-BlackItalic.otf

-27.1 KB
Binary file not shown.

assets/fonts/DIN/DIN-Bold.otf

-28 KB
Binary file not shown.

assets/fonts/DIN/DIN-Bold.ttf

-39 KB
Binary file not shown.

assets/fonts/DIN/DIN-BoldItalic.otf

-27.5 KB
Binary file not shown.

assets/fonts/DIN/DIN-Light.otf

-26.9 KB
Binary file not shown.

assets/fonts/DIN/DIN-Light.ttf

-28.3 KB
Binary file not shown.

assets/fonts/DIN/DIN-LightItalic.otf

-27 KB
Binary file not shown.

assets/fonts/DIN/DIN-Medium.otf

-27.2 KB
Binary file not shown.

assets/fonts/DIN/DIN-Medium.ttf

-28.3 KB
Binary file not shown.
-27.9 KB
Binary file not shown.
-38.9 KB
Binary file not shown.

assets/fonts/DIN/DIN-MediumItalic.otf

-27.7 KB
Binary file not shown.

assets/fonts/DIN/DIN-Regular.otf

-26.8 KB
Binary file not shown.

assets/fonts/DIN/DIN-Regular.ttf

-43.8 KB
Binary file not shown.
-27 KB
Binary file not shown.
Binary file not shown.
189 KB
Binary file not shown.
Binary file not shown.
192 KB
Binary file not shown.
Binary file not shown.
141 KB
Binary file not shown.
Binary file not shown.
185 KB
Binary file not shown.
Binary file not shown.
186 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
187 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

assets/scss/theme/components/markdown.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333

3434
h6 {
35-
@include h6;
35+
@include h5;
3636
}
3737

3838
p {
@@ -43,7 +43,7 @@
4343
}
4444

4545
a {
46-
@include p1Link;
46+
@include b2;
4747
}
4848

4949
h1.heading-anchor > a,
@@ -79,7 +79,7 @@
7979
}
8080

8181
h6.heading-anchor > a {
82-
@include h6;
82+
@include h5;
8383
}
8484

8585
// =================================================================== General

assets/scss/theme/theme.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
body {
88
@include selection-light;
99
color: var(--primary-text-color);
10-
font-family: $fontDIN;
10+
font-family: $fontSuisseIntl;
1111
background-color: var(--background-color);
1212
transition: background-color 250ms;
1313
}
1414

1515
pre,
1616
code {
17-
font-family: $fontDIN;
17+
font-family: $fontSuisseIntlMono;
1818
}
1919

2020
///////////////////////////////////////////////////////////////////// Components

0 commit comments

Comments
 (0)