/aurebesh-discord-font

Unleash your inner Star Wars fandom by reading and typing in Aurebesh in Discord.

Primary LanguageCSS

Aurebesh Discord Font

Unleash your inner Star Wars fandom by reading and typing in Aurebesh in Discord. This font uses Aurebesh AF Canon font from AurekFonts and Aurebesh Code for the code font from Galaxy's Threads. Alternatively you may use the Aurebesh Red Regular version for the code font from AurekFonts.

The fonts are converted to woff2 from the TTF and OTF files and hosted on through GitHub served by jsDelivr so that you may use it for as long as you like.

Preview

Aurebesh AF Canon with Aurebesh Code

brave_2023-05-05_06-39-04

Aurebesh AF Canon with Aurebesh Red

brave_2023-05-05_06-39-53

How to use it?

BetterDiscord

Download the CSS file in the releases and add it to your theme folder. You may choose the Aurebesh Code version or the Aurebesh Red version. Instructions on how to do so can be found here.

Vencord

In the themes tab, insert the link below in theme links.

https://cdn.jsdelivr.net/gh/LogicismDev/aurebesh-discord-font/source.min.css

Aurebesh Red Version

https://cdn.jsdelivr.net/gh/LogicismDev/aurebesh-discord-font/source-red.min.css

Custom CSS

If you are using a custom client that has support for Custom CSS, you may use the code below.

@import url(https://cdn.jsdelivr.net/gh/LogicismDev/aurebesh-discord-font/source.min.css);

Aurebesh Red Version

@import url(https://cdn.jsdelivr.net/gh/LogicismDev/aurebesh-discord-font/source-red.min.css);

Web Browser

If you want to use this on the web browser, you may use it through the browser extension Stylus which you can get on the Chrome Web Store or the Firefox Addons.

Click on Write New Style and add the code below.

@-moz-document url-prefix("https://discord.com/channels/") { @import url(https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/source.min.css); }

Aurebesh Red Version

@-moz-document url-prefix("https://discord.com/channels/") { @import url(https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/source-red.min.css); }