Skip to content

koombitool/SinhalaWebFonts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

58 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.