Skip to content

FifthTry/inter-font

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inter : FPM Font Package

This repository contains a fpm font package containing Google Font: Inter.

Inter is a variable font family carefully crafted & designed for computer screens. Inter features a tall x-height to aid in readability of mixed-case and lower-case text. Several OpenType features are provided as well, like contextual alternates that adjusts punctuation depending on the shape of surrounding glyphs, slashed zero for when you need to disambiguate "0" from "o", tabular numbers, et

Designers: Rasmus Andersson, Principal design

How To Use This Font In Your FPM Package:

Read the docs and demo.

TLRD:

Include fifthtry.github.io/inter package into FPM.ftd file:

;-- fpm.dependency: fifthtry.github.io/inter

Inside your FPM/config.ftd use the font:

;-- import: fifthtry.github.io/inter/assets as inter

;-- fpm.type.headline-small: $inter.fonts.Inter

Now if in any file you do:

;-- ftd.text:
role: $fpm.type.headline-small

You will see the inter font.

👀 Want to learn more?

Feel free to check our documentation or jump into our FifthTry Discord server.

License

Since Inter Font is under Open Font Licence, this FPM wrapper is also under Open Font Licence.