Hi All,
We are using WEM8.5+Portal8.5.
We are using only one bootstrap.css file calling font. But I could see some portal .css file loading and its overwriting our font & sytles. eg.
http://<host>:<port>/portal/css/portal013974848363131391694194040.css
/* GENERAL FONT AND LINK SETTINGS */html,body {padding: 0; margin: 0; width: 100%; height: 100% }BODY, PRE, TR, TD, TH, P, .portlet-font, .portlet-section-body, .portlet-section-footer, .portlet-section-text, .portlet-table-text {
font-family: Verdana, Geneva, sans-serif;
font-size: x-small;
color: #000000;
font-weight: normal;
font-style: normal;
}
.portlet-font,
.portlet-section-body,
.portlet-section-footer,
.portlet-section-text,
.portlet-table-text {font-family: Verdana, Geneva, sans-serif;
font-size: x-small;
color: #000000;
font-weight: normal;
font-style: normal }
I am not sure where these styles are coming from and I couldn't find this css file from the server.
Thanks
Jayaram