5 lines
98 B
CSS
5 lines
98 B
CSS
@font-face {
|
|
font-family: "Inconsolata";
|
|
src: url("inconsolata-vf.ttf") format("truetype");
|
|
}
|