back

Rubik

Hubert and Fischer, Meir Sadan, Cyreal, Daniel Grumer, Omaima Dajani · sans-serif · ofl

Subsets: arabic, cyrillic, cyrillic-ext, hebrew, latin, latin-ext, menu

Source ↗ ofl license ↗

size
32px
weight
400
Everyone has the right to freedom of thought, conscience and religion; this right includes freedom to change his religion or belief, and freedom, either alone or in community with others and in public or private, to manifest his religion or belief in teaching, practice, worship and observance.

Everyone has the right to freedom of opinion and expression; this right includes freedom to hold opinions without interference and to seek, receive and impart information and ideas through any media and regardless of frontiers. Everyone has the right to rest and leisure, including reasonable limitation of working hours and periodic holidays with pay.

Download & embed

300–900 normal Download .woff2 ↓
@font-face {
  font-family: "Rubik";
  src: url("https://cdn.fasu.dev/fonts/ofl/rubik/rubik-normal-variable.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
}
300–900 italic Download .woff2 ↓
@font-face {
  font-family: "Rubik";
  src: url("https://cdn.fasu.dev/fonts/ofl/rubik/rubik-italic-variable.woff2") format("woff2");
  font-weight: 300 900;
  font-style: italic;
}

Use with vite-fonts

Self-host at build time with @pyyupsk/vite-fonts — works on any Vite-based project; Astro shown here.

// astro.config.ts
import { fonts } from "@pyyupsk/vite-fonts/astro";

export default defineConfig({
  integrations: [fonts("Rubik:variable", { source: "pyyupsk" })],
});