script letters & lines
This commit is contained in:
parent
cd599ef822
commit
5383628937
44 changed files with 798 additions and 2 deletions
BIN
public/fonts/Geist-mono/GeistMono-Black.woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-Black.woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono-BlackItalic.woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-BlackItalic.woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono-Bold.woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-Bold.woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono-BoldItalic.woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono-ExtraBold.woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-ExtraBold.woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono-ExtraBoldItalic.woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-ExtraBoldItalic.woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono-ExtraLight.woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-ExtraLight.woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono-ExtraLightItalic.woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-ExtraLightItalic.woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono-Italic.woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-Italic.woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono-Italic[wght].woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-Italic[wght].woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono-Light.woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-Light.woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono-LightItalic.woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-LightItalic.woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono-Medium.woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-Medium.woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono-MediumItalic.woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-MediumItalic.woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono-Regular.woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-Regular.woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono-SemiBold.woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-SemiBold.woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono-SemiBoldItalic.woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-SemiBoldItalic.woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono-Thin.woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-Thin.woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono-ThinItalic.woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono-ThinItalic.woff2
Normal file
Binary file not shown.
BIN
public/fonts/Geist-mono/GeistMono[wght].woff2
Normal file
BIN
public/fonts/Geist-mono/GeistMono[wght].woff2
Normal file
Binary file not shown.
180
public/fonts/Geist-mono/stylesheet.css
Normal file
180
public/fonts/Geist-mono/stylesheet.css
Normal file
|
|
@ -0,0 +1,180 @@
|
|||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-Italic.woff2') format('woff2'),
|
||||
url('GeistMono-Italic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-ThinItalic.woff2') format('woff2'),
|
||||
url('GeistMono-ThinItalic.woff') format('woff');
|
||||
font-weight: 100;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-ExtraLightItalic.woff2') format('woff2'),
|
||||
url('GeistMono-ExtraLightItalic.woff') format('woff');
|
||||
font-weight: 200;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-SemiBold.woff2') format('woff2'),
|
||||
url('GeistMono-SemiBold.woff') format('woff');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-Regular.woff2') format('woff2'),
|
||||
url('GeistMono-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-SemiBoldItalic.woff2') format('woff2'),
|
||||
url('GeistMono-SemiBoldItalic.woff') format('woff');
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-Italic.woff2') format('woff2'),
|
||||
url('GeistMono-Italic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-BoldItalic.woff2') format('woff2'),
|
||||
url('GeistMono-BoldItalic.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-MediumItalic.woff2') format('woff2'),
|
||||
url('GeistMono-MediumItalic.woff') format('woff');
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-BlackItalic.woff2') format('woff2'),
|
||||
url('GeistMono-BlackItalic.woff') format('woff');
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-Thin.woff2') format('woff2'),
|
||||
url('GeistMono-Thin.woff') format('woff');
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-Bold.woff2') format('woff2'),
|
||||
url('GeistMono-Bold.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-LightItalic.woff2') format('woff2'),
|
||||
url('GeistMono-LightItalic.woff') format('woff');
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-ExtraBoldItalic.woff2') format('woff2'),
|
||||
url('GeistMono-ExtraBoldItalic.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-Black.woff2') format('woff2'),
|
||||
url('GeistMono-Black.woff') format('woff');
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-ExtraBold.woff2') format('woff2'),
|
||||
url('GeistMono-ExtraBold.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-ExtraLight.woff2') format('woff2'),
|
||||
url('GeistMono-ExtraLight.woff') format('woff');
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-Regular.woff2') format('woff2'),
|
||||
url('GeistMono-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-Medium.woff2') format('woff2'),
|
||||
url('GeistMono-Medium.woff') format('woff');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
src: url('GeistMono-Light.woff2') format('woff2'),
|
||||
url('GeistMono-Light.woff') format('woff');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue