mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 12:17:27 +00:00
feat: add terminal font settings and built-in Nerd Font (#23391)
This commit is contained in:
@@ -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% {
|
||||
|
||||
Reference in New Issue
Block a user