fonts.xml revision 9283f3cd6c45a2810e78428db3b1ecd575a72760
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2008 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7  
8          http://www.apache.org/licenses/LICENSE-2.0
9  
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16<!--
17	This is only used by the layoutlib to display
18	layouts in ADT.
19-->
20<fonts>
21    <font ttf="DroidSans">
22        <name>sans-serif</name>
23        <name>arial</name>
24        <name>helvetica</name>
25        <name>tahoma</name>
26        <name>verdana</name>
27    </font>
28   <font ttf="DroidSerif">
29        <name>serif</name>
30        <name>times</name>
31        <name>times new roman</name>
32        <name>palatino</name>
33        <name>georgia</name>
34        <name>baskerville</name>
35        <name>goudy</name>
36        <name>fantasy</name>
37        <name>cursive</name>
38        <name>ITC Stone Serif</name>
39    </font>
40    <font ttf="DroidSansMono">
41        <name>monospace</name>
42        <name>courier</name>
43        <name>courier new</name>
44        <name>monaco</name>
45    </font>
46    <fallback ttf="DroidSansFallback" />
47    <fallback ttf="MTLmr3m" />
48</fonts>
49