mirror of
https://github.com/edg-l/edgarluque.com.git
synced 2024-11-09 09:38:23 +00:00
font
This commit is contained in:
parent
dd9cd25471
commit
a5e22197ff
|
@ -16,12 +16,9 @@
|
|||
<meta property="twitter:site" content="@edgluq" />
|
||||
<title>{% block title %}Home{% endblock %} | Edgar Luque</title>
|
||||
<link rel="stylesheet" href="/style.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=JetBrains+Mono:ital,wght@0,400;0,700;1,400&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<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,300;0,400;0,700;1,300;1,400;1,700&display=swap" rel="stylesheet">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/atom.xml">
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in a new issue