Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Overimagine1 authored Apr 4, 2024
1 parent 1714744 commit 4735c50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ No. I'm not gonna point fingers, but someone in the BD server was claiming that
## Vencord
Go to your themes tab and copy and paste this text in the "Theme Links" box.

`https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/source.min.css`
`https://pages.overimagine.xyz/old-discord-font/source.css`

Alternate link if above doesn't work

`https://pages.overimagine.xyz/old-discord-font/source.css`
`https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/source.min.css`
## BetterDiscord
Download [the theme file](https://raw.githubusercontent.com/Overimagine1/old-discord-font/main/OldDiscordFont.theme.css) and put it into your BD theme folder. If you don't know how to do this, instructions are [here](https://docs.betterdiscord.app/users/guides/installing-addons/).
## Custom CSS / OpenAsar
Most client mods have a Custom CSS tab. Paste this line into the top of your Custom CSS.
```css
@import url(https//cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/source.min.css);
@import url(https://pages.overimagine.xyz/old-discord-font/source.css);
```

Alternate import if the above doesn't work
```css
@import url(https://pages.overimagine.xyz/old-discord-font/source.css);
@import url(https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/source.min.css);
```

To access OpenAsar's theming, go to you OpenAsar Settings then click "Theming" in the top right, then paste it in there.

0 comments on commit 4735c50

Please sign in to comment.