{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/bangla-font",
  "version": "0.1.0",
  "title": "bangla font",
  "category": "widgets",
  "icon": "smiley",
  "description": "Example block scaffolded with Create Block tool.",
  "example": {},
  "supports": {
    "html": false
  },
  "attributes": {
    "customClass": {
      "type": "string"
    }
  },
  "textdomain": "todo-list",
  "editorScript": "file:./index.js",
  "style": "file:../fonts.css"
}