Skip to content

Commit b574e40

Browse files
committed
Add fonts
1 parent ebc740d commit b574e40

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

src/app.css

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
1-
@import url('https://fonts.googleapis.com/css2?family=Carter+One&display=swap');
1+
@import url('https://fonts.googleapis.com/css2?family=Carter+One&family=Lora&family=Merriweather:wght@300&display=swap');
22

33
@import './base.css';
44
@tailwind base;
55
@tailwind components;
66
@tailwind utilities;
7-
8-
/* @layer components {
9-
.parallax {
10-
@apply h-[2000px] overflow-x-hidden overflow-y-auto absolute top-0 right-0 bottom-0;
11-
}
12-
.parallax__layer {
13-
@apply absolute top-0 right-0 bottom-0 left-0;
14-
}
15-
} */
16-
17-
/* @layer base {
18-
html {
19-
font-family: Carter + One, system-ui, sans-serif;
20-
}
21-
} */

tailwind.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ export default {
99
chrome: '#280003'
1010
},
1111
fontFamily: {
12-
carter: 'Carter One, New times roman'
12+
carter: 'Carter One, New times roman',
13+
meriweather: 'Merriweather, New times roman',
14+
lora: 'Lora, New times roman'
1315
}
1416
}
1517
},

0 commit comments

Comments
 (0)