forked from dark_thunder/immich
chore: remove unused snowburst one font (#10863)
This commit is contained in:
@ -8,7 +8,6 @@
|
|||||||
@tailwind utilities;
|
@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=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,
|
html,
|
||||||
button {
|
button {
|
||||||
@ -48,7 +47,3 @@ img {
|
|||||||
div[class^='announcementBar_'] {
|
div[class^='announcementBar_'] {
|
||||||
min-height: 2rem;
|
min-height: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar__brand .navbar__title {
|
|
||||||
@apply font-immich-title text-2xl font-normal text-immich-primary dark:text-immich-dark-primary;
|
|
||||||
}
|
|
||||||
|
@ -21,9 +21,6 @@ module.exports = {
|
|||||||
'immich-dark-fg': '#e5e7eb',
|
'immich-dark-fg': '#e5e7eb',
|
||||||
'immich-dark-gray': '#212121',
|
'immich-dark-gray': '#212121',
|
||||||
},
|
},
|
||||||
fontFamily: {
|
|
||||||
'immich-title': ['Snowburst One', 'cursive'],
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
|
@ -40,11 +40,6 @@
|
|||||||
ascent-override: 100%;
|
ascent-override: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Snowburst One';
|
|
||||||
src: url('$lib/assets/fonts/SnowburstOne-Regular.ttf') format('truetype');
|
|
||||||
}
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
font-family: 'Overpass', sans-serif;
|
font-family: 'Overpass', sans-serif;
|
||||||
/* Used by layouts to ensure proper spacing between navbar and content */
|
/* Used by layouts to ensure proper spacing between navbar and content */
|
||||||
|
Binary file not shown.
@ -24,7 +24,6 @@ module.exports = {
|
|||||||
'immich-dark-warning': 'rgb(var(--immich-dark-warning) / <alpha-value>)',
|
'immich-dark-warning': 'rgb(var(--immich-dark-warning) / <alpha-value>)',
|
||||||
},
|
},
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
'immich-title': ['Snowburst One', 'cursive'],
|
|
||||||
'immich-mono': ['Overpass Mono', 'monospace'],
|
'immich-mono': ['Overpass Mono', 'monospace'],
|
||||||
},
|
},
|
||||||
spacing: {
|
spacing: {
|
||||||
|
Reference in New Issue
Block a user