@pathscale/fonts-sansation

npm i @pathscale/fonts-sansation

Usage no npm install needed!

<script type="module">
  import pathscaleFontsSansation from 'https://cdn.skypack.dev/@pathscale/fonts-sansation';
</script>

README

@pathscale/fonts-sansation

Installation

npm i @pathscale/fonts-sansation

Usage

import from js

import '@pathscale/fonts-sansation'

declare what font to use in css

body {
    font-family: 'sansation';
    font-weight: bold;
}

Variants supported:

  • regular
  • regular italic
  • lighter
  • lighter italic
  • bold
  • bold italic