Skip to content

Commit c16c58a

Browse files
committed
test font -> kallisto
1 parent 38d3b45 commit c16c58a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/styles/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
2-
@import url('https://fonts.googleapis.com/css2?family=Rubik+Bubbles&display=swap');
2+
@import url('https://use.typekit.net/jfb1uzn.css');
33

44
@tailwind base;
55
@tailwind components;

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636
shade: '#101828', // drop shadow color from shipfaster ui
3737
},
3838
fontFamily: {
39-
kallisto: ['Rubik Bubbles', 'Roboto', 'sans-serif'],
39+
kallisto: ['Kallisto', 'Roboto', 'sans-serif'],
4040
},
4141
},
4242
fontFamily: {

0 commit comments

Comments
 (0)