summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-10-09 18:36:54 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-10-09 18:47:16 +0100
commit1a867c180df4124a7771e0ff785af80e4fe2d48c (patch)
treeb4d1ddd20b7694d53b7a5dcec00fdf5c6d7093ae /data
parentacee84c8eb31777bda51a93f01cae53abe81572a (diff)
downloadenlightenment-1a867c180df4124a7771e0ff785af80e4fe2d48c.tar.gz
e alert - use the provided font ttf for the alert
this enforces the look i wanted, and also makes this work when no sans or mono font exist.
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')
+ )