diff --git a/script/tailwind.config.js b/script/tailwind.config.js
index 16e881dda0..ea230fcc0a 100644
--- a/script/tailwind.config.js
+++ b/script/tailwind.config.js
@@ -7,12 +7,12 @@ module.exports = {
"Noto Color Emoji"
],
body: [
- "Spectral", "Constantia", "Lucida Bright", "Lucidabright", "Lucida Serif", "Lucida", "DejaVu Serif", "Bitstream Vera Serif",
- "Liberation Serif", "Georgia", "serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
- "Noto Color Emoji"
+ "JetBrains Mono", "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono",
+ "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", "Apple Color Emoji", "Segoe UI Emoji",
+ "Segoe UI Symbol", "Noto Color Emoji"
],
mono: [
- "Inconsolata", "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono",
+ "JetBrains Mono", "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono",
"Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji"
],
diff --git a/server/styles.css b/server/styles.css
index 5093b43a19..6f270300c1 100644
--- a/server/styles.css
+++ b/server/styles.css
@@ -1,6 +1,7 @@
/* This file is compiled to /assets/styles/tailwind.css via script/tailwind */
-@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&family=Spectral:ital,wght@0,200;0,300;1,800&display=swap');
+@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;1,200;1,300&display=swap');
+@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,300;1,100;1,300&display=swap');
@tailwind base;
@tailwind components;
@@ -23,4 +24,7 @@
@apply text-2xl;
@apply tracking-tighter;
}
+.underline, .hover\:underline:hover {
+ text-underline-offset: 4px;
+ }
}
\ No newline at end of file
diff --git a/server/templates/community.hbs b/server/templates/community.hbs
index 4b026b7875..c5edc36bbb 100644
--- a/server/templates/community.hbs
+++ b/server/templates/community.hbs
@@ -1,7 +1,7 @@
{{#> layout }}
-
+
{{/layout}}
diff --git a/server/templates/home.hbs b/server/templates/home.hbs
index 0e73f718bc..ee2b5328c4 100644
--- a/server/templates/home.hbs
+++ b/server/templates/home.hbs
@@ -1,18 +1,18 @@
{{#> layout }}
-
-
-
+
+
+
Level up your development process with:
-
- - a lightning fast code editor
+
+ - a lightning fast code editor
- real time collaboration on any work tree
- powerful code annotation tools
- the ability to rewind time to any point
- Early access to Zed will open up mid-2022 for small teams and individuals. Be the first in line.
- Read our story.
+ Early access to Zed will open up mid-2022 for small teams and individuals. Be the first to know.
+ Read our story.
{{/layout}}
\ No newline at end of file
diff --git a/server/templates/partials/layout.hbs b/server/templates/partials/layout.hbs
index a4e2b27898..3dda95815c 100644
--- a/server/templates/partials/layout.hbs
+++ b/server/templates/partials/layout.hbs
@@ -22,42 +22,29 @@
-
-
-