{
  "name": "noto-sans-cjk-sc",
  "version": "1.3.0",
  "description": "A webfont package for Noto Sans CJK SC, providing 7 font weights with subsetted woff2 files. Defaults to regular weight and supports on-demand loading for all weights.",
  "main": "css/regular.css",
  "style": "css/regular.css",
  "files": [
    "css/",
    "fonts/"
  ],
  "exports": {
    ".": "./css/regular.css",
    "./all.css": "./css/all.css",
    "./thin.css": "./css/thin.css",
    "./light.css": "./css/light.css",
    "./demilight.css": "./css/demilight.css",
    "./regular.css": "./css/regular.css",
    "./medium.css": "./css/medium.css",
    "./bold.css": "./css/bold.css",
    "./black.css": "./css/black.css"
  },
  "keywords": [
    "noto-sans-cjk-sc",
    "notosanscjksc",
    "webfont",
    "font",
    "noto",
    "cjk"
  ],
  "author": "",
  "license": "OFL-1.1"
}