library font-circe
Circe is a geometric sans-serif with some humanist features in 6 weights from Thin to Extra Bold.
webtack/font-circe
Circe is a geometric sans-serif with some humanist features in 6 weights from Thin to Extra Bold.
- Saturday, February 3, 2018
- by webtack
- Repository
- 0 Watchers
- 0 Stars
- 0 Installations
- CSS
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
font-cicle from you website
Usage
- Add the package on your composer.json file
composer require webtack/font-circe
- Include font-circe.css file between tags head
<link rel="stylesheet" href="path/to/libs/font-circe/css/font-circe.css">
- Somewhere in your style file
p {
font-family: 'Circe Thin';
font-family: 'Circe Extra Light';
font-family: 'Circe Light';
font-family: 'Circe Regular';
font-family: 'Circe Bold';
font-family: 'Circe Extra Bold';
}
Pleasant enjoyment :)