9 lines
189 B
CSS
9 lines
189 B
CSS
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Garabosse Perle';
|
||
|
|
src: url('Garabosse-Perle.ttf') format('truetype');
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: swap;
|
||
|
|
}
|