mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
/* The below comment needs a ! so that the copyright message doesn't get removed during the minification step. See: http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#comments */
|
|
|
|
/*! Copyright (c) 2011 by Margaret Calvert & Henrik Kubel. All rights reserved. The font has been customised for exclusive use on gov.uk. This cut is not commercially available. */
|
|
|
|
@font-face {
|
|
font-family: 'nta';
|
|
src: url(<%= asset_path "fonts/GDSTransportWebsite.eot" %>#) format('embedded-opentype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'nta';
|
|
src: url(<%= asset_path "fonts/GDSTransportWebsite-Bold.eot" %>#) format('embedded-opentype');
|
|
font-weight: bold;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'ntatabularnumbers';
|
|
src: url(<%= asset_path "fonts/GDSTransportTabular-Light.eot" %>#) format('embedded-opentype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'ntatabularnumbers';
|
|
src: url(<%= asset_path "fonts/GDSTransportTabular-Bold.eot" %>#) format('embedded-opentype');
|
|
font-weight: bold;
|
|
}
|