webtack / font-circe
Circe is a geometric sans-serif with some humanist features in 6 weights from Thin to Extra Bold.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 0
Forks: 2
Open Issues: 0
Language:CSS
This package is not auto-updated.
Last update: 2025-03-30 08:01:55 UTC
README
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'; }