Skip to content

Commit

Permalink
Merge pull request #13 from Fraulk/main
Browse files Browse the repository at this point in the history
Fix the `/year-cover.tsx` component's rendering issues on Firefox
  • Loading branch information
originalnicodr authored Dec 26, 2023
2 parents da40cf7 + 0783ef9 commit a5000fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/home/year-cover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const framedTextStyle: CSS.Properties = {
opacity: '90%',
//mix-blend-mode: 'screen',
//color: '#dbdfd8',
fontFamily: "Galano Grotesque Alt",
fontFamily: "Galano Grotesque Alt !important",
letterSpacing: "-0.05em",
filter: "drop-shadow(0px 5px 5px #00000035)",
}
Expand All @@ -82,7 +82,7 @@ const yearTextStyle: CSS.Properties = {
textAlign: 'center',
transform: 'translate(-50%, -50%)',
opacity: '80%',
//mixBlendMode: 'screen',
mixBlendMode: 'screen',
filter: "drop-shadow(0px 5px 5px #00000035)",
fontFamily: "'Galano Grotesque Alt (Numbers)', 'AtkinsonHyperlegible', 'HelveticaNeue', 'Helvetica', 'Arial', 'sans-serif'",
//color: '#dbdfd8',
Expand Down

0 comments on commit a5000fb

Please sign in to comment.