pluh 🗣
This commit is contained in:
parent
993dcb9d5c
commit
0a9779ea98
|
@ -23,6 +23,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a title="GitHub profile" href="https://github.com/lukaswrz">GitHub</a>
|
<a title="GitHub profile" href="https://github.com/lukaswrz">GitHub</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a title="LinkedIn profile" href="https://www.linkedin.com/in/lukas-wurzinger-b24874354/">LinkedIn</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a title="Codeberg profile" href="https://codeberg.org/lukaswrz">Codeberg</a>
|
<a title="Codeberg profile" href="https://codeberg.org/lukaswrz">Codeberg</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -33,8 +36,8 @@
|
||||||
<span class="external-text email-me">Email me</span>
|
<span class="external-text email-me">Email me</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="external" href="https://log.wrz.one">
|
<a class="external" href="https://helveticanonstandard.net">
|
||||||
<span class="external-text visit-log">Visit log.wrz.one</span>
|
<span class="external-text visit-helvetica">Visit helveticanonstandard.net</span>
|
||||||
</a>
|
</a>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
47
public/static/fonts.css
Normal file
47
public/static/fonts.css
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: League Spartan;
|
||||||
|
src: url('/static/fonts/league-spartan/LeagueSpartan-ExtraLight.woff2') format('woff2');
|
||||||
|
font-weight: 200;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: League Spartan;
|
||||||
|
src: url('/static/fonts/league-spartan/LeagueSpartan-Light.woff2') format('woff2');
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: League Spartan;
|
||||||
|
src: url('/static/fonts/league-spartan/LeagueSpartan-Medium.woff2') format('woff2');
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: League Spartan;
|
||||||
|
src: url('/static/fonts/league-spartan/LeagueSpartan-Regular.woff2') format('woff2');
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: League Spartan;
|
||||||
|
src: url('/static/fonts/league-spartan/LeagueSpartan-SemiBold.woff2') format('woff2');
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: League Spartan;
|
||||||
|
src: url('/static/fonts/league-spartan/LeagueSpartan-Bold.woff2') format('woff2');
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: League Spartan;
|
||||||
|
src: url('/static/fonts/league-spartan/LeagueSpartan-ExtraBold.woff2') format('woff2');
|
||||||
|
font-weight: 800;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: League Spartan;
|
||||||
|
src: url('/static/fonts/league-spartan/LeagueSpartan-Black.woff2') format('woff2');
|
||||||
|
font-weight: 900;
|
||||||
|
}
|
|
@ -1,50 +1,4 @@
|
||||||
@font-face {
|
@import url('/static/fonts.css');
|
||||||
font-family: League Spartan;
|
|
||||||
src: url('/static/fonts/league-spartan/LeagueSpartan-ExtraLight.woff2') format('woff2');
|
|
||||||
font-weight: 200;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: League Spartan;
|
|
||||||
src: url('/static/fonts/league-spartan/LeagueSpartan-Light.woff2') format('woff2');
|
|
||||||
font-weight: 300;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: League Spartan;
|
|
||||||
src: url('/static/fonts/league-spartan/LeagueSpartan-Medium.woff2') format('woff2');
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: League Spartan;
|
|
||||||
src: url('/static/fonts/league-spartan/LeagueSpartan-Regular.woff2') format('woff2');
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: League Spartan;
|
|
||||||
src: url('/static/fonts/league-spartan/LeagueSpartan-SemiBold.woff2') format('woff2');
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: League Spartan;
|
|
||||||
src: url('/static/fonts/league-spartan/LeagueSpartan-Bold.woff2') format('woff2');
|
|
||||||
font-weight: 700;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: League Spartan;
|
|
||||||
src: url('/static/fonts/league-spartan/LeagueSpartan-ExtraBold.woff2') format('woff2');
|
|
||||||
font-weight: 800;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: League Spartan;
|
|
||||||
src: url('/static/fonts/league-spartan/LeagueSpartan-Black.woff2') format('woff2');
|
|
||||||
font-weight: 900;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen {
|
@media screen {
|
||||||
body {
|
body {
|
||||||
|
@ -303,11 +257,11 @@ a.external:hover>span.external-text::after {
|
||||||
}
|
}
|
||||||
|
|
||||||
span.email-me::before {
|
span.email-me::before {
|
||||||
content: '\1F4E7';
|
content: '\1f4e7';
|
||||||
margin-right: .5em;
|
margin-right: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.visit-log::before {
|
span.visit-helvetica::before {
|
||||||
content: '\1F4DC';
|
content: '\1f4dc';
|
||||||
margin-right: .5em;
|
margin-right: .5em;
|
||||||
}
|
}
|
Loading…
Reference in a new issue