webtack/font-circe

Circe is a geometric sans-serif with some humanist features in 6 weights from Thin to Extra Bold.

dev-master 2018-02-03 15:48 UTC

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';
    }

Pleasant enjoyment :)