Truett Documentation
latest

🌀 Projects Background

  • Background

🍱 Web Story Structure

  • Structure — Story
    • <head>
    • :root color
    • :root spacer
    • cover page
    • slide background — text-color — text-shadow
    • font combinations
      • Noto Sans
      • Noto Serif
      • Poppins
      • Recursive
      • World of Water
      • Zilla Slab
        • font-face — Zilla Slab
        • font-link — Zilla Slab
        • font-style — Zilla Slab
      • Examples
    • font size — Story
    • line height
    • text position
    • grid
    • landscape
    • aspect-ratio
    • symbols — bullets
    • amp-img
    • pan-zoom
    • attachment
    • document viewer
    • link style
    • outlink
    • quiz
  • Structure — Questions and Answers

🔢 Web Story Instances

  • Instances — Specification
  • Instances — Questions and Answers

⚙️ Libraries - JavaScript

  • Manage JavaScript

🎨 Libraries - Color

  • Manage Color

🔠 Libraries - Fonts

  • Manage fonts

🏵 Libraries - SVGs

  • Manage SVG

♒ Transformations

  • Transform HTML to SVG

📐 Data Management

  • Data management

📚 Reference

  • Glossary
Truett Documentation
  • Structure — Story
  • font combinations
  • Zilla Slab
  • font-link — Zilla Slab
  • Edit on GitHub

font-link — Zilla Slab

font-link Zilla Slab

truetype font

Attention

Only use links and fonts actually used in a Web Story.

<link crossorigin rel="preload" as="font" type="font/ttf"
  href="https://s3.amazonaws.com/benetta.net/fonts/zilla-slab/ZillaSlab-Light.ttf"/>
<link crossorigin rel="preload" as="font" type="font/ttf"
  href="https://s3.amazonaws.com/benetta.net/fonts/zilla-slab/ZillaSlab-LightItalic.ttf"/>
<link crossorigin rel="preload" as="font" type="font/ttf"
  href="https://s3.amazonaws.com/benetta.net/fonts/zilla-slab/ZillaSlab-Regular.ttf"/>
<link crossorigin rel="preload" as="font" type="font/ttf"
  href="https://s3.amazonaws.com/benetta.net/fonts/zilla-slab/ZillaSlab-Italic.ttf"/>
<link crossorigin rel="preload" as="font" type="font/ttf"
  href="https://s3.amazonaws.com/benetta.net/fonts/zilla-slab/ZillaSlab-Medium.ttf"/>
<link crossorigin rel="preload" as="font" type="font/ttf"
  href="https://s3.amazonaws.com/benetta.net/fonts/zilla-slab/ZillaSlab-MediumItalic.ttf"/>
<link crossorigin rel="preload" as="font" type="font/ttf"
  href="https://s3.amazonaws.com/benetta.net/fonts/zilla-slab/ZillaSlab-SemiBold.ttf"/>
<link crossorigin rel="preload" as="font" type="font/ttf"
  href="https://s3.amazonaws.com/benetta.net/fonts/zilla-slab/ZillaSlab-SemiBoldItalic.ttf"/>
<link crossorigin rel="preload" as="font" type="font/ttf"
  href="https://s3.amazonaws.com/benetta.net/fonts/zilla-slab/ZillaSlab-Bold.ttf"/>
<link crossorigin rel="preload" as="font" type="font/ttf"
  href="https://s3.amazonaws.com/benetta.net/fonts/zilla-slab/ZillaSlab-BoldItalic.ttf"/>
Previous Next

Revision 3285db95. Last updated on 23-12-08 at 17:53 offset -05:00.