Skip to content
Fontsource Logo

Download Roboto Flex

Download the font family for design apps, or add it to your website.

Delivery
CSS output

Load the standard stylesheet from jsDelivr. No package manager or build step is needed.

  1. Stylesheet importAdd this to your CSS. All weights from 100–1000 are available, while unicode ranges let the browser fetch only the characters it needs.
    @import url('https://cdn.jsdelivr.net/npm/@fontsource-variable/roboto-flex@5.3.0/index.css');
    css
  2. Use the fontApply the family, then choose any font weight from 100–1000.
    body {
      font-family: 'Roboto Flex Variable', sans-serif;
      font-weight: 400;
      font-style: normal;
    }
    css