Files
dashboards/src/fonts/fonts.css
T

32 lines
614 B
CSS

@font-face {
font-family: 'Doran';
src: url('./Doran-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Doran';
src: url('./Doran-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Doran';
src: url('./Doran-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'CAILYNE';
src: url('./CAILYNE.TTF') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}