| # Copyright 2021 The Cobalt Authors. All Rights Reserved. |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| declare_args() { |
| # See content/fonts/README.md for details on the specific values used for the |
| # variables below. |
| cobalt_font_package = "standard" |
| cobalt_font_package_override_named_sans_serif = -1 |
| cobalt_font_package_override_named_serif = -1 |
| cobalt_font_package_override_named_fcc_fonts = -1 |
| cobalt_font_package_override_fallback_lang_non_cjk = -1 |
| cobalt_font_package_override_fallback_lang_cjk = -1 |
| cobalt_font_package_override_fallback_lang_cjk_low_quality = -1 |
| cobalt_font_package_override_fallback_historic = -1 |
| cobalt_font_package_override_fallback_color_emoji = -1 |
| cobalt_font_package_override_fallback_emoji = -1 |
| cobalt_font_package_override_fallback_symbols = -1 |
| |
| source_font_files_dir = "font_files" |
| copy_font_files = true |
| } |