theme for RDM site
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
1.5 KiB

2 years ago
@font-face {
font-family: "IcoFont";
font-weight: normal;
font-style: "Regular";
src: url("../fonts/icofont.woff2") format("woff2"),
url("../fonts/icofont.woff") format("woff");
}
[class^="icofont-"], [class*=" icofont-"] {
font-family: 'IcoFont' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
}
.icofont-facebook:before {
content: "\ed37";
}
.icofont-twitter:before {
content: "\ed7a";
}
.icofont-instagram:before {
content: "\ed46";
}
.icofont-linkedin:before {
content: "\ed4d";
}
.icofont-youtube-play:before {
content: "\ecbb";
}
.icofont-vimeo:before {
content: "\ed7f";
}
.icofont-telegram:before {
content: "\ed75";
}
.icofont-brand-whatsapp:before {
content: "\e957";
}
.icofont-github:before {
content: "\ed3e";
}
.icofont-vk:before {
content: "\ed83";
}
.icofont-xs {
font-size: .5em;
}
.icofont-sm {
font-size: .75em;
}
.icofont-md {
font-size: 1.25em;
}
.icofont-lg {
font-size: 1.5em;
}
.icofont-1x {
font-size: 1em;
}
.icofont-2x {
font-size: 2em;
}
.icofont-3x {
font-size: 3em;
}
.icofont-4x {
font-size: 4em;
}
.icofont-5x {
font-size: 5em;
}
.icofont-6x {
font-size: 6em;
}
.icofont-7x {
font-size: 7em;
}
.icofont-8x {
font-size: 8em;
}
.icofont-9x {
font-size: 9em;
}
.icofont-10x {
font-size: 10em;
}