Skip to content

Commit a502cca

Browse files
committed
prettier
1 parent f826c43 commit a502cca

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

src/components/gherkin/Title.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
}
77

88
h1.title,
9-
h2.title{
9+
h2.title {
1010
font-size: 1.5em;
1111
}
1212

1313
h3.title,
14-
h4.title{
14+
h4.title {
1515
font-size: 1.125em;
16-
}
16+
}

src/styles/fonts.scss

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
$defaultSansFamily:
2-
'Inter var',
3-
ui-sans-serif,
4-
system-ui,
5-
-apple-system,
6-
BlinkMacSystemFont,
7-
'Segoe UI',
8-
Roboto,
9-
'Helvetica Neue',
10-
Arial,
11-
'Noto Sans',
12-
sans-serif,
13-
'Apple Color Emoji',
14-
'Segoe UI Emoji',
15-
'Segoe UI Symbol',
16-
'Noto Color Emoji';
2+
'Inter var',
3+
ui-sans-serif,
4+
system-ui,
5+
-apple-system,
6+
BlinkMacSystemFont,
7+
'Segoe UI',
8+
Roboto,
9+
'Helvetica Neue',
10+
Arial,
11+
'Noto Sans',
12+
sans-serif,
13+
'Apple Color Emoji',
14+
'Segoe UI Emoji',
15+
'Segoe UI Symbol',
16+
'Noto Color Emoji';
1717
$defaultMonoFamily:
18-
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
18+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;

0 commit comments

Comments
 (0)