Anchor Design System

27 Sans

27 Sans is a core part of the Tryg brand identity and should be used consciously to ensure a balance between identity and legibility.

Introduction

27 Sans is a custom typeface.

Installation

npm i @tryg/font

Usage

Within your app entry file or site component, import it in.

import "@tryg/font"; // Defaults to weight 400
import "@tryg/font/400.css"; // Specify weight
import "@tryg/font/400-italic.css"; // Specify weight and style

Supported variables:

Weights: [100,200,300,400,500,600,700,800,900]
Styles: [italic,normal]

Up to date usage documentation can be found here
https://gitlab.devops.prdroot.net/service/designops/tryg-font

On this page