Skip to content

Commit

Permalink
Fixed font on Safari, added correct favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
danrparker committed Dec 9, 2024
1 parent 74dd81e commit 321a424
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
@apply text-[#231f20];
font-family: "ff-good-web-pro-extra-conden", sans-serif;
@apply text-[#231f20] italic;
}

.countdown-tile {
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineNuxtConfig({
{
rel: 'icon',
type: 'image/x-icon',
href: '/yorksu-logo-black-icon.png',
href: '/roses-logo.png',
},
{ rel: 'stylesheet', href: 'https://use.typekit.net/nks8xpu.css' },
{
Expand Down
Binary file removed public/favicon.ico
Binary file not shown.
Binary file added public/roses-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 321a424

Please sign in to comment.