many changes

This commit is contained in:
Akko
2023-04-22 12:19:58 +02:00
parent 65a9e29d59
commit 64ab7cce14
84 changed files with 1115 additions and 0 deletions

205
static/fonts.css Normal file
View File

@@ -0,0 +1,205 @@
@font-face {
font-family: Libre Baskerville;
src: url('fonts/LibreBaskerville-Regular.ttf');
}
@font-face {
font-family: Cambria;
src: url('fonts/Cambria.ttf');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 200;
font-style: normal;
src: url('fonts/SourceSansPro-ExtraLight.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 200;
font-style: italic;
src: url('fonts/SourceSansPro-ExtraLightItalic.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 300;
font-style: normal;
src: url('fonts/SourceSansPro-Light.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 300;
font-style: italic;
src: url('fonts/SourceSansPro-LightItalic.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 400;
font-style: normal;
src: url('fonts/SourceSansPro-Regular.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 400;
font-style: italic;
src: url('fonts/SourceSansPro-RegularItalic.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 600;
font-style: normal;
src: url('fonts/SourceSansPro-Semibold.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 600;
font-style: italic;
src: url('fonts/SourceSansPro-SemiboldItalic.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 700;
font-style: normal;
src: url('fonts/SourceSansPro-Bold.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 700;
font-style: italic;
src: url('fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 900;
font-style: normal;
src: url('fonts/SourceSansPro-Black.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 900;
font-style: italic;
src: url('fonts/SourceSansPro-BlackItalic.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Serif Pro';
font-weight: 200;
font-style: normal;
src: url('fonts/SourceSerifPro-ExtraLight.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Serif Pro';
font-weight: 200;
font-style: italic;
src: url('fonts/SourceSerifPro-ExtraLightItalic.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Serif Pro';
font-weight: 300;
font-style: normal;
src: url('fonts/SourceSerifPro-Light.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Serif Pro';
font-weight: 300;
font-style: italic;
src: url('fonts/SourceSerifPro-LightItalic.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Serif Pro';
font-weight: 400;
font-style: normal;
src: url('fonts/SourceSerifPro-Regular.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Serif Pro';
font-weight: 400;
font-style: italic;
src: url('fonts/SourceSerifPro-Italic.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Serif Pro';
font-weight: 600;
font-style: normal;
src: url('fonts/SourceSerifPro-Semibold.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Serif Pro';
font-weight: 600;
font-style: italic;
src: url('fonts/SourceSerifPro-SemiboldItalic.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Serif Pro';
font-weight: 700;
font-style: normal;
src: url('fonts/SourceSerifPro-Bold.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Serif Pro';
font-weight: 700;
font-style: italic;
src: url('fonts/SourceSerifPro-BoldItalic.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Serif Pro';
font-weight: 900;
font-style: normal;
src: url('fonts/SourceSerifPro-Black.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
font-family: 'Source Serif Pro';
font-weight: 900;
font-style: italic;
src: url('fonts/SourceSerifPro-BlackItalic.ttf') format('truetype');
font-display: swap;
unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}