@io.github.missioncommand/mil-sym-js
Version:
JavaScript port of the java-based mil-std rendering libraries used in US Army Mission Command software
26 lines (22 loc) • 574 B
CSS
@font-face
{
font-family: 'SinglePoint';
src: url('fonts/SinglePoint.woff2') format('woff2'),
url('fonts/SinglePoint.woff') format('woff');
}
@font-face
{
font-family: 'UnitFont';
src: url('fonts/UnitFont.woff2') format('woff2'),
url('fonts/UnitFont.woff') format('woff');
}
@font-face
{
font-family: 'TacticalGraphics';
src: url('fonts/TacticalGraphics.woff2') format('woff2'),
url('fonts/TacticalGraphics.woff') format('woff');
}
body
{
font-family: Arial, sans-serif, UnitFont, SinglePoint, TacticalGraphics;
}