This repository contains a fpm font package containing Google Font: Roboto.
Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width.
Designers: Christian Robertson, Principal design
TLRD:
Include fifthtry.github.io/roboto package into FPM.ftd
file:
;-- fpm.dependency: fifthtry.github.io/roboto
Inside your FPM/config.ftd
use the font:
;-- import: fifthtry.github.io/roboto/assets as roboto
;-- fpm.type.headline-small: $roboto.fonts.Roboto
Now if in any file you do:
;-- ftd.text:
role: $fpm.type.headline-small
You will see the roboto
font.
Feel free to check our documentation or jump into our FifthTry Discord server.
Since Roboto Font is under Apache License, this FPM wrapper is also under Apache License.