From 569026779b0c90cf1cf248df85c1199b30290329 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 8 Oct 2023 19:58:43 -0700 Subject: [PATCH] layout updated --- src/routes/+page.svelte | 4 ++-- src/tailwind.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 275370b5..db6d6159 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -181,14 +181,14 @@
{#if Object.keys(chatHistory).length == 0}
-
+
Get up and running with large language models, locally.
-
+
Run Llama 2, Code Llama, and other models.
Customize and create your own.
diff --git a/src/tailwind.css b/src/tailwind.css index c0bcb599..60b6b04c 100644 --- a/src/tailwind.css +++ b/src/tailwind.css @@ -4,13 +4,13 @@ @layer base { html { - font-family: 'Arimo', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, + font-family: -apple-system, 'Arimo', ui-sans-serif, system-ui, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } pre { - font-family: 'Arimo', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, + font-family: -apple-system, 'Arimo', ui-sans-serif, system-ui, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; white-space: pre-wrap;