@nestbotics/nct_frontend_common_components
Version:
A collection of reusable React components with theme management and styling utilities
14 lines (13 loc) • 359 B
CSS
@font-face {
font-family: 'Custom';
src: url('./roboto.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'YourCustomFont';
src: url('./font.ttf') format('truetype');
font-weight: normal; /* Adjust as needed */
font-style: normal; /* Adjust as needed */
}