Skip to content

Commit

Permalink
cleanup unnecessary font-stanford
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Sep 19, 2024
1 parent 71ea7a2 commit 46f661a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/global/page-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const PageFooter = ({...props}: Props) => {
<div className="bg-cardinal-red py-10 [&_a:hocus]:text-white [&_a]:text-white [&_a]:no-underline">
<div className="centered lg:flex lg:items-start lg:gap-20">
<div className="mb-10 text-center">
<a className="logo text-center font-stanford text-[3.4rem]" href="https://www.stanford.edu">
<a className="logo text-center text-[3.4rem]" href="https://www.stanford.edu">
<div>Stanford</div>
<div>University</div>
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/components/global/page-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const PageHeader = async () => {
<div className="bg-cardinal-red">
<div className="centered py-3">
<a
className="logo font-stanford text-20 text-white no-underline hocus:text-white hocus:underline"
className="logo text-20 text-white no-underline hocus:text-white hocus:underline"
href="https://www.stanford.edu"
>
Stanford University
Expand Down
1 change: 0 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ module.exports = {
},
fontFamily: {
roboto: ['var(--font-roboto)', 'sans-serif'],
stanford: ['var(--font-stanford)', 'sans-serif'],
},
},
},
Expand Down

0 comments on commit 46f661a

Please sign in to comment.