diff --git a/packages/react/src/themes/algoboy.js b/packages/react/src/themes/algoboy.js
index 38cba0fc..399370e1 100644
--- a/packages/react/src/themes/algoboy.js
+++ b/packages/react/src/themes/algoboy.js
@@ -12,6 +12,7 @@ export const settings = {
gutterBackground: 'transparent',
gutterForeground: '#0f380f',
light: true,
+ customStyle: '.cm-line { line-height: 1 }',
};
export default createTheme({
theme: 'light',
diff --git a/packages/react/src/themes/teletext.js b/packages/react/src/themes/teletext.js
index 8e709ba4..d116124a 100644
--- a/packages/react/src/themes/teletext.js
+++ b/packages/react/src/themes/teletext.js
@@ -8,7 +8,7 @@ let colorC = 'red';
let colorD = '#f8fc55';
export const settings = {
- background: '#00000f',
+ background: '#000000',
foreground: colorA, // whats that?
caret: colorC,
selection: colorD,
@@ -17,6 +17,7 @@ export const settings = {
lineBackground: '#00000080',
gutterBackground: 'transparent',
gutterForeground: '#8a919966',
+ customStyle: '.cm-line { line-height: 1 }',
};
let punctuation = colorD;
diff --git a/website/public/fonts/mode7/MODE7GX3.TTF b/website/public/fonts/mode7/MODE7GX3.TTF
new file mode 100644
index 00000000..c9678aed
Binary files /dev/null and b/website/public/fonts/mode7/MODE7GX3.TTF differ
diff --git a/website/src/components/HeadCommon.astro b/website/src/components/HeadCommon.astro
index 23b39842..2aa6acfe 100644
--- a/website/src/components/HeadCommon.astro
+++ b/website/src/components/HeadCommon.astro
@@ -46,12 +46,14 @@ const base = BASE_URL;
{pwaInfo && }