Skip to content

Commit

Permalink
chore: remove unused snowburst one font (#10863)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelheusschen authored Jul 4, 2024
1 parent 10ea894 commit e32ce82
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
@tailwind utilities;

@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Snowburst+One&display=swap');

html,
button {
Expand Down Expand Up @@ -48,7 +47,3 @@ img {
div[class^='announcementBar_'] {
min-height: 2rem;
}

.navbar__brand .navbar__title {
@apply font-immich-title text-2xl font-normal text-immich-primary dark:text-immich-dark-primary;
}
3 changes: 0 additions & 3 deletions docs/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ module.exports = {
'immich-dark-fg': '#e5e7eb',
'immich-dark-gray': '#212121',
},
fontFamily: {
'immich-title': ['Snowburst One', 'cursive'],
},
},
},
plugins: [],
Expand Down
5 changes: 0 additions & 5 deletions web/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@
ascent-override: 100%;
}

@font-face {
font-family: 'Snowburst One';
src: url('$lib/assets/fonts/SnowburstOne-Regular.ttf') format('truetype');
}

:root {
font-family: 'Overpass', sans-serif;
/* Used by layouts to ensure proper spacing between navbar and content */
Expand Down
Binary file removed web/src/lib/assets/fonts/SnowburstOne-Regular.ttf
Binary file not shown.
1 change: 0 additions & 1 deletion web/tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ module.exports = {
'immich-dark-warning': 'rgb(var(--immich-dark-warning) / <alpha-value>)',
},
fontFamily: {
'immich-title': ['Snowburst One', 'cursive'],
'immich-mono': ['Overpass Mono', 'monospace'],
},
spacing: {
Expand Down

0 comments on commit e32ce82

Please sign in to comment.