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 */