2.1.1 • Published 2 years ago

koombiwebfont v2.1.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

SinhalaWebFonts

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@v2.1.1/Koombiweb/koombiweb.css">

Minified version of koombiweb.css

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

@Import rule

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

or

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

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

Change Log:

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