mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +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
|
||||
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">
|
||||
|
|
Loading…
Reference in a new issue