a b c
This is a title font I made using public domain Celtic art and designs. It is intended as a title font and therefore lacks numbers and some other characters. I recommend using lower-case characters only (they look nicer). I made both lower-case and upper-case the same so that you can pick and choose. The font above is the web HTML-friendly version of the font and can be used on your web page as plain-old HTML/CSS. Alternatively, get the full TrueType (.ttf) form and use it in your applications.
Note that the extra line for SVG is intended to fix an annoying Chrome bug. Read this article on the Chrome font rendering issue. I followed the steps and fixed the font rendering issue for me. I am not sure if the extra svg is necessary. I am still investigating!
@font-face{ font-family: 'foncy_celtic_fontregular'; src: url('foncyceltic-webfont.eot'); /* IE9 Compat Modes */ src: url('foncyceltic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('foncyceltic-webfont.woff2') format('woff2'), /* Modern Browsers */ url('foncyceltic-webfont.woff') format('woff'), /* Modern Browsers */ url('foncyceltic-webfont.ttf') format('truetype'); /* Safari, Android, iOS */ font-style: normal; font-weight: normal; } @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'foncy_celtic_fontregular'; src: url('foncyceltic-webfont.ttf') format('truetype'); /* Safari, Android, iOS */ } }
I recommend using one letter at a time and adding whatever margin is necessary. Someday I will fix the margin in the font itself! Don't worry, all the details are included in the ZIP file.
<span class="celtic">abc</span> <span class="celtic uppercase">ABC</span> <span class="celtic addmargin">y</span>