All Projects → uetchy → middleman-fontcustom

uetchy / middleman-fontcustom

Licence: MIT license
Generate webfonts in your Middleman project

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to middleman-fontcustom

Bh
Bootstrap Helpers for Ruby
Stars: ✭ 834 (+6315.38%)
Mutual labels:  middleman
Middleman Google Analytics
📈 A @middleman plugin to handle generating your Google Analytics tracking code.
Stars: ✭ 91 (+600%)
Mutual labels:  middleman
middleman-snippets
⚡ Library of commonly used snippets for Middleman websites
Stars: ✭ 27 (+107.69%)
Mutual labels:  middleman
Middleman Zurb Template
Middleman blog template containing ZURB Foundation and sensible default components and templates
Stars: ✭ 29 (+123.08%)
Mutual labels:  middleman
Middleman Search
LunrJS-based search for Middleman
Stars: ✭ 57 (+338.46%)
Mutual labels:  middleman
Middleman Autoprefixer
Autoprefixer integration with Middleman
Stars: ✭ 114 (+776.92%)
Mutual labels:  middleman
Middlemanapp.com
Documentation for Middleman
Stars: ✭ 264 (+1930.77%)
Mutual labels:  middleman
neocortex
🧠Neocortex is a tool to connect your cognitive service (e.g. DialogFlow) 🤖 with your communication channels (like facebook) 📞to create amazing bots
Stars: ✭ 24 (+84.62%)
Mutual labels:  middleman
Middleman Template
The base Middleman application used at thoughtbot, ready to deploy to Netlify.
Stars: ✭ 80 (+515.38%)
Mutual labels:  middleman
Staticman
💪 User-generated content for Git-powered websites
Stars: ✭ 2,098 (+16038.46%)
Mutual labels:  middleman
My Raspberry Pi Site
Middleman-based site for my RaspberryPi
Stars: ✭ 41 (+215.38%)
Mutual labels:  middleman
Middleman Thumbnailer
Thumbnailer for middleman
Stars: ✭ 52 (+300%)
Mutual labels:  middleman
Middleman Casper
👻 Casper theme (Ghost) for Middleman-Blog
Stars: ✭ 128 (+884.62%)
Mutual labels:  middleman
Middleman
Hand-crafted frontend development
Stars: ✭ 6,812 (+52300%)
Mutual labels:  middleman
middleman-directory
Directory of Middleman extensions, templates and services
Stars: ✭ 30 (+130.77%)
Mutual labels:  middleman
Middleman Blog
Middleman : Blog Engine Extension
Stars: ✭ 317 (+2338.46%)
Mutual labels:  middleman
Middleman Zurb Foundation
Middleman Skeleton For Zurb Foundation
Stars: ✭ 97 (+646.15%)
Mutual labels:  middleman
nakama-docs
Documentation for Nakama social and realtime server.
Stars: ✭ 44 (+238.46%)
Mutual labels:  middleman
lang-compare
Side-by-side language comparison
Stars: ✭ 22 (+69.23%)
Mutual labels:  middleman
Manager For Upyun
又拍云资源管理器
Stars: ✭ 163 (+1153.85%)
Mutual labels:  middleman

middleman-fontcustom

Gem Version Dependency Status

middleman-fontcustom is an extension that provides webfont generator for the Middleman.

Installation

Add gem "middleman-fontcustom" into your Gemfile and run bundle install

Configure

activate :fontcustom

Following lines are default options of this extension.

activate :fontcustom do |fc|
  fc.font_name = 'fontcustom'
  fc.source_dir = 'assets/fontcustom'
  fc.fonts_dir = 'source/fonts'
  fc.css_dir = 'source/stylesheets'
  fc.templates = 'scss'
  # fc.templates = 'scss-rails scss css'
  fc.no_hash = false
  fc.preprocessor_path = nil
  fc.autowidth = true
end

Put your icon files(just like svg) into source_dir, then run middleman server.

If source_dir has been changed, webfont files and stylesheets will be generated automatically.

License

see LICENSE.md for further details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].