diff --git a/view/template/layout/basic.php b/view/template/layout/basic.php
index ec505c3c..a5a9af6d 100644
--- a/view/template/layout/basic.php
+++ b/view/template/layout/basic.php
@@ -12,8 +12,8 @@
'LBRY' ?>
-
-
+
+
diff --git a/web/font/fira-code/fira_code.css b/web/font/fira-code/fira_code.css
new file mode 100644
index 00000000..d215f828
--- /dev/null
+++ b/web/font/fira-code/fira_code.css
@@ -0,0 +1,48 @@
+@font-face {
+ font-family: 'Fira Code';
+ src: url('woff2/FiraCode-Light.woff2') format('woff2'),
+ url("woff/FiraCode-Light.woff") format("woff");
+ font-weight: 300;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Fira Code';
+ src: url('woff2/FiraCode-Regular.woff2') format('woff2'),
+ url("woff/FiraCode-Regular.woff") format("woff");
+ font-weight: 400;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Fira Code';
+ src: url('woff2/FiraCode-Medium.woff2') format('woff2'),
+ url("woff/FiraCode-Medium.woff") format("woff");
+ font-weight: 500;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Fira Code';
+ src: url('woff2/FiraCode-SemiBold.woff2') format('woff2'),
+ url("woff/FiraCode-SemiBold.woff") format("woff");
+ font-weight: 600;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Fira Code';
+ src: url('woff2/FiraCode-Bold.woff2') format('woff2'),
+ url("woff/FiraCode-Bold.woff") format("woff");
+ font-weight: 700;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Fira Code VF';
+ src: url('woff2/FiraCode-VF.woff2') format('woff2-variations'),
+ url('woff/FiraCode-VF.woff') format('woff-variations');
+ /* font-weight requires a range: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide#Using_a_variable_font_font-face_changes */
+ font-weight: 300 700;
+ font-style: normal;
+}
\ No newline at end of file
diff --git a/web/font/fira-code/woff/FiraCode-Bold.woff b/web/font/fira-code/woff/FiraCode-Bold.woff
new file mode 100644
index 00000000..74e57c4c
Binary files /dev/null and b/web/font/fira-code/woff/FiraCode-Bold.woff differ
diff --git a/web/font/fira-code/woff/FiraCode-Light.woff b/web/font/fira-code/woff/FiraCode-Light.woff
new file mode 100644
index 00000000..1c1ebc68
Binary files /dev/null and b/web/font/fira-code/woff/FiraCode-Light.woff differ
diff --git a/web/font/fira-code/woff/FiraCode-Medium.woff b/web/font/fira-code/woff/FiraCode-Medium.woff
new file mode 100644
index 00000000..19251b0f
Binary files /dev/null and b/web/font/fira-code/woff/FiraCode-Medium.woff differ
diff --git a/web/font/fira-code/woff/FiraCode-Regular.woff b/web/font/fira-code/woff/FiraCode-Regular.woff
new file mode 100644
index 00000000..8816b695
Binary files /dev/null and b/web/font/fira-code/woff/FiraCode-Regular.woff differ
diff --git a/web/font/fira-code/woff/FiraCode-SemiBold.woff b/web/font/fira-code/woff/FiraCode-SemiBold.woff
new file mode 100644
index 00000000..97857dbc
Binary files /dev/null and b/web/font/fira-code/woff/FiraCode-SemiBold.woff differ
diff --git a/web/font/fira-code/woff/FiraCode-VF.woff b/web/font/fira-code/woff/FiraCode-VF.woff
new file mode 100644
index 00000000..c3407eda
Binary files /dev/null and b/web/font/fira-code/woff/FiraCode-VF.woff differ
diff --git a/web/font/fira-code/woff2/FiraCode-Bold.woff2 b/web/font/fira-code/woff2/FiraCode-Bold.woff2
new file mode 100644
index 00000000..349dc36a
Binary files /dev/null and b/web/font/fira-code/woff2/FiraCode-Bold.woff2 differ
diff --git a/web/font/fira-code/woff2/FiraCode-Light.woff2 b/web/font/fira-code/woff2/FiraCode-Light.woff2
new file mode 100644
index 00000000..eeaa3036
Binary files /dev/null and b/web/font/fira-code/woff2/FiraCode-Light.woff2 differ
diff --git a/web/font/fira-code/woff2/FiraCode-Medium.woff2 b/web/font/fira-code/woff2/FiraCode-Medium.woff2
new file mode 100644
index 00000000..7f1d7709
Binary files /dev/null and b/web/font/fira-code/woff2/FiraCode-Medium.woff2 differ
diff --git a/web/font/fira-code/woff2/FiraCode-Regular.woff2 b/web/font/fira-code/woff2/FiraCode-Regular.woff2
new file mode 100644
index 00000000..f8b63fb0
Binary files /dev/null and b/web/font/fira-code/woff2/FiraCode-Regular.woff2 differ
diff --git a/web/font/fira-code/woff2/FiraCode-SemiBold.woff2 b/web/font/fira-code/woff2/FiraCode-SemiBold.woff2
new file mode 100644
index 00000000..ccbefc88
Binary files /dev/null and b/web/font/fira-code/woff2/FiraCode-SemiBold.woff2 differ
diff --git a/web/font/fira-code/woff2/FiraCode-VF.woff2 b/web/font/fira-code/woff2/FiraCode-VF.woff2
new file mode 100644
index 00000000..e755a9dc
Binary files /dev/null and b/web/font/fira-code/woff2/FiraCode-VF.woff2 differ
diff --git a/web/font/inter/Inter-Black.woff b/web/font/inter/Inter-Black.woff
new file mode 100644
index 00000000..a18593a0
Binary files /dev/null and b/web/font/inter/Inter-Black.woff differ
diff --git a/web/font/inter/Inter-Black.woff2 b/web/font/inter/Inter-Black.woff2
new file mode 100644
index 00000000..68f64c9e
Binary files /dev/null and b/web/font/inter/Inter-Black.woff2 differ
diff --git a/web/font/inter/Inter-BlackItalic.woff b/web/font/inter/Inter-BlackItalic.woff
new file mode 100644
index 00000000..b6b01943
Binary files /dev/null and b/web/font/inter/Inter-BlackItalic.woff differ
diff --git a/web/font/inter/Inter-BlackItalic.woff2 b/web/font/inter/Inter-BlackItalic.woff2
new file mode 100644
index 00000000..1c9c7ca8
Binary files /dev/null and b/web/font/inter/Inter-BlackItalic.woff2 differ
diff --git a/web/font/inter/Inter-Bold.woff b/web/font/inter/Inter-Bold.woff
new file mode 100644
index 00000000..eaf3d4bf
Binary files /dev/null and b/web/font/inter/Inter-Bold.woff differ
diff --git a/web/font/inter/Inter-Bold.woff2 b/web/font/inter/Inter-Bold.woff2
new file mode 100644
index 00000000..2846f29c
Binary files /dev/null and b/web/font/inter/Inter-Bold.woff2 differ
diff --git a/web/font/inter/Inter-BoldItalic.woff b/web/font/inter/Inter-BoldItalic.woff
new file mode 100644
index 00000000..32750761
Binary files /dev/null and b/web/font/inter/Inter-BoldItalic.woff differ
diff --git a/web/font/inter/Inter-BoldItalic.woff2 b/web/font/inter/Inter-BoldItalic.woff2
new file mode 100644
index 00000000..0b1fe8e1
Binary files /dev/null and b/web/font/inter/Inter-BoldItalic.woff2 differ
diff --git a/web/font/inter/Inter-ExtraBold.woff b/web/font/inter/Inter-ExtraBold.woff
new file mode 100644
index 00000000..c2c17ede
Binary files /dev/null and b/web/font/inter/Inter-ExtraBold.woff differ
diff --git a/web/font/inter/Inter-ExtraBold.woff2 b/web/font/inter/Inter-ExtraBold.woff2
new file mode 100644
index 00000000..c24c2bdc
Binary files /dev/null and b/web/font/inter/Inter-ExtraBold.woff2 differ
diff --git a/web/font/inter/Inter-ExtraBoldItalic.woff b/web/font/inter/Inter-ExtraBoldItalic.woff
new file mode 100644
index 00000000..c42f7052
Binary files /dev/null and b/web/font/inter/Inter-ExtraBoldItalic.woff differ
diff --git a/web/font/inter/Inter-ExtraBoldItalic.woff2 b/web/font/inter/Inter-ExtraBoldItalic.woff2
new file mode 100644
index 00000000..4a81dc79
Binary files /dev/null and b/web/font/inter/Inter-ExtraBoldItalic.woff2 differ
diff --git a/web/font/inter/Inter-ExtraLight.woff b/web/font/inter/Inter-ExtraLight.woff
new file mode 100644
index 00000000..d0de5f39
Binary files /dev/null and b/web/font/inter/Inter-ExtraLight.woff differ
diff --git a/web/font/inter/Inter-ExtraLight.woff2 b/web/font/inter/Inter-ExtraLight.woff2
new file mode 100644
index 00000000..f2ea706f
Binary files /dev/null and b/web/font/inter/Inter-ExtraLight.woff2 differ
diff --git a/web/font/inter/Inter-ExtraLightItalic.woff b/web/font/inter/Inter-ExtraLightItalic.woff
new file mode 100644
index 00000000..81f1a28e
Binary files /dev/null and b/web/font/inter/Inter-ExtraLightItalic.woff differ
diff --git a/web/font/inter/Inter-ExtraLightItalic.woff2 b/web/font/inter/Inter-ExtraLightItalic.woff2
new file mode 100644
index 00000000..9af717ba
Binary files /dev/null and b/web/font/inter/Inter-ExtraLightItalic.woff2 differ
diff --git a/web/font/inter/Inter-Italic.woff b/web/font/inter/Inter-Italic.woff
new file mode 100644
index 00000000..a806b382
Binary files /dev/null and b/web/font/inter/Inter-Italic.woff differ
diff --git a/web/font/inter/Inter-Italic.woff2 b/web/font/inter/Inter-Italic.woff2
new file mode 100644
index 00000000..a619fc54
Binary files /dev/null and b/web/font/inter/Inter-Italic.woff2 differ
diff --git a/web/font/inter/Inter-Light.woff b/web/font/inter/Inter-Light.woff
new file mode 100644
index 00000000..c496464d
Binary files /dev/null and b/web/font/inter/Inter-Light.woff differ
diff --git a/web/font/inter/Inter-Light.woff2 b/web/font/inter/Inter-Light.woff2
new file mode 100644
index 00000000..bc4be665
Binary files /dev/null and b/web/font/inter/Inter-Light.woff2 differ
diff --git a/web/font/inter/Inter-LightItalic.woff b/web/font/inter/Inter-LightItalic.woff
new file mode 100644
index 00000000..f84a9de3
Binary files /dev/null and b/web/font/inter/Inter-LightItalic.woff differ
diff --git a/web/font/inter/Inter-LightItalic.woff2 b/web/font/inter/Inter-LightItalic.woff2
new file mode 100644
index 00000000..842b2dfc
Binary files /dev/null and b/web/font/inter/Inter-LightItalic.woff2 differ
diff --git a/web/font/inter/Inter-Medium.woff b/web/font/inter/Inter-Medium.woff
new file mode 100644
index 00000000..d546843f
Binary files /dev/null and b/web/font/inter/Inter-Medium.woff differ
diff --git a/web/font/inter/Inter-Medium.woff2 b/web/font/inter/Inter-Medium.woff2
new file mode 100644
index 00000000..f92498a2
Binary files /dev/null and b/web/font/inter/Inter-Medium.woff2 differ
diff --git a/web/font/inter/Inter-MediumItalic.woff b/web/font/inter/Inter-MediumItalic.woff
new file mode 100644
index 00000000..459a6568
Binary files /dev/null and b/web/font/inter/Inter-MediumItalic.woff differ
diff --git a/web/font/inter/Inter-MediumItalic.woff2 b/web/font/inter/Inter-MediumItalic.woff2
new file mode 100644
index 00000000..0e3019f4
Binary files /dev/null and b/web/font/inter/Inter-MediumItalic.woff2 differ
diff --git a/web/font/inter/Inter-Regular.woff b/web/font/inter/Inter-Regular.woff
new file mode 100644
index 00000000..62d3a618
Binary files /dev/null and b/web/font/inter/Inter-Regular.woff differ
diff --git a/web/font/inter/Inter-Regular.woff2 b/web/font/inter/Inter-Regular.woff2
new file mode 100644
index 00000000..6c2b6893
Binary files /dev/null and b/web/font/inter/Inter-Regular.woff2 differ
diff --git a/web/font/inter/Inter-SemiBold.woff b/web/font/inter/Inter-SemiBold.woff
new file mode 100644
index 00000000..a815f43a
Binary files /dev/null and b/web/font/inter/Inter-SemiBold.woff differ
diff --git a/web/font/inter/Inter-SemiBold.woff2 b/web/font/inter/Inter-SemiBold.woff2
new file mode 100644
index 00000000..611e90c9
Binary files /dev/null and b/web/font/inter/Inter-SemiBold.woff2 differ
diff --git a/web/font/inter/Inter-SemiBoldItalic.woff b/web/font/inter/Inter-SemiBoldItalic.woff
new file mode 100644
index 00000000..909e43a9
Binary files /dev/null and b/web/font/inter/Inter-SemiBoldItalic.woff differ
diff --git a/web/font/inter/Inter-SemiBoldItalic.woff2 b/web/font/inter/Inter-SemiBoldItalic.woff2
new file mode 100644
index 00000000..545685bd
Binary files /dev/null and b/web/font/inter/Inter-SemiBoldItalic.woff2 differ
diff --git a/web/font/inter/Inter-Thin.woff b/web/font/inter/Inter-Thin.woff
new file mode 100644
index 00000000..62bc58cd
Binary files /dev/null and b/web/font/inter/Inter-Thin.woff differ
diff --git a/web/font/inter/Inter-Thin.woff2 b/web/font/inter/Inter-Thin.woff2
new file mode 100644
index 00000000..abbc3a5c
Binary files /dev/null and b/web/font/inter/Inter-Thin.woff2 differ
diff --git a/web/font/inter/Inter-ThinItalic.woff b/web/font/inter/Inter-ThinItalic.woff
new file mode 100644
index 00000000..700a7f06
Binary files /dev/null and b/web/font/inter/Inter-ThinItalic.woff differ
diff --git a/web/font/inter/Inter-ThinItalic.woff2 b/web/font/inter/Inter-ThinItalic.woff2
new file mode 100644
index 00000000..ab0b2002
Binary files /dev/null and b/web/font/inter/Inter-ThinItalic.woff2 differ
diff --git a/web/font/inter/Inter-italic.var.woff2 b/web/font/inter/Inter-italic.var.woff2
new file mode 100644
index 00000000..b826d5af
Binary files /dev/null and b/web/font/inter/Inter-italic.var.woff2 differ
diff --git a/web/font/inter/Inter-roman.var.woff2 b/web/font/inter/Inter-roman.var.woff2
new file mode 100644
index 00000000..6a256a06
Binary files /dev/null and b/web/font/inter/Inter-roman.var.woff2 differ
diff --git a/web/font/inter/Inter.var.woff2 b/web/font/inter/Inter.var.woff2
new file mode 100644
index 00000000..365eedc5
Binary files /dev/null and b/web/font/inter/Inter.var.woff2 differ
diff --git a/web/font/inter/inter.css b/web/font/inter/inter.css
new file mode 100644
index 00000000..f4500101
--- /dev/null
+++ b/web/font/inter/inter.css
@@ -0,0 +1,200 @@
+@font-face {
+ font-family: 'Inter';
+ font-style: normal;
+ font-weight: 100;
+ font-display: swap;
+ src: url("Inter-Thin.woff2?v=3.19") format("woff2"),
+ url("Inter-Thin.woff?v=3.19") format("woff");
+}
+@font-face {
+ font-family: 'Inter';
+ font-style: italic;
+ font-weight: 100;
+ font-display: swap;
+ src: url("Inter-ThinItalic.woff2?v=3.19") format("woff2"),
+ url("Inter-ThinItalic.woff?v=3.19") format("woff");
+}
+
+@font-face {
+ font-family: 'Inter';
+ font-style: normal;
+ font-weight: 200;
+ font-display: swap;
+ src: url("Inter-ExtraLight.woff2?v=3.19") format("woff2"),
+ url("Inter-ExtraLight.woff?v=3.19") format("woff");
+}
+@font-face {
+ font-family: 'Inter';
+ font-style: italic;
+ font-weight: 200;
+ font-display: swap;
+ src: url("Inter-ExtraLightItalic.woff2?v=3.19") format("woff2"),
+ url("Inter-ExtraLightItalic.woff?v=3.19") format("woff");
+}
+
+@font-face {
+ font-family: 'Inter';
+ font-style: normal;
+ font-weight: 300;
+ font-display: swap;
+ src: url("Inter-Light.woff2?v=3.19") format("woff2"),
+ url("Inter-Light.woff?v=3.19") format("woff");
+}
+@font-face {
+ font-family: 'Inter';
+ font-style: italic;
+ font-weight: 300;
+ font-display: swap;
+ src: url("Inter-LightItalic.woff2?v=3.19") format("woff2"),
+ url("Inter-LightItalic.woff?v=3.19") format("woff");
+}
+
+@font-face {
+ font-family: 'Inter';
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ src: url("Inter-Regular.woff2?v=3.19") format("woff2"),
+ url("Inter-Regular.woff?v=3.19") format("woff");
+}
+@font-face {
+ font-family: 'Inter';
+ font-style: italic;
+ font-weight: 400;
+ font-display: swap;
+ src: url("Inter-Italic.woff2?v=3.19") format("woff2"),
+ url("Inter-Italic.woff?v=3.19") format("woff");
+}
+
+@font-face {
+ font-family: 'Inter';
+ font-style: normal;
+ font-weight: 500;
+ font-display: swap;
+ src: url("Inter-Medium.woff2?v=3.19") format("woff2"),
+ url("Inter-Medium.woff?v=3.19") format("woff");
+}
+@font-face {
+ font-family: 'Inter';
+ font-style: italic;
+ font-weight: 500;
+ font-display: swap;
+ src: url("Inter-MediumItalic.woff2?v=3.19") format("woff2"),
+ url("Inter-MediumItalic.woff?v=3.19") format("woff");
+}
+
+@font-face {
+ font-family: 'Inter';
+ font-style: normal;
+ font-weight: 600;
+ font-display: swap;
+ src: url("Inter-SemiBold.woff2?v=3.19") format("woff2"),
+ url("Inter-SemiBold.woff?v=3.19") format("woff");
+}
+@font-face {
+ font-family: 'Inter';
+ font-style: italic;
+ font-weight: 600;
+ font-display: swap;
+ src: url("Inter-SemiBoldItalic.woff2?v=3.19") format("woff2"),
+ url("Inter-SemiBoldItalic.woff?v=3.19") format("woff");
+}
+
+@font-face {
+ font-family: 'Inter';
+ font-style: normal;
+ font-weight: 700;
+ font-display: swap;
+ src: url("Inter-Bold.woff2?v=3.19") format("woff2"),
+ url("Inter-Bold.woff?v=3.19") format("woff");
+}
+@font-face {
+ font-family: 'Inter';
+ font-style: italic;
+ font-weight: 700;
+ font-display: swap;
+ src: url("Inter-BoldItalic.woff2?v=3.19") format("woff2"),
+ url("Inter-BoldItalic.woff?v=3.19") format("woff");
+}
+
+@font-face {
+ font-family: 'Inter';
+ font-style: normal;
+ font-weight: 800;
+ font-display: swap;
+ src: url("Inter-ExtraBold.woff2?v=3.19") format("woff2"),
+ url("Inter-ExtraBold.woff?v=3.19") format("woff");
+}
+@font-face {
+ font-family: 'Inter';
+ font-style: italic;
+ font-weight: 800;
+ font-display: swap;
+ src: url("Inter-ExtraBoldItalic.woff2?v=3.19") format("woff2"),
+ url("Inter-ExtraBoldItalic.woff?v=3.19") format("woff");
+}
+
+@font-face {
+ font-family: 'Inter';
+ font-style: normal;
+ font-weight: 900;
+ font-display: swap;
+ src: url("Inter-Black.woff2?v=3.19") format("woff2"),
+ url("Inter-Black.woff?v=3.19") format("woff");
+}
+@font-face {
+ font-family: 'Inter';
+ font-style: italic;
+ font-weight: 900;
+ font-display: swap;
+ src: url("Inter-BlackItalic.woff2?v=3.19") format("woff2"),
+ url("Inter-BlackItalic.woff?v=3.19") format("woff");
+}
+
+/* -------------------------------------------------------
+Variable font.
+Usage:
+
+ html { font-family: 'Inter', sans-serif; }
+ @supports (font-variation-settings: normal) {
+ html { font-family: 'Inter var', sans-serif; }
+ }
+*/
+@font-face {
+ font-family: 'Inter var';
+ font-weight: 100 900;
+ font-display: swap;
+ font-style: normal;
+ font-named-instance: 'Regular';
+ src: url("Inter-roman.var.woff2?v=3.19") format("woff2");
+}
+@font-face {
+ font-family: 'Inter var';
+ font-weight: 100 900;
+ font-display: swap;
+ font-style: italic;
+ font-named-instance: 'Italic';
+ src: url("Inter-italic.var.woff2?v=3.19") format("woff2");
+}
+
+
+/* --------------------------------------------------------------------------
+[EXPERIMENTAL] Multi-axis, single variable font.
+
+Slant axis is not yet widely supported (as of February 2019) and thus this
+multi-axis single variable font is opt-in rather than the default.
+
+When using this, you will probably need to set font-variation-settings
+explicitly, e.g.
+
+ * { font-variation-settings: "slnt" 0deg }
+ .italic { font-variation-settings: "slnt" 10deg }
+
+*/
+@font-face {
+ font-family: 'Inter var experimental';
+ font-weight: 100 900;
+ font-display: swap;
+ font-style: oblique 0deg 10deg;
+ src: url("Inter.var.woff2?v=3.19") format("woff2");
+}