fonts

REVREBEL Fonts

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.


📚 Font Families & Approved Weights

Khand

Fira Code

General Sans

Noto Emoji

Pacifico

Barlow


🛠 Usage Examples

Variable Font Example

.my-heading {
  font-family: 'Khand', Impact;
  font-weight: 600; /* value within approved range 500–700 */
  font-style: normal;
}

Static Font Example

.my-subhead {
  font-family: 'Barlow', Impact;
  font-weight: 900; /* approved Black */
  font-style: normal;
}
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/REVREBEL/fonts@main/rebel-fonts.css">

Load via @import

@import url('https://cdn.jsdelivr.net/gh/REVREBEL/fonts@main/rebel-fonts.css');

📜 Licenses

All fonts are licensed under the SIL Open Font License 1.1 or equivalent open license. Please review the individual font licenses before redistribution.


âš¡ Best Practices