Skip to content

Commit

Permalink
use embedde google code for font 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-chu committed Apr 22, 2024
1 parent ef16f64 commit cb02898
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@ darkTheme.typography.h1 = {
'@media (min-height:800px)': {
fontSize: '2rem',
},
fontFamily: "NotoSansTC",
fontFamily: "Noto Sans TC",
}

darkTheme.typography.h3 = {
fontSize: "1rem",
'@media (max-height:700px)': {
fontSize: '0.6rem',
},
fontFamily: "NotoSansTC",
fontFamily: "Noto Sans TC",
}

darkTheme.typography.h4 = {
fontSize: "0.8rem",
'@media (max-height:700px)': {
fontSize: '0.4rem',
},
fontFamily: "NotoSansTC",
fontFamily: "Noto Sans TC",
}

export default function Home() {
Expand Down

0 comments on commit cb02898

Please sign in to comment.