Files
notifications-admin/app/static/fonts-ie8.css.erb
Rebecca Law 11d79951f3 Moved the templates into the app directory.
Added Manager to the app.py
2015-11-23 16:07:19 +00:00

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;
}