Skip to content

Commit bc1bf62

Browse files
Switch font-stack
1 parent 13d28d8 commit bc1bf62

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

src/css/custom-props.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* VARIABLES GENERATED WITH TAILWIND CONFIG ON 26/01/2022.
1+
/* VARIABLES GENERATED WITH TAILWIND CONFIG ON 27/01/2022.
22
Tokens location: ./tailwind.config.js */
33

44
:root {

src/css/global.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ li {
3232
}
3333

3434
h1 {
35-
max-width: 20ch;
35+
max-width: 15ch;
3636
}
3737

3838
h2,

tailwind.config.js

+1-16
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,7 @@ module.exports = {
3636
'size-5': 'clamp(2.49rem, 0.50rem + 9.96vw, 7.59rem)'
3737
},
3838
fontFamily: {
39-
sans: [
40-
'ui-sans-serif',
41-
'system-ui',
42-
'-apple-system',
43-
'BlinkMacSystemFont',
44-
'"Segoe UI"',
45-
'Roboto',
46-
'"Helvetica Neue"',
47-
'Arial',
48-
'"Noto Sans"',
49-
'sans-serif',
50-
'"Apple Color Emoji"',
51-
'"Segoe UI Emoji"',
52-
'"Segoe UI Symbol"',
53-
'"Noto Color Emoji"'
54-
]
39+
sans: ['"Inter"', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', 'sans-serif']
5540
},
5641
gap: ({theme}) => theme('spacing'),
5742
margin: ({theme}) => ({

0 commit comments

Comments
 (0)