• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Resources<a name="EN-US_TOPIC_0000001115955960"></a>
2
3-   [Introduction](#section11660541593)
4    -   [System Fonts](#section84541659154715)
5
6-   [Directory Structure](#section161941989596)
7-   [Repositories Involved](#section1371113476307)
8
9## Introduction<a name="section11660541593"></a>
10
11The resources module defines global resources at the system level.
12
13### System Fonts<a name="section84541659154715"></a>
14
15By default, the resources module provides only one font family, namely, HarmonyOS Sans.
16
17HarmonyOS 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.
18
19The 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.
20
21It 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.
22
23## Directory Structure<a name="section161941989596"></a>
24
25```
26/utils/resources
27├── fonts                   # System fonts
28```
29
30## Repositories Involved<a name="section1371113476307"></a>
31
32Globalization subsystem
33
34**resources**
35
36