@zohodesk/components
Version:
Dot UI is a customizable React component library built to deliver a clean, accessible, and developer-friendly UI experience. It offers a growing set of reusable components designed to align with modern design systems and streamline application development
64 lines (56 loc) • 1.55 kB
CSS
@font-face {
font-family: Light;
src: url('https://static.zohocdn.com/webfonts/lato2light/font.woff2') format('woff2');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Regular;
src: url('https://static.zohocdn.com/webfonts/lato2regular/font.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Semibold;
src: url('https://static.zohocdn.com/webfonts/lato2semibold/font.woff2') format('woff2');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Bold;
src: url('https://static.zohocdn.com/webfonts/lato2bold/font.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: ZDLato;
src: url('https://static.zohocdn.com/webfonts/lato2light/font.woff2') format('woff2');
font-weight: 100 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: ZDLato;
src: url('https://static.zohocdn.com/webfonts/lato2regular/font.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: ZDLato;
src: url('https://static.zohocdn.com/webfonts/lato2semibold/font.woff2') format('woff2');
font-weight: 500 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: ZDLato;
src: url('https://static.zohocdn.com/webfonts/lato2bold/font.woff2') format('woff2');
font-weight: 700 900;
font-style: normal;
font-display: swap;
}