-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathUnifontExMono.css
More file actions
9 lines (9 loc) · 715 Bytes
/
UnifontExMono.css
File metadata and controls
9 lines (9 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
@font-face {
font-family: 'UnifontExMono';
src: url('http://stgiga.github.io/UnifontEX/UnifontExMono.eot'); /* IE9 Compat Modes */
src: url('http://stgiga.github.io/UnifontEX/UnifontExMono.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('https://stgiga.github.io/UnifontEX/UnifontExMono.woff') format('woff'), /* Pretty Modern Browsers */
url('https://stgiga.github.io/UnifontEX/UnifontExMono.ttf') format('truetype'), /* Safari, Android, iOS */
url('http://stgiga.github.io/UnifontEX/UnifontExMono.woff2') format('woff2'), /* Super Modern Browsers */
url('http://stgiga.github.io/UnifontEX/UnifontExMono.svg#UnifontExMono') format('svg'); /* Legacy iOS */
}