Skip to content

Commit

Permalink
chore: prune whitney override
Browse files Browse the repository at this point in the history
It is no longer needed
  • Loading branch information
favna committed May 15, 2021
1 parent 0d7b641 commit 7c3c32f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions src/config/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,49 +27,6 @@
-webkit-border-radius: 100px;
}

/* Whitney font face to match Discord */
@font-face {
/* Whitney-Light */
font-family: Whitney;
font-style: light;
font-weight: 300;
src: url('/fonts/Whitney-Light.woff') format('woff');
}
@font-face {
/* Whitney-Normal */
font-family: Whitney;
font-style: normal;
font-weight: 500;
src: url('/fonts/Whitney-Normal.woff') format('woff');
}
@font-face {
/* Whitney-Medium-Regular */
font-family: Whitney;
font-style: medium;
font-weight: 600;
src: url('/fonts/Whitney-Medium-Regular.woff') format('woff');
}
@font-face {
/* Whitney-Medium-Extra */
font-family: WhitneyMedium;
font-style: medium;
font-weight: 600;
src: url('/fonts/Whitney-Medium-Extra.woff') format('woff');
}
@font-face {
/* Whitney-Bold */
font-family: Whitney;
font-style: bold;
font-weight: 700;
src: url('/fonts/Whitney-Bold.woff') format('woff');
}

/* Setting default CSS for Discord messages */
.discord-message,
.discord-messages {
font-family: Whitney, Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.discord-messages {
border-radius: 4px;
}
Expand Down
Binary file removed src/public/fonts/Whitney-Bold.woff
Binary file not shown.
Binary file removed src/public/fonts/Whitney-Light.woff
Binary file not shown.
Binary file removed src/public/fonts/Whitney-Medium-Extra.woff
Binary file not shown.
Binary file removed src/public/fonts/Whitney-Medium-Regular.woff
Binary file not shown.
Binary file removed src/public/fonts/Whitney-Normal.woff
Binary file not shown.

0 comments on commit 7c3c32f

Please sign in to comment.