问题
What fonts are installed by default on Android devices?
I know about the Droid fonts and Roboto, but what about core web fonts like Arial, Times, or Verdana? Are they available? What other fonts are installed by default on Android devices?
(This question has been asked before, but the accepted answer is outdated)
回答1:
There are only three system wide fonts in Android;
1 normal (Droid Sans),
2 serif (Droid Serif),
3 monospace (Droid Sans Mono).
Applications can install fonts for themselves, but not for system-wide use.
For more you can see List of fonts included with each device link
and
Since the Ice Cream Sandwich release, Roboto
has been the standard typeface on Android.
Since Froyo, Noto
has been the standard typeface on Android for all languages not covered by Roboto. Noto is also the standard typeface for all languages on Chrome OS.
Refer here
回答2:
It all depends on Android version.
In Lollipop ROBOTO FONT FAMILY is installed.
For more detail go through this answer.
来源:https://stackoverflow.com/questions/29384114/what-fonts-are-installed-by-default-on-android