akurath
Version:
IDE Frontend for codepsaces.io
17 lines (16 loc) • 515 B
text/less
@font-face
{
font-family: 'codeboxNormal';
src: url('@{FontPath}/helvetica/normal.ttf'),
url('@{FontPath}/helvetica/normal.woff'),
url('@{FontPath}/helvetica/normal.eot'),
url('@{FontPath}/helvetica/normal.svg');
}
@font-face
{
font-family: 'codeboxLight';
src: url('@{FontPath}/helvetica/ultralight.ttf'),
url('@{FontPath}/helvetica/ultralight.woff'),
url('@{FontPath}/helvetica/ultralight.eot'),
url('@{FontPath}/helvetica/ultralight.svg');
}