ARTEMIS-3629 fixed css error
This commit is contained in:
parent
d0c2901213
commit
b8e7309482
|
@ -21,20 +21,20 @@
|
|||
/* You can customise the styles of your application here. */
|
||||
@font-face {
|
||||
font-family: 'PatternFlyIcons-webfont';
|
||||
src: url('../../../console/fonts/PatternFlyIcons-webfont.eot');
|
||||
url('../../../console/fonts/PatternFlyIcons-webfont.woff') format('woff'),
|
||||
url('../../../console/fonts/PatternFlyIcons-webfont.ttf') format('truetype'),
|
||||
url('../../../console/fonts/PatternFlyIcons-webfont.svg') format('svg');
|
||||
src: url('../../../console/fonts/PatternFlyIcons-webfont.eot'),
|
||||
url('../../../console/fonts/PatternFlyIcons-webfont.woff') format('woff'),
|
||||
url('../../../console/fonts/PatternFlyIcons-webfont.ttf') format('truetype'),
|
||||
url('../../../console/fonts/PatternFlyIcons-webfont.svg') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'OpenSans';
|
||||
src: url('../../../console/fonts/OpenSans-Regular-webfont.eot');
|
||||
url('../../../console/fonts/OpenSans-Regular-webfont.woff') format('woff'),
|
||||
url('../../../console/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
|
||||
url('../../../console/fonts/OpenSans-Regular-webfont.svg') format('svg');
|
||||
src: url('../../../console/fonts/OpenSans-Regular-webfont.eot'),
|
||||
url('../../../console/fonts/OpenSans-Regular-webfont.woff') format('woff'),
|
||||
url('../../../console/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
|
||||
url('../../../console/fonts/OpenSans-Regular-webfont.svg') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue