mirror of
https://github.com/xHyroM/website.git
synced 2024-11-25 16:21:06 +01:00
fix: add media='print' to link
This commit is contained in:
parent
1c78718b2f
commit
5fcb2957be
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ const snow =
|
||||||
<link
|
<link
|
||||||
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@200;500;700;900&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@200;500;700;900&display=swap"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
|
media="print"
|
||||||
/>
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body class="font-['Source Code Pro'] overflow-x-hidden bg-dark">
|
<body class="font-['Source Code Pro'] overflow-x-hidden bg-dark">
|
||||||
|
|
Loading…
Reference in a new issue