Skip to content

Commit

Permalink
Upload font file
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnKitten committed Jul 30, 2024
1 parent acc7027 commit 2bff1ed
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 34 deletions.
34 changes: 0 additions & 34 deletions Themes/Spotify-Discord/css/fonts/circular.css

This file was deleted.

50 changes: 50 additions & 0 deletions Themes/Spotify-Discord/css/fonts/satoshi.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
/*
*
* FONTS
*
*/

@font-face {
font-family: 'Satoshi';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://capnkitten.github.io/BetterDiscord/Themes/Spotify-Discord/files/fonts/Satoshi-Light.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Satoshi';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://capnkitten.github.io/BetterDiscord/Themes/Spotify-Discord/files/fonts/Satoshi-Regular.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Satoshi';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://capnkitten.github.io/BetterDiscord/Themes/Spotify-Discord/files/fonts/Satoshi-Medium.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Satoshi';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://capnkitten.github.io/BetterDiscord/Themes/Spotify-Discord/files/fonts/Satoshi-Bold.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Satoshi';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://capnkitten.github.io/BetterDiscord/Themes/Spotify-Discord/files/fonts/Satoshi-Black.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

0 comments on commit 2bff1ed

Please sign in to comment.