From 27635534ea5b117c07e3591c202c28c3a8cf3ae8 Mon Sep 17 00:00:00 2001 From: Oleh Omelchenko Date: Thu, 16 Oct 2025 23:46:33 +0300 Subject: [PATCH] feat: add SVG favicon and update font to IBM Plex Mono across styles --- a.svg | 22 ++++++++++++++++++++ index.html | 7 +++++++ src/favicon.svg | 55 +++++++++++++++++++++++++++++++++++++++++++++++++ src/styles.css | 4 ++-- 4 files changed, 86 insertions(+), 2 deletions(-) create mode 100644 a.svg create mode 100644 src/favicon.svg diff --git a/a.svg b/a.svg new file mode 100644 index 0000000..d4cef3c --- /dev/null +++ b/a.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 34d9857..389a189 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,13 @@ Astrolabe - Vega-Lite Snippet Manager + + + + + + + diff --git a/src/favicon.svg b/src/favicon.svg new file mode 100644 index 0000000..7cccb52 --- /dev/null +++ b/src/favicon.svg @@ -0,0 +1,55 @@ + + Astrolabe Icon (Thin) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/styles.css b/src/styles.css index 18b1958..6498e83 100644 --- a/src/styles.css +++ b/src/styles.css @@ -11,8 +11,8 @@ --bg-white: #fff; --bg-light: #f0f0f0; --bg-lighter: #e0e0e0; - --font-main: 'MS Sans Serif', Tahoma, sans-serif; - --font-mono: 'Courier New', monospace; + --font-main: 'IBM Plex Mono', 'Courier New', Consolas, monospace; + --font-mono: 'IBM Plex Mono', 'Courier New', Consolas, monospace; } /* Base */