mirror of
https://github.com/Mibew/topcoat_icons.git
synced 2025-04-11 15:20:14 +03:00
24 lines
674 B
CSS
Executable File
24 lines
674 B
CSS
Executable File
@font-face {
|
|
font-family: 'Icomatic';
|
|
src: url('icomatic.svg#icomatic') format('svg');
|
|
}
|
|
.icomatic {
|
|
font-family: 'Icomatic','sans-serif';
|
|
line-height: 1;
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-feature-settings: "liga", "dlig";
|
|
-ms-font-feature-settings: "liga", "dlig";
|
|
-moz-font-feature-settings: "liga", "dlig";
|
|
-o-font-feature-settings: "liga", "dlig";
|
|
font-feature-settings: "liga", "dlig";
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
.icomatic-alt {
|
|
margin: -1px;
|
|
border:0;
|
|
padding: 0;
|
|
width: 1px; height: 1px;
|
|
clip: rect(0 0 0 0);
|
|
position: absolute;
|
|
overflow: hidden;
|
|
} |