95

Product support

Visit this product's website for support.

Categories

Renick.Fonts

Just a simple OctoberCMS plugin for embedding fonts.

  • [x] manage fonts in backend settings
  • [x] auto generate css file after saving fonts
  • [x] import Google Fonts (via Google Fonts API)
  • [x] component, or combiner alais, for embedding the stylesheet

Feel free to ask, raise ideas, mind bugs or contribute on the Github repository. Please create a new issue or pull request.


Currently, our main use-case is the import by the Google Fonts API. If you have any other use-cases, please let us know.

You can put the stylesheet component within your layouts header, or use the combiner.

<link href="{{ [
    '~/storage/app/media/fonts/fonts.css',
    'your-files.scss',
]|theme }}" rel="stylesheet">
1.0.0

Basic font management, Google Fonts import

Oct 22, 2023