mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-06 08:38:41 +00:00
33 lines
689 B
HTML
33 lines
689 B
HTML
<style type="text/css">
|
|
/* Regular */
|
|
@font-face {
|
|
font-family: 'Mulish';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('../src/fonts/Mulish-Regular.ttf') format('truetype');
|
|
}
|
|
|
|
/* Medium */
|
|
@font-face {
|
|
font-family: 'Mulish';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
src: url('../src/fonts/Mulish-Medium.ttf') format('truetype');
|
|
}
|
|
|
|
/* SemiBold */
|
|
@font-face {
|
|
font-family: 'Mulish';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src: url('../src/fonts/Mulish-SemiBold.ttf') format('truetype');
|
|
}
|
|
|
|
/* Bold */
|
|
@font-face {
|
|
font-family: 'Mulish';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url('../src/fonts/Mulish-Bold.ttf') format('truetype');
|
|
}
|
|
</style> |