Changed fonts to local and improved loading speed
This commit is contained in:
parent
d032e778c4
commit
5bc11bd0fc
69 changed files with 3221 additions and 25 deletions
|
@ -1,6 +1,3 @@
|
||||||
@import('main.css');
|
|
||||||
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -14,7 +11,7 @@ h1 {
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
|
@ -24,7 +21,7 @@ figure {
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote::after, blockquote::before {
|
blockquote::after, blockquote::before {
|
||||||
font-weight: 700;
|
font-weight: 800;
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
}
|
}
|
||||||
blockquote::before {
|
blockquote::before {
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
@import url('main.css');
|
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@400;700&display=swap');
|
|
||||||
|
|
||||||
|
|
||||||
.left, .right {
|
.left, .right {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -26,23 +21,23 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.left h1 {
|
.left h1 {
|
||||||
|
font-family: 'IBM Plex Serif', serif;
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
font-family: IBM Plex Serif, serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.left h1:first-of-type {
|
.left h1:first-of-type {
|
||||||
top: calc( 50% - 1em );
|
top: calc( 50% - 1em );
|
||||||
font-weight: 700;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
.left h1:last-of-type {
|
.left h1:last-of-type {
|
||||||
bottom: calc( 50% - 1em );
|
bottom: calc( 50% - 1em );
|
||||||
font-weight: 400;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap');
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
|
|
||||||
<title>401 - Unauthorized</title>
|
<title>401 - Unauthorized</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/fonts/inter/inter48.css" />
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/css/main.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/css/error.css" />
|
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/css/error.css" />
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="57x57" href="https://edgarpierre.fr/icons/apple-icon-57x57.png">
|
<link rel="apple-touch-icon" sizes="57x57" href="https://edgarpierre.fr/icons/apple-icon-57x57.png">
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
|
|
||||||
<title>403 - Forbidden</title>
|
<title>403 - Forbidden</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/fonts/inter/inter48.css" />
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/css/main.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/css/error.css" />
|
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/css/error.css" />
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="57x57" href="https://edgarpierre.fr/icons/apple-icon-57x57.png">
|
<link rel="apple-touch-icon" sizes="57x57" href="https://edgarpierre.fr/icons/apple-icon-57x57.png">
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
|
|
||||||
<title>404 - Not Found</title>
|
<title>404 - Not Found</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/fonts/inter/inter48.css" />
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/css/main.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/css/error.css" />
|
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/css/error.css" />
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="57x57" href="https://edgarpierre.fr/icons/apple-icon-57x57.png">
|
<link rel="apple-touch-icon" sizes="57x57" href="https://edgarpierre.fr/icons/apple-icon-57x57.png">
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
|
|
||||||
<title>500 - Internal Server Error</title>
|
<title>500 - Internal Server Error</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/fonts/inter/inter48.css" />
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/css/main.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/css/error.css" />
|
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/css/error.css" />
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="57x57" href="https://edgarpierre.fr/icons/apple-icon-57x57.png">
|
<link rel="apple-touch-icon" sizes="57x57" href="https://edgarpierre.fr/icons/apple-icon-57x57.png">
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
|
|
||||||
<title>502 - Bad Gateway</title>
|
<title>502 - Bad Gateway</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/fonts/inter/inter48.css" />
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/css/main.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/css/error.css" />
|
<link rel="stylesheet" type="text/css" href="https://edgarpierre.fr/css/error.css" />
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="57x57" href="https://edgarpierre.fr/icons/apple-icon-57x57.png">
|
<link rel="apple-touch-icon" sizes="57x57" href="https://edgarpierre.fr/icons/apple-icon-57x57.png">
|
||||||
|
|
BIN
fonts/inter/Inter-Black.woff
Normal file
BIN
fonts/inter/Inter-Black.woff
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-Black.woff2
Normal file
BIN
fonts/inter/Inter-Black.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-BlackItalic.woff
Normal file
BIN
fonts/inter/Inter-BlackItalic.woff
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-BlackItalic.woff2
Normal file
BIN
fonts/inter/Inter-BlackItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-Bold.woff
Normal file
BIN
fonts/inter/Inter-Bold.woff
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-Bold.woff2
Normal file
BIN
fonts/inter/Inter-Bold.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-BoldItalic.woff
Normal file
BIN
fonts/inter/Inter-BoldItalic.woff
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-BoldItalic.woff2
Normal file
BIN
fonts/inter/Inter-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-ExtraBold.woff
Normal file
BIN
fonts/inter/Inter-ExtraBold.woff
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-ExtraBold.woff2
Normal file
BIN
fonts/inter/Inter-ExtraBold.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-ExtraBoldItalic.woff
Normal file
BIN
fonts/inter/Inter-ExtraBoldItalic.woff
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-ExtraBoldItalic.woff2
Normal file
BIN
fonts/inter/Inter-ExtraBoldItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-ExtraLight.woff
Normal file
BIN
fonts/inter/Inter-ExtraLight.woff
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-ExtraLight.woff2
Normal file
BIN
fonts/inter/Inter-ExtraLight.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-ExtraLightItalic.woff
Normal file
BIN
fonts/inter/Inter-ExtraLightItalic.woff
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-ExtraLightItalic.woff2
Normal file
BIN
fonts/inter/Inter-ExtraLightItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-Italic.woff
Normal file
BIN
fonts/inter/Inter-Italic.woff
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-Italic.woff2
Normal file
BIN
fonts/inter/Inter-Italic.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-Light.woff
Normal file
BIN
fonts/inter/Inter-Light.woff
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-Light.woff2
Normal file
BIN
fonts/inter/Inter-Light.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-LightItalic.woff
Normal file
BIN
fonts/inter/Inter-LightItalic.woff
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-LightItalic.woff2
Normal file
BIN
fonts/inter/Inter-LightItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-Medium.woff
Normal file
BIN
fonts/inter/Inter-Medium.woff
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-Medium.woff2
Normal file
BIN
fonts/inter/Inter-Medium.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-MediumItalic.woff
Normal file
BIN
fonts/inter/Inter-MediumItalic.woff
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-MediumItalic.woff2
Normal file
BIN
fonts/inter/Inter-MediumItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-Regular.woff
Normal file
BIN
fonts/inter/Inter-Regular.woff
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-Regular.woff2
Normal file
BIN
fonts/inter/Inter-Regular.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-SemiBold.woff
Normal file
BIN
fonts/inter/Inter-SemiBold.woff
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-SemiBold.woff2
Normal file
BIN
fonts/inter/Inter-SemiBold.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-SemiBoldItalic.woff
Normal file
BIN
fonts/inter/Inter-SemiBoldItalic.woff
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-SemiBoldItalic.woff2
Normal file
BIN
fonts/inter/Inter-SemiBoldItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-Thin.woff
Normal file
BIN
fonts/inter/Inter-Thin.woff
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-Thin.woff2
Normal file
BIN
fonts/inter/Inter-Thin.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-ThinItalic.woff
Normal file
BIN
fonts/inter/Inter-ThinItalic.woff
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-ThinItalic.woff2
Normal file
BIN
fonts/inter/Inter-ThinItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-italic.var.woff2
Normal file
BIN
fonts/inter/Inter-italic.var.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter-roman.var.woff2
Normal file
BIN
fonts/inter/Inter-roman.var.woff2
Normal file
Binary file not shown.
BIN
fonts/inter/Inter.var.woff2
Normal file
BIN
fonts/inter/Inter.var.woff2
Normal file
Binary file not shown.
200
fonts/inter/inter.css
Normal file
200
fonts/inter/inter.css
Normal file
|
@ -0,0 +1,200 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 100;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-Thin.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-Thin.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 100;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-ThinItalic.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-ThinItalic.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 200;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-ExtraLight.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-ExtraLight.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 200;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-ExtraLightItalic.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-ExtraLightItalic.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 300;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-Light.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-Light.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 300;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-LightItalic.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-LightItalic.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-Regular.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-Regular.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-Italic.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-Italic.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-Medium.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-Medium.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 500;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-MediumItalic.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-MediumItalic.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 600;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-SemiBold.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-SemiBold.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 600;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-SemiBoldItalic.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-SemiBoldItalic.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-Bold.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-Bold.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 700;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-BoldItalic.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-BoldItalic.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 800;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-ExtraBold.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-ExtraBold.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 800;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-ExtraBoldItalic.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-ExtraBoldItalic.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 900;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-Black.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-Black.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 900;
|
||||||
|
font-display: swap;
|
||||||
|
src: url("Inter-BlackItalic.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-BlackItalic.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
/* -------------------------------------------------------
|
||||||
|
Variable font.
|
||||||
|
Usage:
|
||||||
|
|
||||||
|
html { font-family: 'Inter', sans-serif; }
|
||||||
|
@supports (font-variation-settings: normal) {
|
||||||
|
html { font-family: 'Inter var', sans-serif; }
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter var';
|
||||||
|
font-weight: 100 900;
|
||||||
|
font-display: swap;
|
||||||
|
font-style: normal;
|
||||||
|
font-named-instance: 'Regular';
|
||||||
|
src: url("Inter-roman.var.woff2?v=3.15") format("woff2");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter var';
|
||||||
|
font-weight: 100 900;
|
||||||
|
font-display: swap;
|
||||||
|
font-style: italic;
|
||||||
|
font-named-instance: 'Italic';
|
||||||
|
src: url("Inter-italic.var.woff2?v=3.15") format("woff2");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* --------------------------------------------------------------------------
|
||||||
|
[EXPERIMENTAL] Multi-axis, single variable font.
|
||||||
|
|
||||||
|
Slant axis is not yet widely supported (as of February 2019) and thus this
|
||||||
|
multi-axis single variable font is opt-in rather than the default.
|
||||||
|
|
||||||
|
When using this, you will probably need to set font-variation-settings
|
||||||
|
explicitly, e.g.
|
||||||
|
|
||||||
|
* { font-variation-settings: "slnt" 0deg }
|
||||||
|
.italic { font-variation-settings: "slnt" 10deg }
|
||||||
|
|
||||||
|
*/
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter var experimental';
|
||||||
|
font-weight: 100 900;
|
||||||
|
font-display: swap;
|
||||||
|
font-style: oblique 0deg 10deg;
|
||||||
|
src: url("Inter.var.woff2?v=3.15") format("woff2");
|
||||||
|
}
|
18
fonts/inter/inter48.css
Normal file
18
fonts/inter/inter48.css
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
|
src: local("Inter Regular"),
|
||||||
|
url("Inter-Regular.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-Regular.woff?v=3.15") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 800;
|
||||||
|
font-display: swap;
|
||||||
|
src: local("Inter Extra Bold"),
|
||||||
|
url("Inter-ExtraBold.woff2?v=3.15") format("woff2"),
|
||||||
|
url("Inter-ExtraBold.woff?v=3.15") format("woff");
|
||||||
|
}
|
BIN
fonts/plex/IBMPlexSerif-Bold.woff2
Normal file
BIN
fonts/plex/IBMPlexSerif-Bold.woff2
Normal file
Binary file not shown.
BIN
fonts/plex/IBMPlexSerif-BoldItalic.woff2
Normal file
BIN
fonts/plex/IBMPlexSerif-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/plex/IBMPlexSerif-ExtraLight.woff2
Normal file
BIN
fonts/plex/IBMPlexSerif-ExtraLight.woff2
Normal file
Binary file not shown.
BIN
fonts/plex/IBMPlexSerif-ExtraLightItalic.woff2
Normal file
BIN
fonts/plex/IBMPlexSerif-ExtraLightItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/plex/IBMPlexSerif-Italic.woff2
Normal file
BIN
fonts/plex/IBMPlexSerif-Italic.woff2
Normal file
Binary file not shown.
BIN
fonts/plex/IBMPlexSerif-Light.woff2
Normal file
BIN
fonts/plex/IBMPlexSerif-Light.woff2
Normal file
Binary file not shown.
BIN
fonts/plex/IBMPlexSerif-LightItalic.woff2
Normal file
BIN
fonts/plex/IBMPlexSerif-LightItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/plex/IBMPlexSerif-Medium.woff2
Normal file
BIN
fonts/plex/IBMPlexSerif-Medium.woff2
Normal file
Binary file not shown.
BIN
fonts/plex/IBMPlexSerif-MediumItalic.woff2
Normal file
BIN
fonts/plex/IBMPlexSerif-MediumItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/plex/IBMPlexSerif-Regular.woff2
Normal file
BIN
fonts/plex/IBMPlexSerif-Regular.woff2
Normal file
Binary file not shown.
BIN
fonts/plex/IBMPlexSerif-SemiBold.woff2
Normal file
BIN
fonts/plex/IBMPlexSerif-SemiBold.woff2
Normal file
Binary file not shown.
BIN
fonts/plex/IBMPlexSerif-SemiBoldItalic.woff2
Normal file
BIN
fonts/plex/IBMPlexSerif-SemiBoldItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/plex/IBMPlexSerif-Text.woff2
Normal file
BIN
fonts/plex/IBMPlexSerif-Text.woff2
Normal file
Binary file not shown.
BIN
fonts/plex/IBMPlexSerif-TextItalic.woff2
Normal file
BIN
fonts/plex/IBMPlexSerif-TextItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/plex/IBMPlexSerif-Thin.woff2
Normal file
BIN
fonts/plex/IBMPlexSerif-Thin.woff2
Normal file
Binary file not shown.
BIN
fonts/plex/IBMPlexSerif-ThinItalic.woff2
Normal file
BIN
fonts/plex/IBMPlexSerif-ThinItalic.woff2
Normal file
Binary file not shown.
2863
fonts/plex/ibm-plex.css
Normal file
2863
fonts/plex/ibm-plex.css
Normal file
File diff suppressed because it is too large
Load diff
92
fonts/plex/license.txt
Normal file
92
fonts/plex/license.txt
Normal file
|
@ -0,0 +1,92 @@
|
||||||
|
Copyright © 2017 IBM Corp. with Reserved Font Name "Plex"
|
||||||
|
|
||||||
|
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||||
|
This license is copied below, and is also available with a FAQ at:
|
||||||
|
http://scripts.sil.org/OFL
|
||||||
|
|
||||||
|
-----------------------------------------------------------
|
||||||
|
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||||
|
-----------------------------------------------------------
|
||||||
|
|
||||||
|
PREAMBLE
|
||||||
|
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||||
|
development of collaborative font projects, to support the font creation
|
||||||
|
efforts of academic and linguistic communities, and to provide a free and
|
||||||
|
open framework in which fonts may be shared and improved in partnership
|
||||||
|
with others.
|
||||||
|
|
||||||
|
The OFL allows the licensed fonts to be used, studied, modified and
|
||||||
|
redistributed freely as long as they are not sold by themselves. The
|
||||||
|
fonts, including any derivative works, can be bundled, embedded,
|
||||||
|
redistributed and/or sold with any software provided that any reserved
|
||||||
|
names are not used by derivative works. The fonts and derivatives,
|
||||||
|
however, cannot be released under any other type of license. The
|
||||||
|
requirement for fonts to remain under this license does not apply
|
||||||
|
to any document created using the fonts or their derivatives.
|
||||||
|
|
||||||
|
DEFINITIONS
|
||||||
|
"Font Software" refers to the set of files released by the Copyright
|
||||||
|
Holder(s) under this license and clearly marked as such. This may
|
||||||
|
include source files, build scripts and documentation.
|
||||||
|
|
||||||
|
"Reserved Font Name" refers to any names specified as such after the
|
||||||
|
copyright statement(s).
|
||||||
|
|
||||||
|
"Original Version" refers to the collection of Font Software components as
|
||||||
|
distributed by the Copyright Holder(s).
|
||||||
|
|
||||||
|
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||||
|
or substituting -- in part or in whole -- any of the components of the
|
||||||
|
Original Version, by changing formats or by porting the Font Software to a
|
||||||
|
new environment.
|
||||||
|
|
||||||
|
"Author" refers to any designer, engineer, programmer, technical
|
||||||
|
writer or other person who contributed to the Font Software.
|
||||||
|
|
||||||
|
PERMISSION & CONDITIONS
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||||
|
redistribute, and sell modified and unmodified copies of the Font
|
||||||
|
Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1) Neither the Font Software nor any of its individual components,
|
||||||
|
in Original or Modified Versions, may be sold by itself.
|
||||||
|
|
||||||
|
2) Original or Modified Versions of the Font Software may be bundled,
|
||||||
|
redistributed and/or sold with any software, provided that each copy
|
||||||
|
contains the above copyright notice and this license. These can be
|
||||||
|
included either as stand-alone text files, human-readable headers or
|
||||||
|
in the appropriate machine-readable metadata fields within text or
|
||||||
|
binary files as long as those fields can be easily viewed by the user.
|
||||||
|
|
||||||
|
3) No Modified Version of the Font Software may use the Reserved Font
|
||||||
|
Name(s) unless explicit written permission is granted by the corresponding
|
||||||
|
Copyright Holder. This restriction only applies to the primary font name as
|
||||||
|
presented to the users.
|
||||||
|
|
||||||
|
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||||
|
Software shall not be used to promote, endorse or advertise any
|
||||||
|
Modified Version, except to acknowledge the contribution(s) of the
|
||||||
|
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||||
|
permission.
|
||||||
|
|
||||||
|
5) The Font Software, modified or unmodified, in part or in whole,
|
||||||
|
must be distributed entirely under this license, and must not be
|
||||||
|
distributed under any other license. The requirement for fonts to
|
||||||
|
remain under this license does not apply to any document created
|
||||||
|
using the Font Software.
|
||||||
|
|
||||||
|
TERMINATION
|
||||||
|
This license becomes null and void if any of the above conditions are
|
||||||
|
not met.
|
||||||
|
|
||||||
|
DISCLAIMER
|
||||||
|
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||||
|
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||||
|
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||||
|
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||||
|
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||||
|
OTHER DEALINGS IN THE FONT SOFTWARE.
|
18
fonts/plex/plex37.css
Normal file
18
fonts/plex/plex37.css
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: 'IBM Plex Serif';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
src: local("IBM Plex Serif Bold"),
|
||||||
|
local("IBMPlexSerif-Bold"),
|
||||||
|
url("IBMPlexSerif-Bold.woff2") format("woff2"),
|
||||||
|
url("IBMPlexSerif-Bold.woff") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'IBM Plex Serif';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 300;
|
||||||
|
src: local("IBM Plex Serif Light"),
|
||||||
|
local("IBMPlexSerif-Light"),
|
||||||
|
url("IBMPlexSerif-Light.woff2") format("woff2"),
|
||||||
|
url("IBMPlexSerif-Light.woff") format("woff");
|
||||||
|
}
|
16
index.html
16
index.html
|
@ -6,6 +6,10 @@
|
||||||
|
|
||||||
<title>Edgar P. Burkhart</title>
|
<title>Edgar P. Burkhart</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="fonts/inter/inter48.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" href="fonts/plex/plex37.css" />
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="css/main.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="css/index.css" />
|
<link rel="stylesheet" type="text/css" href="css/index.css" />
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="57x57" href="icons/apple-icon-57x57.png">
|
<link rel="apple-touch-icon" sizes="57x57" href="icons/apple-icon-57x57.png">
|
||||||
|
@ -34,14 +38,10 @@
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<footer>
|
<footer>
|
||||||
<ul>
|
<ul>
|
||||||
<li><span>email</span>
|
<li><span>email</span><a href="mailto:contact@edgarpierre.fr">contact@edgarpierre.fr</a></li>
|
||||||
<a href="mailto:contact@edgarpierre.fr">contact@edgarpierre.fr</a></li>
|
<li><span>komoot</span><a href="https://www.komoot.fr/user/383887346799">edpibu</a></li>
|
||||||
<li><span>komoot</span>
|
<li><span>git</span><a href="https://git.edgarpierre.fr/edpibu">git.edgarpierre.fr/edpibu</a></li>
|
||||||
<a href="https://www.komoot.fr/user/383887346799">edpibu</a></li>
|
<li><span>github</span><a href="https://github.com/edpiburkhart">edpiburkhart</a></li>
|
||||||
<li><span>git</span>
|
|
||||||
<a href="https://git.edgarpierre.fr/edpibu">git.edgarpierre.fr/edpibu</a></li>
|
|
||||||
<li><span>github</span>
|
|
||||||
<a href="https://github.com/edpiburkhart">edpiburkhart</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue