Update fonts
This commit is contained in:
parent
eb6d345384
commit
c3131627f5
29
fonts.css
29
fonts.css
|
@ -1,9 +1,36 @@
|
||||||
|
/* latin-ext */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Urbanist';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
|
src: url(/fonts/urbanist/v8/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx4vH5mqe8Q.woff2) format('woff2');
|
||||||
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||||
|
}
|
||||||
|
/* latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Urbanist';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
|
src: url(/fonts/urbanist/v8/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx4vEZmq.woff2) format('woff2');
|
||||||
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||||
|
}
|
||||||
|
/* latin-ext */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Urbanist';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 900;
|
||||||
|
font-display: swap;
|
||||||
|
src: url(/fonts/urbanist/v8/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDYhkvH5mqe8Q.woff2) format('woff2');
|
||||||
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||||
|
}
|
||||||
/* latin */
|
/* latin */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Urbanist';
|
font-family: 'Urbanist';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url(fonts/urbanist/v7/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDYhkvEZmsacG1Koy1.woff) format('woff');
|
src: url(/fonts/urbanist/v8/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDYhkvEZmq.woff2) format('woff2');
|
||||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Binary file not shown.
BIN
fonts/urbanist/v8/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDYhkvEZmq.woff2
Normal file
BIN
fonts/urbanist/v8/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDYhkvEZmq.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
fonts/urbanist/v8/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx4vEZmq.woff2
Normal file
BIN
fonts/urbanist/v8/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx4vEZmq.woff2
Normal file
Binary file not shown.
Binary file not shown.
13
index.html
13
index.html
|
@ -7,14 +7,14 @@
|
||||||
|
|
||||||
<meta name="description" content="Benjamin Bädorf is a frontend engineer based in Germany. I do some freelance stuff every once in a while.">
|
<meta name="description" content="Benjamin Bädorf is a frontend engineer based in Germany. I do some freelance stuff every once in a while.">
|
||||||
<meta name="Keywords" content="webdevelopment frontend javascript node freelance website why am i even doing this">
|
<meta name="Keywords" content="webdevelopment frontend javascript node freelance website why am i even doing this">
|
||||||
<link href="/fonts.css" rel="stylesheet">
|
<link href="/fonts.css?1" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
font-family: 'Urbanist', sans-serif;
|
font-family: 'Urbanist', sans-serif;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
color: #111111;
|
color: #111111;
|
||||||
font-weight: black;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -26,12 +26,13 @@
|
||||||
|
|
||||||
body > * {
|
body > * {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 700px;
|
max-width: 660px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.2rem;
|
font-size: 1.3rem;
|
||||||
font-weight: black;
|
font-weight: black;
|
||||||
|
line-height: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
@ -50,7 +51,9 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Hi!<br>I'm Benjamin Bädorf <span id="aka">AKA <span>b12f</span><span class="hidden">Yule</span><span class="hidden">Ben</span><span class="hidden">Kleiner</span></span> and I mainly spend my time engineering software.</h1>
|
<h1>Hi!</h1>
|
||||||
|
|
||||||
|
<p>I'm Benjamin Bädorf <span id="aka">AKA <span>b12f</span><span class="hidden">Yule</span><span class="hidden">Ben</span></span> and I often spend my time engineering software.</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Stuff I work(ed) on that I find interesting includes
|
Stuff I work(ed) on that I find interesting includes
|
||||||
|
|
Loading…
Reference in a new issue