This repository contains a fpm font package containing Google Font: Roboto Mono.
Roboto Mono is a monospaced addition to the Roboto type family. Like the other members of the Roboto family, the fonts are optimized for readability on screens across a wide variety of devices and reading environments.
Designers: Christian Robertson, Principal design
TLRD:
Include fifthtry.github.io/roboto package into FPM.ftd
file:
;-- fpm.dependency: fifthtry.github.io/roboto-mono
Inside your FPM/config.ftd
use the font:
;-- import: fifthtry.github.io/roboto-mono
;-- fpm.type.headline-small: $roboto-mono.fonts.Roboto
Now if in any file you do:
;-- ftd.text:
role: $fpm.type.headline-small
You will see the roboto-mono
font.
Feel free to check our documentation or jump into our FifthTry Discord server.
Since Roboto Mono Font is under Apache License, this FPM wrapper is also under Apache License.