summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/fonts/README.txt16
-rw-r--r--data/fonts/Topaz_a500_v1.0.ttfbin0 -> 21840 bytes
-rw-r--r--data/fonts/meson.build4
3 files changed, 20 insertions, 0 deletions
diff --git a/data/fonts/README.txt b/data/fonts/README.txt
new file mode 100644
index 0000000000..727dae2503
--- /dev/null
+++ b/data/fonts/README.txt
@@ -0,0 +1,16 @@
+Comes from:
+
+https://github.com/rewtnull/amigafonts
+
+These fonts are released under the Creative Commons v3.0 license:
+
+http://creativecommons.org/licenses/by-nc-sa/3.0/
+
+From 2013-02-06 you are also allowed to use them according to
+the GPL-FE:
+
+http://www.gnu.org/licenses/gpl-faq.html#FontException
+
+This licensing change was done for bundled resource compatibility.
+You are now allowed to bundle any of these fonts with your WordPress
+themes, and what have you.
diff --git a/data/fonts/Topaz_a500_v1.0.ttf b/data/fonts/Topaz_a500_v1.0.ttf
new file mode 100644
index 0000000000..d141387762
--- /dev/null
+++ b/data/fonts/Topaz_a500_v1.0.ttf
Binary files differ
diff --git a/data/fonts/meson.build b/data/fonts/meson.build
new file mode 100644
index 0000000000..5b7289e878
--- /dev/null
+++ b/data/fonts/meson.build
@@ -0,0 +1,4 @@
+install_data([ 'Topaz_a500_v1.0.ttf',
+ ],
+ install_dir: join_paths(dir_data, 'enlightenment/data/fonts')
+ )