pluh 🗣
This commit is contained in:
parent
993dcb9d5c
commit
0a9779ea98
|
@ -23,6 +23,9 @@
|
|||
<li>
|
||||
<a title="GitHub profile" href="https://github.com/lukaswrz">GitHub</a>
|
||||
</li>
|
||||
<li>
|
||||
<a title="LinkedIn profile" href="https://www.linkedin.com/in/lukas-wurzinger-b24874354/">LinkedIn</a>
|
||||
</li>
|
||||
<li>
|
||||
<a title="Codeberg profile" href="https://codeberg.org/lukaswrz">Codeberg</a>
|
||||
</li>
|
||||
|
@ -33,10 +36,10 @@
|
|||
<span class="external-text email-me">Email me</span>
|
||||
</a>
|
||||
|
||||
<a class="external" href="https://log.wrz.one">
|
||||
<span class="external-text visit-log">Visit log.wrz.one</span>
|
||||
<a class="external" href="https://helveticanonstandard.net">
|
||||
<span class="external-text visit-helvetica">Visit helveticanonstandard.net</span>
|
||||
</a>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
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 {
|
||||
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;
|
||||
}
|
||||
@import url('/static/fonts.css');
|
||||
|
||||
@media screen {
|
||||
body {
|
||||
|
@ -303,11 +257,11 @@ a.external:hover>span.external-text::after {
|
|||
}
|
||||
|
||||
span.email-me::before {
|
||||
content: '\1F4E7';
|
||||
content: '\1f4e7';
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
||||
span.visit-log::before {
|
||||
content: '\1F4DC';
|
||||
span.visit-helvetica::before {
|
||||
content: '\1f4dc';
|
||||
margin-right: .5em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue