File tree Expand file tree Collapse file tree 2 files changed +4
-17
lines changed
Expand file tree Collapse file tree 2 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 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- } */
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments