Skip to content
/ goldfish Public

Pixel-style sans-serif font faces (Volter & Volter-Bold) designed by Sulake.

Notifications You must be signed in to change notification settings

eonu/goldfish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goldfish

Volter (Goldfish) font and its bold variation, Volter-Bold, which are both pixel-style sans-serif fonts created by Sulake.


Setup

To set up the font faces:

  • Make sure the font files are in the correct directory

  • Copy the volter and volter-bold directories, along with goldfish.css, to your application

  • Import the goldfish.css file in any CSS file you wish to use it in

    @import url("path/to/goldfish.css");

Then you can start using the font faces:

@import url("goldfish.css");

// Volter (Goldfish)
h1 {
  font-family: 'Volter';
}

// Volter-Bold (Goldfish)
h1 {
  font-family: 'Volter';
  font-weight: bold;
}

Demo webpages for the fonts can be found in each of their respective directories

Disclaimer

Copyright, trademarks and other rights in the material from Habbo Hotel® and other services of Sulake Group in this repository are owned by Sulake Group.
This repository is neither owned nor operated by Sulake Group and it is not part of Habbo Hotel®.
Habbo®, Habbo Hotel®, Sulake and associated logos are trademarks of Sulake Group. All rights reserved.

About

Pixel-style sans-serif font faces (Volter & Volter-Bold) designed by Sulake.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published