platojs
Version:
Libraries of PLATO
23 lines (21 loc) • 489 B
CSS
@font-face {
font-family: 'plato';
src:
url('./fonts/plato.ttf') format('truetype'),
url('./fonts/plato.woff') format('woff'),
url('./fonts/plato.svg#plato') format('svg');
font-weight: normal;
font-style: normal;
}
.c-icon {
font-family: 'plato';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
display: inline-block;
vertical-align: top;
letter-spacing: 0;
-webkit-font-smoothing: antialiased;
}