fix: add media='print' to link

This commit is contained in:
xHyroM 2023-01-05 10:46:22 +01:00
parent 1c78718b2f
commit 5fcb2957be

View file

@ -58,6 +58,7 @@ const snow =
<link
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@200;500;700;900&display=swap"
rel="stylesheet"
media="print"
/>
</head>
<body class="font-['Source Code Pro'] overflow-x-hidden bg-dark">