Ligature Symbols
Ligature Symbols offers 348 icons in . Created by Kazuyuki Motoyama. They are available under the Open Font License license.
Ligature Symbols Icon Set
Overview
Ligature Symbols is a versatile icon set utilizing ligature features. This WebFont-based set ensures seamless integration into various projects, supported across all major browsers, including Chrome, Firefox, Safari, Opera, IE, iOS, and Android.
Features
- Compatibility: Works effortlessly in all major browsers and platforms.
- Font Formats: Available in EOT, WOFF, TTF, and SVG formats.
- Font Usage: Easily integrates using CSS for diverse applications, including mailto links and icons with text.
- Licensing: Distributed under the SIL Open Font License, making it freely available.
How to Use
```html
Simple use for mailto link.
Use the icon with text.
Twitter ```
CSS Integration
```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'); }
.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%; } ```