Skip to content

sayjeyhi/typeface-yekan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy to use byekan typeface

😄 use me with npm

Typeface package for byekan font with typography.js

npm i -S 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

About

Easy way of adding yekan font to project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages