summaryrefslogtreecommitdiff
path: root/data/fonts/fonts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/fonts/fonts.xml')
-rw-r--r--data/fonts/fonts.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/data/fonts/fonts.xml b/data/fonts/fonts.xml
index 2bce8469cfda..6bcaaaf9059a 100644
--- a/data/fonts/fonts.xml
+++ b/data/fonts/fonts.xml
@@ -13,6 +13,10 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
+<!--
+ This is only used by the layoutlib to display
+ layouts in ADT.
+-->
<fonts>
<font ttf="DroidSans">
<name>sans-serif</name>
@@ -39,5 +43,6 @@
<name>courier new</name>
<name>monaco</name>
</font>
- <font ttf="DroidSansFallback" />
+ <fallback ttf="DroidSansFallback" />
+ <fallback ttf="DroidSansJapanese" />
</fonts> \ No newline at end of file