@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
65 lines (58 loc) • 1.6 kB
CSS
/*For editor's legacy content*/
@font-face {
font-family: Regular;
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: Regular;
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: Regular;
src: url('https://static.zohocdn.com/webfonts/lato2bold/font.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}
/* For font-weight */
@font-face {
font-family: Lato;
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: Lato;
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: Lato;
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: Lato;
src: url('https://static.zohocdn.com/webfonts/lato2bold/font.woff2') format('woff2');
font-weight: 700 900;
font-style: normal;
font-display: swap;
}