mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix font issue
This commit is contained in:
parent
2a006684cc
commit
6e84f0a5a3
@ -16,26 +16,6 @@
|
|||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* ========================================================================
|
|
||||||
* methods/mixins
|
|
||||||
* ======================================================================== */
|
|
||||||
/* ========================================================================
|
|
||||||
* default values
|
|
||||||
* ======================================================================== */
|
|
||||||
@font-face {
|
|
||||||
font-family: "Roboto";
|
|
||||||
font-weight: 400;
|
|
||||||
font-style: "normal";
|
|
||||||
src: url("libs/theme-wso2_1.0/fonts/Roboto/Roboto-Regular.eot");
|
|
||||||
src: url("libs/theme-wso2_1.0/fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), local("Roboto Regular"), local("Roboto-Regular"), url("libs/theme-wso2_1.0/fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("libs/theme-wso2_1.0/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("libs/theme-wso2_1.0/fonts/Roboto/Roboto-Regular.ttf") format("truetype"), url("libs/theme-wso2_1.0/fonts/Roboto/Roboto-Regular.svg#Roboto") format("svg");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ========================================================================
|
|
||||||
* loading fonts
|
|
||||||
* ======================================================================== */
|
|
||||||
/* ========================================================================
|
|
||||||
* icon styles
|
|
||||||
* ======================================================================== */
|
|
||||||
.icon-success {
|
.icon-success {
|
||||||
color: #5cb85c;
|
color: #5cb85c;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"extends" : "uuf.unit.theme"
|
"extends": "uuf.unit.theme"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user