Skip to content

Ligature Symbols is WebFont project to display the symbol with a ligature features. This Font is licensed under the SIL Open Font License.

Notifications You must be signed in to change notification settings

kudakurage/LigatureSymbols

Repository files navigation

Ligature Symbols

Ligature Symbols is WebFont project to display the symbol with a ligature features.I created this font by using FontForge (open source postscript font editor). If you want to learn more, you may read my blog entry. Demo: http:https://kudakurage.com/ligature_symbols/

Browser Support

Ligature Symbols works in all major browsers (Chrome, Firefox, Safari, Opera, IE, iOS, Android)

Sample HTML

<p>Simple use for mailto link.</p>
<a href="mailto:[email protected]" class="lsf">mail</a>

<p>Use tha icon with text.</p>
<a href="http:https://twitter.com/" class="lsf-icon" title="twitter">Twitter</a>

Sample CSS

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

.lsf, .lsf-icon:before {
    font-family: 'LigatureSymbols';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
       -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
         -o-font-smoothing: antialiased;
            font-smoothing: antialiased;
}

.lsf-icon:before {
    content: attr(title);
    margin-right: .3em;
    font-size: 130%;
}

License

You can get Ligature Symbols for free. This Font is licensed under the SIL Open Font License.

About

Ligature Symbols is WebFont project to display the symbol with a ligature features. This Font is licensed under the SIL Open Font License.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published