1093a7dbaSopenharmony_ci# Copyright (c) 2024 Huawei Device Co., Ltd.
2093a7dbaSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3093a7dbaSopenharmony_ci# you may not use this file except in compliance with the License.
4093a7dbaSopenharmony_ci# You may obtain a copy of the License at
5093a7dbaSopenharmony_ci#
6093a7dbaSopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7093a7dbaSopenharmony_ci#
8093a7dbaSopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9093a7dbaSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10093a7dbaSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11093a7dbaSopenharmony_ci# See the License for the specific language governing permissions and
12093a7dbaSopenharmony_ci# limitations under the License.
13093a7dbaSopenharmony_ci
14093a7dbaSopenharmony_cinotocjk_fonts_list = [
15093a7dbaSopenharmony_ci  {
16093a7dbaSopenharmony_ci    font_name = "NotoSansCJK-Regular"
17093a7dbaSopenharmony_ci    font_path = "Sans/OTC/NotoSansCJK-Regular.ttc"
18093a7dbaSopenharmony_ci  },
19093a7dbaSopenharmony_ci  {
20093a7dbaSopenharmony_ci    font_name = "NotoSerifCJK-Regular"
21093a7dbaSopenharmony_ci    font_path = "Serif/OTC/NotoSerifCJK-Regular.ttc"
22093a7dbaSopenharmony_ci  },
23093a7dbaSopenharmony_ci]
24