Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • Bruno Meilick Bruno Meilick

    Fontselector

    Select font family and font weight with two synced fields

    Docs Source

    Manual

    Download and extract the folder to site/plugins/fontselector

    Composer

    Git Submodule

    Sponsor
    Version
    1.2.0
    License
    MIT
    Stars
    13
    Supports
    K4 K3
    Created
    27 May 2022
    Updated
    29 Nov 2024

    Info

    Topics
    • Panel
    • Fonts
    Implements
    • Panel field(s)
    Support
    • Docs
    • Issues
    • Email
    Latest releases
    • 1.2.0
    • 1.1.1
    • 1.1.0
    • 1.0.0

    Similar plugins

    • Git Content Automatic commit and push of content changes made via the Panel to a git repository K5 K4 K3
    • Modules Subpages for modular Kirby websites K5 K4 K3
    • SEO All-in-one toolkit for implementing SEO & Meta best practices in your Kirby site. Get a customizable, turnkey SEO solution in seconds. K5 K4

    More by Bruno Meilick

    More
    • 
      return [
          'bnomei.securityheaders.headers' => [
              'X-Frame-Options'        => 'SAMEORIGIN',
              'X-XSS-Protection'       => '1; mode=block',
              'X-Content-Type-Options' => 'nosniff',
              ...
          ]
      ];
      Content Security Policy Simplify the content security policy headers setup for your website K5 K4 K3
    • return [
          'bnomei.robots-txt' => [
              'content' => '...'
          ]
      ];
      Robots.txt Manage the robots.txt from Kirby's config file K5 K4 K3
    • Kart Streamlined E-Commerce Shopping Cart Solution K5