项目作者: South-Paw

项目描述 :
VAG Rounded typeface
高级语言: CSS
项目地址: git://github.com/South-Paw/typeface-vag-rounded.git
创建时间: 2019-10-05T09:27:05Z
项目社区:https://github.com/South-Paw/typeface-vag-rounded

开源协议:MIT License

下载


typeface-vag-rounded

The CSS and web font files for the VAG Rounded typeface

Install

npm install --save @south-paw/typeface-vag-rounded

or

yarn add @south-paw/typeface-vag-rounded

Use

This project assumes that you’re using webpack to process CSS and files.

The package includes the necessary font files (woff2, woff) and a CSS file with font-face declarations pointing at these files.

You will need to have webpack setup to load css and font files.

Many tools built with Webpack will work out of the box with this package such as Gatsby and Create React App.

To use, simply require the package in your project’s entry file:

  1. // Load VAG Rounded typeface
  2. require("@south-paw/typeface-vag-rounded");

and then apply the font family via CSS:

  1. body {
  2. font-family: "VAGRounded";
  3. }

Package includes 100, 400, 700, 900 font weights.

Source

Package is inspired by the typefaces project.