whois.tinysites.com/assets/style/fonts.css

114 lines
2.6 KiB
CSS

/* outfit-300 - latin */
@font-face {
font-display: swap;
font-family: 'Outfit';
font-style: normal;
font-weight: 300;
src: url('/assets/fonts/outfit/outfit-v11-latin-300.woff2') format('woff2');
}
/* outfit-regular - latin */
@font-face {
font-display: swap;
font-family: 'Outfit';
font-style: normal;
font-weight: 400;
src: url('/assets/fonts/outfit/outfit-v11-latin-regular.woff2') format('woff2');
}
/* outfit-500 - latin */
@font-face {
font-display: swap;
font-family: 'Outfit';
font-style: normal;
font-weight: 500;
src: url('/assets/fonts/outfit/outfit-v11-latin-500.woff2') format('woff2');
}
/* outfit-600 - latin */
@font-face {
font-display: swap;
font-family: 'Outfit';
font-style: normal;
font-weight: 600;
src: url('/assets/fonts/outfit/outfit-v11-latin-600.woff2') format('woff2');
}
/* outfit-700 - latin */
@font-face {
font-display: swap;
font-family: 'Outfit';
font-style: normal;
font-weight: 700;
src: url('/assets/fonts/outfit/outfit-v11-latin-700.woff2') format('woff2');
}
/* outfit-800 - latin */
@font-face {
font-display: swap;
font-family: 'Outfit';
font-style: normal;
font-weight: 800;
src: url('/assets/fonts/outfit/outfit-v11-latin-800.woff2') format('woff2');
}
@font-face {
font-family: 'whois';
src: url('/assets/fonts/whois/whois.eot?7l02ld');
src: url('/assets/fonts/whois/whois.eot?7l02ld#iefix') format('embedded-opentype'),
url('/assets/fonts/whois/whois.woff2?7l02ld') format('woff2'),
url('/assets/fonts/whois/whois.ttf?7l02ld') format('truetype'),
url('/assets/fonts/whois/whois.woff?7l02ld') format('woff'),
url('/assets/fonts/whois/whois.svg?7l02ld#whois') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'whois' !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-arrow-left:before {
content: "\e900";
}
.icon-arrow-right:before {
content: "\e901";
}
.icon-chevron-down:before {
content: "\e902";
}
.icon-chevron-up:before {
content: "\e903";
}
.icon-copyright:before {
content: "\e904";
}
.icon-discuss:before {
content: "\e905";
}
.icon-dribbble:before {
content: "\e906";
}
.icon-gab:before {
content: "\e907";
}
.icon-minds:before {
content: "\e908";
}
.icon-rss:before {
content: "\e909";
}
.icon-x:before {
content: "\e90b";
}