blob: 1fd7bba2ef3c9d08f33a390a41097c20d51219ac [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001<?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-->
Xavier Ducrohet9a4593f2009-11-08 15:15:01 -080016<!--
17 This is only used by the layoutlib to display
18 layouts in ADT.
19-->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080020<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>
Xavier Ducrohet9a4593f2009-11-08 15:15:01 -080046 <fallback ttf="DroidSansFallback" />
satok9283f3c2010-09-22 13:47:43 +090047 <fallback ttf="MTLmr3m" />
48</fonts>