207 lines
4.1 KiB
CSS
207 lines
4.1 KiB
CSS
/* open-sans-regular */
|
|
@font-face {
|
|
font-display: swap;
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('/assets/fonts/open-sans/open-sans-v36-latin-regular.woff2') format('woff2');
|
|
}
|
|
|
|
/* 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: 'tinysites';
|
|
src: url('/assets/fonts/tinysites/tinysites.eot?xf57t');
|
|
src: url('/assets/fonts/tinysites/tinysites.eot?xf57t#iefix') format('embedded-opentype'),
|
|
url('/assets/fonts/tinysites/tinysites.woff2?xf57t') format('woff2'),
|
|
url('/assets/fonts/tinysites/tinysites.ttf?xf57t') format('truetype'),
|
|
url('/assets/fonts/tinysites/tinysites.woff?xf57t') format('woff'),
|
|
url('/assets/fonts/tinysites/tinysites.svg?xf57t#tinysites') 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: 'tinysites' !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-button:before {
|
|
content: "\e90f";
|
|
}
|
|
.icon-cart:before {
|
|
content: "\e918";
|
|
}
|
|
.icon-chevron-down:before {
|
|
content: "\e904";
|
|
}
|
|
.icon-chevron-left:before {
|
|
content: "\e905";
|
|
}
|
|
.icon-chevron-right:before {
|
|
content: "\e906";
|
|
}
|
|
.icon-chevron-up:before {
|
|
content: "\e907";
|
|
}
|
|
.icon-circle-check:before {
|
|
content: "\e908";
|
|
}
|
|
.icon-circle-x:before {
|
|
content: "\e909";
|
|
}
|
|
.icon-clock:before {
|
|
content: "\e91c";
|
|
}
|
|
.icon-code:before {
|
|
content: "\e925";
|
|
}
|
|
.icon-copy:before {
|
|
content: "\e913";
|
|
}
|
|
.icon-copyright:before {
|
|
content: "\e90a";
|
|
}
|
|
.icon-discuss:before {
|
|
content: "\e90b";
|
|
}
|
|
.icon-dribbble:before {
|
|
content: "\e90c";
|
|
}
|
|
.icon-edit:before {
|
|
content: "\e914";
|
|
}
|
|
.icon-external:before {
|
|
content: "\e91a";
|
|
}
|
|
.icon-gab:before {
|
|
content: "\e90d";
|
|
}
|
|
.icon-image:before {
|
|
content: "\e921";
|
|
}
|
|
.icon-layout:before {
|
|
content: "\e920";
|
|
}
|
|
.icon-link:before {
|
|
content: "\e90e";
|
|
}
|
|
.icon-list:before {
|
|
content: "\e922";
|
|
}
|
|
.icon-mail:before {
|
|
content: "\e926";
|
|
}
|
|
.icon-more:before {
|
|
content: "\e911";
|
|
}
|
|
.icon-music:before {
|
|
content: "\e923";
|
|
}
|
|
.icon-nostr:before {
|
|
content: "\e910";
|
|
}
|
|
.icon-plus:before {
|
|
content: "\e919";
|
|
}
|
|
.icon-product-hunt:before {
|
|
content: "\e902";
|
|
}
|
|
.icon-search:before {
|
|
content: "\e915";
|
|
}
|
|
.icon-settings:before {
|
|
content: "\e916";
|
|
}
|
|
.icon-share:before {
|
|
content: "\e917";
|
|
}
|
|
.icon-smartphone:before {
|
|
content: "\e91e";
|
|
}
|
|
.icon-tinysites:before {
|
|
content: "\e91d";
|
|
}
|
|
.icon-trash:before {
|
|
content: "\e91b";
|
|
}
|
|
.icon-truth:before {
|
|
content: "\e903";
|
|
}
|
|
.icon-type:before {
|
|
content: "\e924";
|
|
}
|
|
.icon-user-plus:before {
|
|
content: "\e91f";
|
|
}
|
|
.icon-x:before {
|
|
content: "\e912";
|
|
} |