This repository contains the official REVREBEL brand fonts, optimized for modern web use. Fonts are served via jsDelivr CDN or GitHub Pages. Each font family includes only the approved weights for consistent branding.
.my-heading {
font-family: 'Khand', Impact;
font-weight: 600; /* value within approved range 500–700 */
font-style: normal;
}
.my-subhead {
font-family: 'Barlow', Impact;
font-weight: 900; /* approved Black */
font-style: normal;
}
<link>
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/REVREBEL/fonts@main/rebel-fonts.css">
@import
@import url('https://cdn.jsdelivr.net/gh/REVREBEL/fonts@main/rebel-fonts.css');
All fonts are licensed under the SIL Open Font License 1.1 or equivalent open license. Please review the individual font licenses before redistribution.
Always preload woff2 versions for performance:
<link rel="preload" as="font"
href="https://cdn.jsdelivr.net/gh/REVREBEL/fonts@main/khand/khand-variable.woff2"
type="font/woff2" crossorigin>