+
{title}
+
{subtitle}
+
{render_markdown(language, content)}
+
+ {buttons.map((button_data) => button(button_data))}
+
+
+ );
+ }
+}
diff --git a/src/fonts.json b/src/fonts.json
index f2121dd..9d70f9e 100644
--- a/src/fonts.json
+++ b/src/fonts.json
@@ -1,7 +1,7 @@
{
"googleFonts": {
"families": {
- "Ubuntu": true,
+ "Atkinson Hyperlegible": true,
"Libre Baskerville": true,
"Ubuntu Mono": true,
"Anton": true
diff --git a/src/main.css b/src/main.css
index 2575764..6616a52 100644
--- a/src/main.css
+++ b/src/main.css
@@ -1,8 +1,8 @@
html {
background: var(--color-brand-canvas);
- font-family: Ubuntu, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
- "Segoe UI Emoji", "Segoe UI Symbol", "Lato", "Helvetica Neue", Helvetica, Arial,
- sans-serif;
+ font-family: "Atkinson Hyperlegible", -apple-system, system-ui, BlinkMacSystemFont,
+ "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Lato", "Helvetica Neue",
+ Helvetica, Arial, sans-serif;
font-size: 14px;
}