Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[FONTS] Extracted Habbo SWF fonts

Junior Spellweaver
Joined
Sep 12, 2013
Messages
146
Reaction score
66
Wassup!
I extracted the basic Habbo Ubuntu and Volter-fonts as .WOFF!
Habbo has multiple different fonts for multiple different purposes within the client, so If you want to play around you might want to find the best one for each purpose. I haven't found the clear fonts for each purpose, but on these examples I used the generic Ubuntu 243.

EXAMPLES OF THEM IN-USE:
Just a basic motto tweak on Cosmic (Ubuntu 243).

Before:
rXANCZN - [FONTS] Extracted Habbo SWF fonts - RaGEZONE Forums


After:
zXUNex0 - [FONTS] Extracted Habbo SWF fonts - RaGEZONE Forums


Nitro:
Before
GmA3DZ2 - [FONTS] Extracted Habbo SWF fonts - RaGEZONE Forums


After
T3aZTn8 - [FONTS] Extracted Habbo SWF fonts - RaGEZONE Forums


How to add the fonts to your stylesheets?

  1. Add them to your font-folder or upload them wherever you want to. Just make sure they're linkable.
  2. Make sure your website can read them. You'll get a 404 error unless you've modified web.config, .htaccess or whatever server you're using. Click If you don't understand.
  3. Just add the font into your stylesheet or directly into HTML.

Downloads/images:
Here's a preview of all the fonts:
Download the .zip of all fonts as .WOFF:

You're done!
I'd love to see you make something fun with these, so let me know! :blushing:



Can't edit the thread anymore and RZ kept Ducking my styling so

Adding the font into your stylesheet:
Code:
font-face { font-family: 'Ubuntu243'; src: url(/assets/webfonts/Ubuntu243.woff) format('woff');};

Using it as a font:
Code:
.page-container[data-page="profile"] .profile-header .header-content .header-details .header-description { font-size: 12px; font-style: italic; font-family: 'Ubuntu243'; margin-top: 9px;}
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Newbie Spellweaver
Joined
Jan 10, 2016
Messages
70
Reaction score
19
Thank you so much, nice releases.
How to implement it on nitro bubbles?
 
Junior Spellweaver
Joined
Jul 28, 2019
Messages
162
Reaction score
308
Why didn't you just download the Ubuntu family?


(and Volter: )

Thanks for at least making this section a bit more alive!
 
Newbie Spellweaver
Joined
Feb 10, 2016
Messages
93
Reaction score
73
Why didn't you just download the Ubuntu family?


(and Volter: )

Thanks for at least making this section a bit more alive!

As you can see, by default Ubuntu doesn't have the "ALT" codes at all, they were put there by Sulake.
 
Junior Spellweaver
Joined
Jul 28, 2019
Messages
162
Reaction score
308
Does F work in bold without messed up opacity?
 
Back
Top