8 lines
111 B
CSS
8 lines
111 B
CSS
|
@font-face {
|
||
|
font-family: Outfit;
|
||
|
src: url('Outfit-Regular.ttf');
|
||
|
}
|
||
|
|
||
|
body{
|
||
|
font-family: 'Outfit';
|
||
|
}
|