bigbluebutton-Github/bigbluebutton-html5/imports/ui/stylesheets/styled-components/typography.js
2021-10-28 13:46:40 +00:00

21 lines
419 B
JavaScript

const lineHeightComputed = '1rem';
const lineHeightBase = '1.25';
const fontSizeBase = '1rem';
const fontSizeSmall = '0.875rem';
const fontSizeSmaller = '.75rem';
const fontSizeXS = '.575rem';
const fontSizeLarge = '1.25rem';
const headingsFontWeight = '500';
export {
lineHeightComputed,
lineHeightBase,
fontSizeBase,
fontSizeSmall,
fontSizeSmaller,
fontSizeXS,
fontSizeLarge,
headingsFontWeight,
};