Popularity
9.7
Declining
Activity
4.6
Stable
434
19
23
Monthly Downloads: 22
Programming language: Haskell
License: MIT License
Tags:
Web
Latest version: v0.1.7.0
webify alternatives and similar packages
Based on the "Web" category.
Alternatively, view webify alternatives based on common mentions on social networks and blogs.
-
haskell-bitmex-rest
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
swagger-petstore
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
servant
Servat is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more! -
neuron
Future-proof note-taking and publishing based on Zettelkasten (superseded by Emanote: https://github.com/srid/emanote) -
tagsoup
Haskell library for parsing and extracting information from (possibly malformed) HTML/XML documents -
keera-hails-reactive-htmldom
Keera Hails: Haskell on Rails - Reactive Programming Framework for Interactive Haskell applications -
ghcjs-dom
Make Document Object Model (DOM) apps that run in any browser and natively using WebKitGtk
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of webify or a related project?
README
Webify
A command line tool to convert ttf file to woff, eot & svg files
Usage
$> webify fontname.ttf
For the list of available options
$> webify --help
Installation
Latest pre-built binaries for windows, mac and linux can be downloaded here
You can also install it via cabal
$> cabal install webify
CSS @font-face template
@font-face {
font-family: 'my-font-family';
src: url('my-font-filename.eot');
src: url('my-font-filename.eot?#iefix') format('embedded-opentype'),
url('my-font-filename.svg#my-font-family') format('svg'),
url('my-font-filename.woff') format('woff'),
url('my-font-filename.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
Supported conversion formats
WOFF 1.0 | WOFF 2.0 | SVG | EOT | MTX | |
---|---|---|---|---|---|
TTF | ✔ | ✔ | ✔ | ||
OTF | ✔ | ✔ |