OpenDroneMap-WebODM/coreplugins/cesiumion/public/font.css

26 wiersze
600 B
CSS

@font-face {
font-family: 'fa-cesium';
src:
url('fonts/fa-cesium.ttf?rw87j5') format('truetype'),
url('fonts/fa-cesium.woff?rw87j5') format('woff'),
url('fonts/fa-cesium.svg?rw87j5#fa-cesium') format('svg');
font-weight: normal;
font-style: normal;
}
.fa-cesium:before {
content: "\e900";
font-family: 'fa-cesium' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}