Skip to content

Commit 766cefc

Browse files
authored
Merge pull request #88 from UTDNebula/new-font
New font
2 parents 8ed87fe + a617f9c commit 766cefc

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Skedge",
33
"displayName": "Skedge",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"description": "your registration assistant by students, for students",
66
"author": "Nebula Labs",
77
"packageManager": "[email protected]",

src/components/Landing.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ const Landing = () => {
108108
NEBULA LABS
109109
</a>
110110
</h2>
111-
<h1 className="text-6xl font-extrabold font-kallisto mb-2">
111+
<h1 className="text-6xl font-extrabold font-display mb-2">
112112
SKEDGE
113113
</h1>
114-
<h3 className="text-sm font-semibold font-kallisto mb-6">
114+
<h3 className="text-sm font-semibold font-display mb-6">
115115
FROM{' '}
116116
<a
117117
href={TRENDS_URL}

src/components/TopMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export function TopMenu() {
1515
alt="gradient background"
1616
className="absolute h-full w-full inset-0 object-cover -z-10"
1717
/>
18-
<h1 className="text-xl font-kallisto font-bold">SKEDGE</h1>
19-
<h2 className="text-sm font-normal font-kallisto">
18+
<h1 className="text-xl font-display font-bold">SKEDGE</h1>
19+
<h2 className="text-sm font-normal font-display">
2020
FROM{' '}
2121
<a
2222
href={TRENDS_URL}

src/styles/globals.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
@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://use.typekit.net/jfb1uzn.css');
1+
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
32

43
@tailwind base;
54
@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: ['Kallisto', 'Roboto', 'sans-serif'],
39+
display: ['Bai Jamjuree', 'Roboto', 'sans-serif'],
4040
},
4141
},
4242
fontFamily: {

0 commit comments

Comments
 (0)