1.0.11 • Published 5 years ago

typeface-yekan v1.0.11

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Typeface package for byekan font

npm i typeface-yekan

Fonts will be copied to node_modules/typeface-byekan/dist directory and you could add them easily to your project :

import 'typeface-yekan';

and use font-family: 'Yekan' in your styling.

we used to do this with :

@font-face {
    font-family: 'Yekan';
    src: url('./Yekan.eot');
    src: url('./Yekan.eot?#iefix') format("embedded-opentype"),
    url('./Yekan.woff2') format('woff2'),
    url('./Yekan.woff') format('woff'),
    url('./Yekan.ttf') format('truetype'),
	url('./Yekan.otf') format('opentype'),
    url('.//Yekan.svg#Yekan') format('svg');
    font-weight: normal;
    font-style: normal;
}

todo :

add bold,and thin fonts-faces