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.
Aurebesh AF Canon with Aurebesh Code
Aurebesh AF Canon with Aurebesh Red
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.
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
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);
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); }