aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-01-29 02:11:19 -0500
committerDeterminant <ted.sybil@gmail.com>2019-01-29 02:11:19 -0500
commitda4761513e70c63feeb5bd1eab1b8e29b476baed (patch)
tree03f3e3ae59f7f8b8071482ac06fa1e283bc8a139 /public
parentcd29185e6afeb5f71fe61ca8f49045d05914abfc (diff)
improve interface; add logo
Diffstat (limited to 'public')
-rw-r--r--public/fonts/TypoPRO-FantasqueSansMono-Regular.css15
-rw-r--r--public/fonts/TypoPRO-FantasqueSansMono-Regular.eotbin0 -> 58230 bytes
-rw-r--r--public/fonts/TypoPRO-FantasqueSansMono-Regular.ttfbin0 -> 57832 bytes
-rw-r--r--public/fonts/TypoPRO-FantasqueSansMono-Regular.woffbin0 -> 29080 bytes
-rwxr-xr-xpublic/index.html1
5 files changed, 16 insertions, 0 deletions
diff --git a/public/fonts/TypoPRO-FantasqueSansMono-Regular.css b/public/fonts/TypoPRO-FantasqueSansMono-Regular.css
new file mode 100644
index 0000000..624473f
--- /dev/null
+++ b/public/fonts/TypoPRO-FantasqueSansMono-Regular.css
@@ -0,0 +1,15 @@
+
+/* TypoPRO Fantasque Sans Mono Regular */
+@font-face {
+ font-family: 'TypoPRO Fantasque Sans Mono';
+ src: url('TypoPRO-FantasqueSansMono-Regular.eot');
+ src: local('*'),
+ url('TypoPRO-FantasqueSansMono-Regular.eot?#iefix') format('embedded-opentype'),
+ url('TypoPRO-FantasqueSansMono-Regular.woff') format('woff'),
+ url('TypoPRO-FantasqueSansMono-Regular.ttf') format('truetype');
+ font-style: normal;
+ font-weight: normal;
+ font-stretch: normal;
+ font-variant: normal;
+}
+
diff --git a/public/fonts/TypoPRO-FantasqueSansMono-Regular.eot b/public/fonts/TypoPRO-FantasqueSansMono-Regular.eot
new file mode 100644
index 0000000..d527c4b
--- /dev/null
+++ b/public/fonts/TypoPRO-FantasqueSansMono-Regular.eot
Binary files differ
diff --git a/public/fonts/TypoPRO-FantasqueSansMono-Regular.ttf b/public/fonts/TypoPRO-FantasqueSansMono-Regular.ttf
new file mode 100644
index 0000000..50574a9
--- /dev/null
+++ b/public/fonts/TypoPRO-FantasqueSansMono-Regular.ttf
Binary files differ
diff --git a/public/fonts/TypoPRO-FantasqueSansMono-Regular.woff b/public/fonts/TypoPRO-FantasqueSansMono-Regular.woff
new file mode 100644
index 0000000..eddd103
--- /dev/null
+++ b/public/fonts/TypoPRO-FantasqueSansMono-Regular.woff
Binary files differ
diff --git a/public/index.html b/public/index.html
index c442c87..7f36842 100755
--- a/public/index.html
+++ b/public/index.html
@@ -12,6 +12,7 @@
homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
+ <link rel="stylesheet" href="%PUBLIC_URL%/fonts/TypoPRO-FantasqueSansMono-Regular.css" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.