diff --git a/apps/ui/css/fonts.css b/apps/ui/css/fonts.css new file mode 100644 index 0000000..840912a --- /dev/null +++ b/apps/ui/css/fonts.css @@ -0,0 +1,97 @@ +/* Local font assets are copied from pinned @fontsource packages during the UI build. */ +@font-face { + font-family: 'Inter'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url('../fonts/inter-cyrillic-400-normal.woff2') format('woff2'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} +@font-face { + font-family: 'Inter'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url('../fonts/inter-latin-400-normal.woff2') format('woff2'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} +@font-face { + font-family: 'Inter'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url('../fonts/inter-cyrillic-500-normal.woff2') format('woff2'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} +@font-face { + font-family: 'Inter'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url('../fonts/inter-latin-500-normal.woff2') format('woff2'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} +@font-face { + font-family: 'Inter'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url('../fonts/inter-cyrillic-600-normal.woff2') format('woff2'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} +@font-face { + font-family: 'Inter'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url('../fonts/inter-latin-600-normal.woff2') format('woff2'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} +@font-face { + font-family: 'Inter'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url('../fonts/inter-cyrillic-700-normal.woff2') format('woff2'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} +@font-face { + font-family: 'Inter'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url('../fonts/inter-latin-700-normal.woff2') format('woff2'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} +@font-face { + font-family: 'JetBrains Mono'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url('../fonts/jetbrains-mono-cyrillic-400-normal.woff2') format('woff2'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} +@font-face { + font-family: 'JetBrains Mono'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url('../fonts/jetbrains-mono-latin-400-normal.woff2') format('woff2'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} +@font-face { + font-family: 'JetBrains Mono'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url('../fonts/jetbrains-mono-cyrillic-500-normal.woff2') format('woff2'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} +@font-face { + font-family: 'JetBrains Mono'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url('../fonts/jetbrains-mono-latin-500-normal.woff2') format('woff2'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} diff --git a/apps/ui/css/workspace-setup.css b/apps/ui/css/workspace-setup.css index de92225..4ee6f3b 100644 --- a/apps/ui/css/workspace-setup.css +++ b/apps/ui/css/workspace-setup.css @@ -37,7 +37,11 @@ color: var(--text-muted); text-decoration: none; padding: 6px 10px; + border: 0; + background: none; border-radius: 6px; + font-family: inherit; + cursor: pointer; transition: color 0.15s, background 0.15s; } .ws-setup-back:hover { color: var(--text-secondary); background: rgba(255,255,255,0.04); } @@ -107,6 +111,7 @@ .ws-color-swatch { width: 20px; height: 20px; + padding: 0; border-radius: 5px; cursor: pointer; border: 2px solid transparent; diff --git a/apps/ui/html/agents.html b/apps/ui/html/agents.html index a8a30f4..e9e0a85 100644 --- a/apps/ui/html/agents.html +++ b/apps/ui/html/agents.html @@ -5,7 +5,7 @@