mirror of
https://github.com/pachli/pachli-android.git
synced 2025-01-10 16:03:04 +01:00
6539146b58
Android's choices for font customisation can be limited, depending on the vendor. Allow users to choose from a small collection of embedded fonts, chosen by asking users for recommendations. The font choice is implemented as a preference. Provide a custom dialog that shows the fonts (in that font) so the user can see what they're choosing between. Ensure the font's license information is displayed in the "About" section.
17 lines
567 B
JSON
17 lines
567 B
JSON
{
|
|
"uniqueId": "com.comicneue:comicneue",
|
|
"artifactVersion": "2.51",
|
|
"developers": [
|
|
{
|
|
"name": "Craig Rozynski"
|
|
}
|
|
],
|
|
"description": "Comic Neue aspires to be the casual script choice for everyone including the typographically savvy.\n\nThe squashed, wonky, and weird glyphs of Comic Sans have been beaten into shape while maintaining the honesty that made Comic Sans so popular.",
|
|
"name": "Comic Neue font",
|
|
"tag": "font",
|
|
"licenses": [
|
|
"sil_ofl_1_1"
|
|
],
|
|
"website": "https://comicneue.com/"
|
|
}
|