Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 880 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 880 Bytes

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