The official Airportmap icon typeface.
AvioType is a custom icon font developed for use within the Airportmap ecosystem. It provides aviation-specific symbols such as airport categories, navaids, markers, and other navigation-related icons in a unified typographic format.
This is an early pre-alpha version and subject to further expansion.
The font is provided in the following web-compatible formats:
AvioType-Regular.eotAvioType-Regular.otfAvioType-Regular.svgAvioType-Regular.ttfAvioType-Regular.woffAvioType-Regular.woff2
Use in web environments is possible via direct embedding or CSS @font-face declarations. All glyphs are aligned to a 24×24 pixel grid for consistent rendering in UI elements and maps.
The font is installed and used based on proven CSS standards:
@font-face {
font-family: 'AvioType';
src: url( AvioType-Regular.eot );
src: url( AvioType-Regular.eot?#iefix ) format( 'embedded-opentype' ),
url( AvioType-Regular.woff2 ) format( 'woff2' ),
url( AvioType-Regular.woff ) format( 'woff' ),
url( AvioType-Regular.ttf ) format( 'truetype' ),
url( AvioType-Regular.otf ) format( 'opentype' ),
url( AvioType-Regular.svg#uxfonteditor ) format( 'svg' );
}
.icon {
speak: none;
line-height: 1;
text-rendering: optimizeLegibility;
text-transform: none;
font-family: 'AvioType' !important;
font-weight: 400;
font-style: normal;
font-variant: normal;
font-feature-settings: 'kern';
font-variant-ligatures: common-ligatures;
font-kerning: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}Use AvioType icons via:
<i class="icon icon-civil-large"></i>A live preview of all icons is available at GitHub pages.
© MIT License – 2025 Paul Köhler (komed3)
