Skip to content

Latest commit

 

History

History
71 lines (60 loc) · 2.83 KB

README.md

File metadata and controls

71 lines (60 loc) · 2.83 KB

SinhalaWebFonts

GitHub license


Sinhala ASCII Font as a webfont


How to install in your website...

@font-face{
	font-family: 'koombiweb';
	src: url('koombiweb.eot');
	src: url('koombiweb.eot?#koombiweb') format('embedded-opentype'),
	     url('koombiweb.woff') format('woff'),
	     url('koombiweb.ttf') format('truetype'),
	     url('koombiweb.svg#koombiweb') format('svg');
}

CSS

Include the koombiweb.css stylsheet into your <head>.

<link rel="stylesheet" href="path/to/koombiweb.css">

or

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/koombiwebfont@latest/Koombiweb/koombiweb.css">

Minified version of koombiweb.css

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/koombiwebfont@latest/Koombiweb/koombiweb.min.css">

@Import rule

<style>
@import url('path/to/koombiweb.css');
</style>

or

<style>
@import url('https://cdn.jsdelivr.net/npm/koombiwebfont@latest/Koombiweb/koombiweb.css');
</style>

Font Preview

💙 Instructions: Koombiweb

What's the new: NPM Package Released Install From Command Line

Twitter

Change Log:

  • .woff format convert to base64 format.
  • File Paths have Fixed.