JSON

Web Font Services - JSON

Web font services are cloud-based platforms that provide fonts for use on websites and applications via the internet. Starting with major services like Google Fonts and Adobe Fonts, there are diverse options including privacy-focused alternatives like Bunny Fonts, Cloudflare Fonts, and Fontshare. These services enable designers and developers to easily implement beautiful typography, enriching the visual expression of the web.

web fonts typography design frontend Google Fonts Adobe Fonts
[
  {
    "code": "01",
    "slug": "google-fonts",
    "name": "Google Fonts",
    "description": "A free web font service provided by Google.",
    "provider": "Google",
    "pricing": "Free",
    "fontCount": 1900,
    "features": [
      "CDNホスティング",
      "変数フォント対応",
      "多言語サポート",
      "オープンソース"
    ],
    "featuresEn": [
      "CDN Hosting",
      "Variable Fonts",
      "Multilingual Support",
      "Open Source"
    ]
  },
  {
    "code": "02",
    "slug": "adobe-fonts",
    "name": "Adobe Fonts",
    "description": "A premium font service included with Adobe Creative Cloud.",
    "provider": "Adobe",
    "pricing": "Requires Creative Cloud subscription",
    "fontCount": 30000,
    "features": [
      "プレミアムフォント",
      "Adobeアプリ連携",
      "Web・デスクトップ両対応",
      "AI推奨機能"
    ],
    "featuresEn": [
      "Premium Fonts",
      "Adobe App Integration",
      "Web & Desktop",
      "AI Recommendations"
    ]
  },
  {
    "code": "03",
    "slug": "fontshare",
    "name": "Fontshare",
    "description": "A free professional-quality font service by Indian Type Foundry.",
    "provider": "Indian Type Foundry",
    "pricing": "Free (Personal & Commercial)",
    "fontCount": 100,
    "features": [
      "完全無料",
      "プロ品質",
      "オリジナルフォント",
      "商用利用可"
    ],
    "featuresEn": [
      "Completely Free",
      "Professional Quality",
      "Original Fonts",
      "Commercial Use Allowed"
    ]
  },
  {
    "code": "04",
    "slug": "bunny-fonts",
    "name": "Bunny Fonts",
    "description": "A privacy-focused Google Fonts compatible service.",
    "provider": "BunnyCDN",
    "pricing": "Free",
    "fontCount": 1500,
    "features": [
      "プライバシー保護",
      "GDPR準拠",
      "Google Fonts互換",
      "高パフォーマンス"
    ],
    "featuresEn": [
      "Privacy Protection",
      "GDPR Compliant",
      "Google Fonts Compatible",
      "High Performance"
    ]
  },
  {
    "code": "05",
    "slug": "cloudflare-fonts",
    "name": "Cloudflare Fonts",
    "description": "A same-domain font delivery service by Cloudflare.",
    "provider": "Cloudflare",
    "pricing": "Free for Cloudflare users",
    "fontCount": 1500,
    "features": [
      "同一ドメイン配信",
      "自動最適化",
      "プライバシー保護",
      "Core Web Vitals対応"
    ],
    "featuresEn": [
      "Same-Domain Delivery",
      "Auto Optimization",
      "Privacy Protection",
      "Core Web Vitals Ready"
    ]
  },
  {
    "code": "06",
    "slug": "fontsource",
    "name": "Fontsource",
    "description": "A self-hosted font service provided as NPM packages.",
    "provider": "Fontsource",
    "pricing": "Free (Open Source)",
    "fontCount": 1800,
    "features": [
      "セルフホスト",
      "NPMパッケージ",
      "プライバシー完全保護",
      "オフライン対応"
    ],
    "featuresEn": [
      "Self-Hosted",
      "NPM Packages",
      "Complete Privacy",
      "Offline Capable"
    ]
  },
  {
    "code": "07",
    "slug": "font-squirrel",
    "name": "Font Squirrel",
    "description": "A service providing hand-selected free fonts.",
    "provider": "Font Squirrel",
    "pricing": "Free",
    "fontCount": 500,
    "features": [
      "厳選フォント",
      "商用利用可",
      "Webフォントジェネレーター",
      "ライセンス確認済み"
    ],
    "featuresEn": [
      "Curated Fonts",
      "Commercial Use",
      "Web Font Generator",
      "License Verified"
    ]
  },
  {
    "code": "08",
    "slug": "fontsensei",
    "name": "Fontsensei",
    "description": "An open-source Google Fonts browser with CJK font tags.",
    "provider": "Fontsensei",
    "pricing": "Free",
    "fontCount": 1500,
    "features": [
      "CJKフォント特化",
      "オープンソース",
      "Google Fontsベース",
      "多言語サポート"
    ],
    "featuresEn": [
      "CJK Font Specialized",
      "Open Source",
      "Google Fonts Based",
      "Multilingual Support"
    ]
  }
]