ar-design
Version:
AR Design is a (react | nextjs) ui library.
32 lines (30 loc) • 697 B
CSS
.ar-typography-title.xx-small {
font-size: 0.8rem; /* 12.8px (0.8 * 16) */
}
.ar-typography-title.x-small {
font-size: 1rem; /* 16px */
}
.ar-typography-title.small {
font-size: 1.3rem; /* 20.8px (1.3 * 16) */
}
.ar-typography-title.medium {
font-size: 1.6rem; /* 25.6px (1.6 * 16) */
}
.ar-typography-title.large {
font-size: 2rem; /* 32px (2 * 16) */
}
.ar-typography-title.x-large {
font-size: 2.5rem; /* 40px (2.5 * 16) */
}
.ar-typography-title.xx-large {
font-size: 3rem; /* 48px (3 * 16) */
}
.ar-typography-title.xxx-large {
font-size: 4rem; /* 64px (4 * 16) */
}
.ar-typography-title.smaller {
font-size: smaller;
}
.ar-typography-title.larger {
font-size: larger;
}