Skip to content

Commit

Permalink
attempt to fix font compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickolausen committed Dec 28, 2024
1 parent 63de27a commit 0e25aae
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 9 deletions.
Empty file.
1 change: 0 additions & 1 deletion src/components/EducationCard.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import styles from './EducationCard.module.css'
import { EducationTitle } from '../model/Education'

interface IProps {
Expand Down
Empty file.
4 changes: 1 addition & 3 deletions src/components/LayoutComponents/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import styles from './Footer.module.css'

function Footer()
{
return <>
<footer className={styles.footer + " mt-20 flex justify-center content-center p-20 text-center text-primary bg-[--nav-bg]"}>
<footer className={"mt-20 flex justify-center content-center p-20 text-center text-primary bg-[--nav-bg]"}>
<span>Handmade with <i className='fa fa-heart text-[--accent-color]'></i> by <a className='text-[--accent-color]' href='https://github.com/Nickolausen'>Nicholas Magi</a></span>
</footer>
</>
Expand Down
3 changes: 0 additions & 3 deletions src/components/LayoutComponents/Navbar.module.css

This file was deleted.

1 change: 0 additions & 1 deletion src/components/LayoutComponents/Navbar.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import SocialCard from "../SocialCard"
import ThemeSwitcher from "../ThemeSwitcher"
// import ThemeSwitcher from "./ThemeSwitcher"

function Navbar()
{
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ a:not(.exclude):hover::after {

*,
body {
font-family: var(--main-font-family);
font-family: var(--main-font-family), system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

progress::-webkit-progress-bar {
Expand Down

0 comments on commit 0e25aae

Please sign in to comment.