@primer/brand-primitives
Version:
Color, spacing, and typography primitives for the Primer Brand Design System
26 lines (24 loc) • 583 B
JavaScript
/**
* Do not edit directly
* Generated on Thu, 12 Mar 2026 15:02:27 GMT
*/
module.exports = {
brand: {
Testimonial: {
quote: {
fontSize: {
default: "var(--brand-text-size-400)",
large: "var(--brand-text-size-600)",
},
fontWeight: {
default: "var(--brand-heading-weight-600)",
large: "var(--brand-heading-weight-600)",
},
letterSpacing: {
default: "var(--brand-text-letterSpacing-400)",
large: "var(--brand-text-letterSpacing-900)",
},
},
},
},
};