6 lines
151 B
CSS
6 lines
151 B
CSS
@font-face {
|
|
font-family: "Inter";
|
|
src: url("@opencode-ai/ui/fonts/Inter.ttf") format("truetype");
|
|
font-weight: 100 900;
|
|
font-style: normal;
|
|
}
|