mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-18 00:25:07 +00:00
17 lines
507 B
Plaintext
17 lines
507 B
Plaintext
@font-face
|
|
{
|
|
font-family: 'appNormal';
|
|
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: 'appLight';
|
|
src: url('@{FontPath}/helvetica/ultralight.ttf'),
|
|
url('@{FontPath}/helvetica/ultralight.woff'),
|
|
url('@{FontPath}/helvetica/ultralight.eot'),
|
|
url('@{FontPath}/helvetica/ultralight.svg');
|
|
} |