Use Iosevka instead of JetBrains Mono
This commit is contained in:
parent
99a80c425c
commit
2ce75eadcd
BIN
public/Iosevka/Bold.woff2
Normal file
BIN
public/Iosevka/Bold.woff2
Normal file
Binary file not shown.
BIN
public/Iosevka/Heavy.woff2
Normal file
BIN
public/Iosevka/Heavy.woff2
Normal file
Binary file not shown.
BIN
public/Iosevka/Regular.woff2
Normal file
BIN
public/Iosevka/Regular.woff2
Normal file
Binary file not shown.
@ -1,3 +1,21 @@
|
|||||||
|
/* Iosevka web */
|
||||||
|
@font-face {
|
||||||
|
font-family: "Iosevka Fixed Web";
|
||||||
|
font-display: swap;
|
||||||
|
font-weight: 400;
|
||||||
|
font-stretch: normal;
|
||||||
|
font-style: normal;
|
||||||
|
src: url("/Iosevka/Regular.woff2") format("woff2");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Iosevka Fixed Web';
|
||||||
|
font-display: swap;
|
||||||
|
font-weight: 700;
|
||||||
|
font-stretch: normal;
|
||||||
|
font-style: normal;
|
||||||
|
src: url('/Iosevka/Bold.woff2') format('woff2');
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--c-bg: #101010;
|
--c-bg: #101010;
|
||||||
@ -21,6 +39,6 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "JetBrains Mono", monospace;
|
font-family: "Iosevka Fixed Web", "Iosevka Nerd Font", "Iosevka", monospace;
|
||||||
font-optical-sizing: auto;
|
font-optical-sizing: auto;
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<h1 class="text-xl font-light py-4">
|
<h1 class="text-xl font-light py-4">
|
||||||
Hi 👋! I'm
|
Hi 👋! I'm
|
||||||
<br />
|
<br />
|
||||||
<span class="font-black text-3xl">Fernando Araoz</span>
|
<span class="font-bold text-3xl">Fernando Araoz</span>
|
||||||
</h1>
|
</h1>
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<div class="inline-block w-28 h-28 lg:w-40 lg:h-40 rounded-full bg-slate-500"></div>
|
<div class="inline-block w-28 h-28 lg:w-40 lg:h-40 rounded-full bg-slate-500"></div>
|
||||||
|
@ -13,12 +13,6 @@ import Tools from "../components/index/Tools.astro";
|
|||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
<link rel="stylesheet" href="/global.css" />
|
<link rel="stylesheet" href="/global.css" />
|
||||||
<title>Fernando Araoz</title>
|
<title>Fernando Araoz</title>
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
||||||
<link
|
|
||||||
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap"
|
|
||||||
rel="stylesheet"
|
|
||||||
/>
|
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
type="text/css"
|
type="text/css"
|
||||||
|
Loading…
Reference in New Issue
Block a user