diff --git a/themes/black-neptune-theme.css b/themes/black-neptune-theme.css index c9d22ac..4dcc212 100644 --- a/themes/black-neptune-theme.css +++ b/themes/black-neptune-theme.css @@ -1,8 +1,8 @@ /* { - "name": "ShadowX Port", + "name": "Abyss Neptune", "author": "@itzzexcel", - "description": "ShadowX Theme from Spicetify to TIDAL (17/Jan/2025)" + "description": "Abyss Neptune: ShadowX Theme from Spicetify to TIDAL (17/Jan/2025)" } */ @@ -22,6 +22,31 @@ --wave-color-solid-accent-dark: rgb(128, 128, 128); } +/* Credits to https://github.com/surfbryce for the fonts */ +@font-face { + font-family: "AbyssFont"; + font-weight: 400; + src: url("https://excel.lexploits.top/extra/tidal/LyricsRegular.woff2") format("woff2"); +} + +@font-face { + font-family: "AbyssFont"; + font-weight: 500; + src: url("https://excel.lexploits.top/extra/tidal/LyricsMedium.woff2") format("woff2"); +} + +@font-face { + font-family: "AbyssFont"; + font-weight: 600; + src: url("https://excel.lexploits.top/extra/tidal/LyricsSemibold.woff2") format("woff2"); +} + +@font-face { + font-family: "AbyssFont"; + font-weight: 700; + src: url("https://excel.lexploits.top/extra/tidal/LyricsBold.woff2") format("woff2"); +} + [class^="followingButton"], [title="Unfollow"], [title="Follow"], @@ -283,8 +308,8 @@ button[data-test="close-now-playing"]:hover { [class^="lyricsContainer"]>div>div>span { margin-bottom: 2rem; opacity: 1; - font-family: -apple-system-headline, BlinkMacSystemFont, sans-serif; - font-weight: bolder; + font-family: "AbyssFont", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + font-weight: 700; font-size: 38px !important; }