28 lines
718 B
CSS
28 lines
718 B
CSS
@font-face {
|
|
font-family: 'Roboto';
|
|
src: url('fonts/Roboto/Roboto-Regular.ttf') format('truetype');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'Ubuntu';
|
|
src: url('fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'Roboto Slab';
|
|
src: url('fonts/Roboto_Slab/RobotoSlab-VariableFont_wght.ttf') format('truetype');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url('fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
} |