16 lines
326 B
CSS
16 lines
326 B
CSS
@font-face {
|
|
font-display: swap;
|
|
font-family: 'Syne';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url('Syne-Bold.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-display: swap;
|
|
font-family: 'Syne';
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
src: url('Syne-ExtraBold.ttf') format('truetype');
|
|
}
|