feat: add terminal font settings and built-in Nerd Font (#23391)
This commit is contained in:
parent
c09bcfe531
commit
10bd044c55
22 changed files with 105 additions and 20 deletions
|
|
@ -1,5 +1,12 @@
|
|||
@import "@opencode-ai/ui/styles/tailwind";
|
||||
|
||||
@font-face {
|
||||
font-family: 'JetBrainsMono Nerd Font Mono';
|
||||
src: url('/assets/JetBrainsMonoNerdFontMono-Regular.woff2') format('woff2');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@layer components {
|
||||
@keyframes session-progress-whip {
|
||||
0% {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue