https://github.com/eonu/goldfish
Pixel-style sans-serif font faces (Volter & Volter-Bold) designed by Sulake.
https://github.com/eonu/goldfish
font font-face font-family goldfish habbo habbohotel sulake volter volter-bold
Last synced: about 1 year ago
JSON representation
Pixel-style sans-serif font faces (Volter & Volter-Bold) designed by Sulake.
- Host: GitHub
- URL: https://github.com/eonu/goldfish
- Owner: eonu
- Created: 2018-12-29T11:49:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-29T22:11:36.000Z (over 1 year ago)
- Last Synced: 2025-04-24T03:47:28.167Z (about 1 year ago)
- Topics: font, font-face, font-family, goldfish, habbo, habbohotel, sulake, volter, volter-bold
- Language: HTML
- Homepage:
- Size: 517 KB
- Stars: 19
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goldfish
The Volter (Goldfish) font and its bold variation, Volter-Bold, both pixel-style sans-serif fonts created by [Sulake](http://www.sulake.com/).
---

## Setup
To set up the font faces:
- Copy the `volter` directory into your project.
- Import `volter/volter.css` in any CSS file you wish to use it in.
Then you can start using the font faces, e.g.:
```scss
@import url("volter/volter.css");
// Volter (Goldfish)
span.volter {
font-family: 'Volter';
}
// Volter-Bold (Goldfish)
span.volter-bold {
font-family: 'Volter';
font-weight: bold;
}
```
## 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.
```