Skip to content

Instantly share code, notes, and snippets.

View ascendedguard's full-sized avatar
🐱

Will Eddins ascendedguard

🐱
  • E Technologies Group
  • Cincinnati, OH
View GitHub Profile
@ascendedguard
ascendedguard / fallback_fonts.xml
Created November 29, 2014 04:10
Lollipop 5.0 fallback_fonts.xml
<?xml version="1.0" encoding="utf-8"?>
<!--
NOTE: this file is the legacy format, for compatibility with apps. The new,
more flexible format is fonts.xml. Please keep the two in sync until the legacy
format can be fully removed.
Fallback Fonts
This file specifies the fonts, and the priority order, that will be searched for any
glyphs not handled by the default fonts specified in /system/etc/system_fonts.xml.
@ascendedguard
ascendedguard / fallback_fonts.xml
Created November 7, 2013 14:51
Kitkat 4.4 fallback_fonts.xml
<?xml version="1.0" encoding="utf-8"?>
<!--
Fallback Fonts
This file specifies the fonts, and the priority order, that will be searched for any
glyphs not handled by the default fonts specified in /system/etc/system_fonts.xml.
Each entry consists of a family tag and a list of files (file names) which support that
family. The fonts for each family are listed in the order of the styles that they
handle (the order is: regular, bold, italic, and bold-italic). The order in which the
families are listed in this file represents the order in which these fallback fonts
@ascendedguard
ascendedguard / fallback_fonts.xml
Created October 2, 2013 23:17
fallback_fonts.xml with custom font
<?xml version="1.0" encoding="utf-8"?>
<!--
Fallback Fonts
This file specifies the fonts, and the priority order, that will be searched for any
glyphs not handled by the default fonts specified in /system/etc/system_fonts.xml.
Each entry consists of a family tag and a list of files (file names) which support that
family. The fonts for each family are listed in the order of the styles that they
handle (the order is: regular, bold, italic, and bold-italic). The order in which the
families are listed in this file represents the order in which these fallback fonts