all repos — website @ 4539060809af516b55a2795cbba4cf9a858f864e

personal website hosted at prithu.xyz, built using hugo

fonts—what are they?
Prithu Goswami pg@prithu.dev
Mon, 09 Dec 2024 01:26:08 +0530
commit

4539060809af516b55a2795cbba4cf9a858f864e

parent

962f1ebe8885165afb75809ef0b2e8785a5e8d69

M layouts/partials/head.htmllayouts/partials/head.html

@@ -23,7 +23,7 @@ <link rel="stylesheet" href="/css/main.css">

<link rel="stylesheet" href="/css/blog.css"> <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=Exo+2:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Open+Sans&family=Lato&display=swap" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap" rel="stylesheet"> <link rel="icon" type="img/png" href="/img/pg.svg"> <!-- <link rel="me" href="https://fosstodon.org/@prithu"> --> </head>
M static/css/blog.cssstatic/css/blog.css

@@ -1,4 +1,3 @@

-@import url('https://rsms.me/inter/inter.css'); @import url('syntax.css'); .bcontainer{
M static/css/main.cssstatic/css/main.css

@@ -1,4 +1,7 @@

-@import url('https://rsms.me/inter/inter.css'); +@font-face { + font-family: "Inter"; + src: url(/fonts/InterVariable.woff2) +} *, *::before,