webtack / font-circe
Circe 是一种具有一些人文特征的几何无衬线字体,从轻到超粗共有6种重量。
dev-master
2018-02-03 15:48 UTC
This package is not auto-updated.
Last update: 2024-09-29 05:41:50 UTC
README
用法
- 在您的 composer.json 文件中添加包
composer require webtack/font-circe
- 在 head 标签之间包含 font-circe.css 文件
<link rel="stylesheet" href="path/to/libs/font-circe/css/font-circe.css">
- 在您的样式文件中的某个位置
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'; }