update fonts

main
Ryan 2025-02-12 20:46:20 -05:00
parent 5cddb8a2a1
commit f5260c9864
13 changed files with 194 additions and 64 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,67 +1,3 @@
/* figtree-300
@font-face {
font-display: swap;
font-family: 'Figtree';
font-style: normal;
font-weight: 300;
src: url('/assets/fonts/figtree/figtree-v5-latin-300.woff2') format('woff2');
}
/* figtree-regular
@font-face {
font-display: swap;
font-family: 'Figtree';
font-style: normal;
font-weight: 400;
src: url('/assets/fonts/figtree/figtree-v5-latin-regular.woff2') format('woff2');
}
/* figtree-500
@font-face {
font-display: swap;
font-family: 'Figtree';
font-style: normal;
font-weight: 500;
src: url('/assets/fonts/figtree/figtree-v5-latin-500.woff2') format('woff2');
}
/* figtree-600
@font-face {
font-display: swap;
font-family: 'Figtree';
font-style: normal;
font-weight: 600;
src: url('/assets/fonts/figtree/figtree-v5-latin-600.woff2') format('woff2');
}
/* figtree-700
@font-face {
font-display: swap;
font-family: 'Figtree';
font-style: normal;
font-weight: 700;
src: url('/assets/fonts/figtree/figtree-v5-latin-700.woff2') format('woff2');
}
/* figtree-800
@font-face {
font-display: swap;
font-family: 'Figtree';
font-style: normal;
font-weight: 800;
src: url('/assets/fonts/figtree/figtree-v5-latin-800.woff2') format('woff2');
}
/* figtree-900
@font-face {
font-display: swap;
font-family: 'Figtree';
font-style: normal;
font-weight: 900;
src: url('/assets/fonts/figtree/figtree-v5-latin-900.woff2') format('woff2');
}
*/
/* open-sans-regular */ /* open-sans-regular */
@font-face { @font-face {
font-display: swap; font-display: swap;
@ -124,3 +60,148 @@
font-weight: 800; font-weight: 800;
src: url('/assets/fonts/outfit/outfit-v11-latin-800.woff2') format('woff2'); 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";
}