README.md
1# Resources
2
3## Introduction
4
5The Resources module defines global resources at the system level.
6
7### System Fonts
8
9By default, the Resources module provides only one font family, namely, HarmonyOS Sans.
10
11HarmonyOS Sans is a family of variable fonts developed by Huawei for all-scenario experience. It is available for commercial use for free. For details, see the license agreement.
12
13The font family currently provides six font weights: Thin, Light, Regular, Medium, Bold and Black. You can select a proper font weight based on the information hierarchy.
14
15It supports a total of 105 languages from the Chinese, Latin, Cyril, Greek, and Arabic language systems at present. More languages will be supported in the future.
16
17### System Resource Package
18
19The system resource package accommodates resources that are widely used by applications, such as the layered parameters, permission names and descriptions, etc. In addition, permission definitions are provided in the **config.json** file.
20
21## Directory Structure
22
23```
24/base/global/system_resources
25├── fonts # System fonts
26├── systemres # System resource package
27```
28
29## Repositories Involved
30
31[Globalization subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/globalization.md)
32
33[global\_resmgr\_standard](https://gitee.com/openharmony/global_resmgr_standard/blob/master/README.md)
34
35**resources**
36
37