5 lines
116 B
CSS
5 lines
116 B
CSS
|
|
@font-face {
|
||
|
|
font-family: "Larken";
|
||
|
|
src: url("../assests/fonts/LarkenDEMO-Regular.otf") format("opentype");
|
||
|
|
|
||
|
|
}
|