/MyFonts

Collection of fonts that I've created

Primary LanguageHTMLMIT LicenseMIT

A Collection of the Fonts that I've created

Web versions of the fonts were generated by Fontie - the magic webfont generator http://fontie.flowyapps.com

##Carlene (My handwriting) alt tag How to use:

  1. Download & include your desired file format(s)

  2. Include the following in your css file:

@font-face {
	font-family:'Carlene-Regular';
	src: url('Carlene_gdi.woff'); // or format that you've selected
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-20AC;
}