2.3.0 • Published 5 years ago

ahm-font v2.3.0

Weekly downloads
6
License
UNLICENSED
Repository
github
Last release
5 years ago

ahm-font

Proxima Nova font. Latest version can be found at https://static.ahm.com.au/font/latest/main.css.

Usage

CSS

@import url("https://static.ahm.com.au/font/latest/main.css");

or by using desired version:

@import url("https://static.ahm.com.au/font/1.1.0/main.css");

npm Module

npm i @ahmdigital/font

HTML link

Loading in a non-blocking way:

<link rel="preload" href="https://static.ahm.com.au/font/latest/main.css" as="style" />
<link rel="stylesheet" href="https://static.ahm.com.au/font/latest/main.css" type="text/css" />

References