Redaction 100
Getting Started
Installation
Install the variable version of this font by running the following command:
⬤⬤
npm install @fontsource-variable/redaction-100
sh
⬤⬤
yarn add @fontsource-variable/redaction-100
sh
⬤⬤
pnpm add @fontsource-variable/redaction-100
sh
⬤⬤
bun add @fontsource-variable/redaction-100
sh
Import
Include the following line in the root layout of your project to import the font:
⬤⬤
import '@fontsource/redaction-100';
jsx
CSS
Include the CSS in your project by adding the following line to your project:
⬤⬤
body {font-family: 'Redaction 100', serif;}
css
Note: Advanced usage is recommended for users who explicitly need to control their @font-face declarations and is only compatible with Vite-based frameworks or similar.Subsets
Weights
Display
Formats
Copy CSS
Import this into your global CSS file. Your bundler will automatically rewrite the URL into a useable asset:
⬤⬤
/* redaction-100-latin-400-normal */@font-face {font-family: 'Redaction 100';font-style: normal;font-display: swap;font-weight: 400;src: url(@fontsource/redaction-100/files/redaction-100-latin-400-normal.woff2) format('woff2'), url(@fontsource/redaction-100/files/redaction-100-latin-400-normal.woff) format('woff');}
css
Then include the following CSS in your project:
⬤⬤
body {font-family: 'Redaction 100', serif;}
css
Installation
Install the static version of this font by running the following command:
⬤⬤
npm install @fontsource/redaction-100
sh
⬤⬤
yarn add @fontsource/redaction-100
sh
⬤⬤
pnpm add @fontsource/redaction-100
sh
⬤⬤
bun add @fontsource/redaction-100
sh
Import
Include the following line in the root layout of your project to import the font:
⬤⬤
import '@fontsource/redaction-100';
jsx
CSS
Include the CSS in your project by adding the following line to your project:
⬤⬤
body {font-family: 'Redaction 100', serif;}
css
Note: Advanced usage is recommended for users who explicitly need to control their @font-face declarations and is only compatible with Vite-based frameworks or similar.Subsets
Weights
Display
Formats
Copy CSS
Import this into your global CSS file. Your bundler will automatically rewrite the URL into a useable asset:
⬤⬤
/* redaction-100-latin-400-normal */@font-face {font-family: 'Redaction 100';font-style: normal;font-display: swap;font-weight: 400;src: url(@fontsource/redaction-100/files/redaction-100-latin-400-normal.woff2) format('woff2'), url(@fontsource/redaction-100/files/redaction-100-latin-400-normal.woff) format('woff');}
css
Then include the following CSS in your project:
⬤⬤
body {font-family: 'Redaction 100', serif;}
css