]> git.sesse.net Git - ultimatescore/commitdiff
Add the missing Exo font.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 18 Mar 2018 11:17:04 +0000 (12:17 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 18 Mar 2018 11:17:04 +0000 (12:17 +0100)
fonts/4UaOrEtFpBISc36m.ttf [new file with mode: 0644]
fonts/exo.css [new file with mode: 0644]

diff --git a/fonts/4UaOrEtFpBISc36m.ttf b/fonts/4UaOrEtFpBISc36m.ttf
new file mode 100644 (file)
index 0000000..dabe9cf
Binary files /dev/null and b/fonts/4UaOrEtFpBISc36m.ttf differ
diff --git a/fonts/exo.css b/fonts/exo.css
new file mode 100644 (file)
index 0000000..962f50e
--- /dev/null
@@ -0,0 +1,6 @@
+@font-face {
+  font-family: 'Exo';
+  font-style: normal;
+  font-weight: 400;
+  src: local('Exo Regular'), local('Exo-Regular'), url(https://fonts.gstatic.com/s/exo/v6/4UaOrEtFpBISc36m.ttf) format('truetype');
+}