diff --git a/script/tailwind.config.js b/script/tailwind.config.js
index 16e881dda08ebbf254f360041c1f3c31f5c312cd..ea230fcc0a1d518fc6e76869886a6898bd613163 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 5093b43a19121919de0596371d2ae3ac280a35ae..6f270300c1dbeef644fc2694f9ccf2325c47eebd 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 4b026b7875e5b88640c10ad4809e6a610b8dc812..c5edc36bbbe0beb476996edaef06f8a2dd5284ec 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 0e73f718bc469dc942205b3f41c5bdba1d6ad7df..ee2b5328c4a7741c3f298283c000e59a6aa4d30f 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 a4e2b278984d2255e23671a992eae7f8005e209d..3dda95815cbb0fba6fb049ff0ac8051f484a04cb 100644
--- a/server/templates/partials/layout.hbs
+++ b/server/templates/partials/layout.hbs
@@ -22,42 +22,29 @@
-
-
-