bigbluebutton-Github/bigbluebutton-html5/imports/ui/stylesheets/styled-components/typography.js
2021-11-02 17:11:41 +00:00

31 lines
671 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 fontSizeXL = '1.75rem';
const fontSizeMD = '0.95rem';
const headingsFontWeight = '500';
const btnFontWeight = '600';
const talkerFontWeight = '400';
const toolbarButtonFontSize = '1.75rem';
export {
lineHeightComputed,
lineHeightBase,
fontSizeBase,
fontSizeSmall,
fontSizeSmaller,
fontSizeXS,
fontSizeLarge,
fontSizeXL,
fontSizeMD,
headingsFontWeight,
btnFontWeight,
talkerFontWeight,
toolbarButtonFontSize,
};