typeface-yekan
v1.0.11
Published
Easy to use font family
Downloads
47
Readme
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