aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorFeuerfuchs <git@feuerfuchs.dev>2019-06-04 19:58:44 +0200
committerFeuerfuchs <git@feuerfuchs.dev>2019-06-04 19:58:44 +0200
commitadca4d518eea9533e6054666ce6e5681c5a6f196 (patch)
tree4e45cf72f1dbb00f23f94aa65daea99b9c6b0f77 /assets
parentUpdate import path (diff)
downloadgopherproxy-adca4d518eea9533e6054666ce6e5681c5a6f196.tar.gz
gopherproxy-adca4d518eea9533e6054666ce6e5681c5a6f196.tar.bz2
gopherproxy-adca4d518eea9533e6054666ce6e5681c5a6f196.zip
Add custom styles
Diffstat (limited to 'assets')
-rw-r--r--assets/IBMPlexMono-Regular.woffbin0 -> 50664 bytes
-rw-r--r--assets/IBMPlexMono-Regular.woff2bin0 -> 35536 bytes
-rw-r--r--assets/style.css1
3 files changed, 1 insertions, 0 deletions
diff --git a/assets/IBMPlexMono-Regular.woff b/assets/IBMPlexMono-Regular.woff
new file mode 100644
index 0000000..7d63d89
--- /dev/null
+++ b/assets/IBMPlexMono-Regular.woff
Binary files differ
diff --git a/assets/IBMPlexMono-Regular.woff2 b/assets/IBMPlexMono-Regular.woff2
new file mode 100644
index 0000000..d0d7ded
--- /dev/null
+++ b/assets/IBMPlexMono-Regular.woff2
Binary files differ
diff --git a/assets/style.css b/assets/style.css
new file mode 100644
index 0000000..70b1998
--- /dev/null
+++ b/assets/style.css
@@ -0,0 +1 @@
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:normal;src:url("/assets/IBMPlexMono-Regular.woff2") format("woff2"),url("/assets/IBMPlexMono-Regular.woff") format("woff")}body{background-color:#14171a;color:#cad1d8}.wrap{text-align:center}.content{display:inline-block;min-width:50em;margin:0;padding:2em 1em;text-align:left;font-family:'IBM Plex Mono', 'Fira Code', 'Fira Mono', 'Roboto Mono', 'Droid Sans Mono', Monaco, Consolas, Courier, monospace;font-size:1em;line-height:1.5}::selection{color:#000;background-color:#cad1d8}:link{color:#fff}:visited{color:#cad1d8}:link:hover,:visited:hover{color:#fff}.link-type{color:#929ba3}