mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 07:35:50 +00:00
54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
// Generated by grunt-webfont
|
|
// Based on https://github.com/endtwist/fontcustom/blob/master/lib/fontcustom/templates/fontcustom.css
|
|
|
|
@font-face {
|
|
font-family:"rippleicons";
|
|
src:url("../font/icons-69f2993ae31bde255c4a342228474e94.eot");
|
|
src:url("../font/icons-69f2993ae31bde255c4a342228474e94.eot?#iefix") format("embedded-opentype"),
|
|
url("../font/icons-69f2993ae31bde255c4a342228474e94.woff") format("woff"),
|
|
url("../font/icons-69f2993ae31bde255c4a342228474e94.ttf") format("truetype"),
|
|
url("../font/icons-69f2993ae31bde255c4a342228474e94.svg?#icons") format("svg");
|
|
font-weight:normal;
|
|
font-style:normal;
|
|
}
|
|
|
|
|
|
// Bootstrap Overrides
|
|
[class^="icon-"]:before,
|
|
[class*=" icon-"]:before {
|
|
font-family:"rippleicons";
|
|
display:inline-block;
|
|
vertical-align:middle;
|
|
font-weight:normal;
|
|
font-style:normal;
|
|
speak:none;
|
|
text-decoration:inherit;
|
|
text-transform:none;
|
|
text-rendering:optimizeLegibility;
|
|
-webkit-font-smoothing:antialiased;
|
|
-moz-osx-font-smoothing:grayscale;
|
|
}
|
|
|
|
// Mixins
|
|
|
|
.icon-ripple-logo {
|
|
&:before {
|
|
font-family:"rippleicons";
|
|
display:inline-block;
|
|
font-weight:normal;
|
|
font-style:normal;
|
|
text-decoration:inherit;
|
|
}
|
|
}
|
|
|
|
|
|
// Icons
|
|
|
|
.icon-ripple-logo {
|
|
&:before {
|
|
content:"\e001";
|
|
}
|
|
|
|
}
|
|
|