Weekly downloads
Readme
A simple package providing the Mehr Nastaliq Web font-face. The font was created by Muhammad Zeeshan Nasar following the calligraphy of Nasrullah Mehr.
Assuming you have NodeJS, NPM and Bower installed globally just open up a terminal, navigate to your projects root directory and then execute
# install via NPM
$ npm install mehr --save
# install via Bower
$ bower install mehr --save
<!-- Just add the following stylesheet link to your html file: -->
<link rel="stylesheet" href="https://unpkg.com/mehr/mehr-font.css">
/* or import font stylesheet from within your css file */
@import url(//unpkg.com/mehr/mehr-font.css);
Then use provided font-face it in your CSS:
h1 {
font-family: Mehr;
}
p.quote {
font-family: Mehr;
}
This package is available under the MIT license and the Mehr Nastaliq Web font is available under the Creative Commons License.
FAQs
Mehr Nastaliq Web Font
The npm package mehr receives a total of 437 weekly downloads. As such, mehr popularity was classified as not popular.
We found that mehr demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.