Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 221ae24e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add font JSON to the DroidSansMono" into main

parents f8482b9f 29715320
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -86,3 +86,11 @@ prebuilt_fonts_xml {
// Because `system.img` is a dependency of `fontchain_lint`, it cannot be
// converted to Android.bp for now.
// After system.img can be generated by Soong, then it can be converted to Android.bp.

filegroup {
    name: "DroidSansMono",
    srcs: ["font_config.json"],
    required: [
        "DroidSansMono.ttf",
    ],
}
+12 −0
Original line number Diff line number Diff line
[
    {
        "name": "monospace",
        "fonts": [
            {
                "file": "DroidSansMono.ttf",
                "weight": "400",
                "style": "normal"
            }
        ]
    }
]
 No newline at end of file