diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-11-27 14:53:04 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-11-27 14:53:04 -0500 |
commit | d0f9000d97bd5fe5a20dab61d47ec7d470d23dbd (patch) | |
tree | 133d8aa74c5849413b4e6804175754ce3a0329a1 | |
parent | 2e9ffb8d4e541ed558f0bf8ab1c4a1815ef4096d (diff) | |
download | aura-central-d0f9000d97bd5fe5a20dab61d47ec7d470d23dbd.tar.gz |
Issue %3005 - Move toolkit/fonts to system/
-rw-r--r-- | system/fonts/README.txt (renamed from toolkit/fonts/README.txt) | 0 | ||||
-rw-r--r-- | system/fonts/TwemojiMozilla.ttf (renamed from toolkit/fonts/TwemojiMozilla.ttf) | bin | 1324332 -> 1324332 bytes | |||
-rw-r--r-- | system/fonts/moz.build (renamed from toolkit/fonts/moz.build) | 0 | ||||
-rw-r--r-- | system/moz.build | 1 | ||||
-rw-r--r-- | toolkit/moz.build | 1 |
5 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/fonts/README.txt b/system/fonts/README.txt index bf5cb7e6e..bf5cb7e6e 100644 --- a/toolkit/fonts/README.txt +++ b/system/fonts/README.txt diff --git a/toolkit/fonts/TwemojiMozilla.ttf b/system/fonts/TwemojiMozilla.ttf Binary files differindex 6091c6798..6091c6798 100644 --- a/toolkit/fonts/TwemojiMozilla.ttf +++ b/system/fonts/TwemojiMozilla.ttf diff --git a/toolkit/fonts/moz.build b/system/fonts/moz.build index 129a7737c..129a7737c 100644 --- a/toolkit/fonts/moz.build +++ b/system/fonts/moz.build diff --git a/system/moz.build b/system/moz.build index 4a869c1ff..27faaa7e0 100644 --- a/system/moz.build +++ b/system/moz.build @@ -5,6 +5,7 @@ DIRS += [ 'docshell', + 'fonts', 'graphics', 'hardware', 'image', diff --git a/toolkit/moz.build b/toolkit/moz.build index 46dda6570..45ec775f1 100644 --- a/toolkit/moz.build +++ b/toolkit/moz.build @@ -4,7 +4,6 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. DIRS += [ - 'fonts', 'locales', 'themes', ]
\ No newline at end of file |