Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Skedge",
"displayName": "Skedge",
"version": "2.2.0",
"version": "2.2.1",
"description": "your registration assistant by students, for students",
"author": "Nebula Labs",
"packageManager": "npm@8.19.2",
Expand Down
4 changes: 2 additions & 2 deletions src/components/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ const Landing = () => {
NEBULA LABS
</a>
</h2>
<h1 className="text-6xl font-extrabold font-kallisto mb-2">
<h1 className="text-6xl font-extrabold font-display mb-2">
SKEDGE
</h1>
<h3 className="text-sm font-semibold font-kallisto mb-6">
<h3 className="text-sm font-semibold font-display mb-6">
FROM{' '}
<a
href={TRENDS_URL}
Expand Down
4 changes: 2 additions & 2 deletions src/components/TopMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export function TopMenu() {
alt="gradient background"
className="absolute h-full w-full inset-0 object-cover -z-10"
/>
<h1 className="text-xl font-kallisto font-bold">SKEDGE</h1>
<h2 className="text-sm font-normal font-kallisto">
<h1 className="text-xl font-display font-bold">SKEDGE</h1>
<h2 className="text-sm font-normal font-display">
FROM{' '}
<a
href={TRENDS_URL}
Expand Down
3 changes: 1 addition & 2 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://use.typekit.net/jfb1uzn.css');
@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');

@tailwind base;
@tailwind components;
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
shade: '#101828', // drop shadow color from shipfaster ui
},
fontFamily: {
kallisto: ['Kallisto', 'Roboto', 'sans-serif'],
display: ['Bai Jamjuree', 'Roboto', 'sans-serif'],
},
},
fontFamily: {
Expand Down