1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 3 Use of this source code is governed by a BSD-style license that can be 4 found in the LICENSE file. 5 --> 6 <resources> 7 <!-- These must be kept in sync (and in-order) with components/dom_distiller/core/font_family_list.h --> 8 <string-array name="distiller_mode_font_family_values"> 9 <item>@string/sans_serif</item> 10 <item>@string/serif</item> 11 <item>@string/monospace</item> 12 </string-array> 13 </resources> 14