@zohodesk/components
Version:
In this Package, we Provide Some Basic Components to Build Web App
34 lines (29 loc) • 790 B
CSS
@charset 'utf-8';
@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: 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: 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;
}