mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
style(layout): remove unused font loading code
Removed unused font loading code from the layout file to improve clarity and reduce unnecessary clutter.
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<!-- DarkReader somehow thinks the website isn't dark by default, this tells darkreader to disable on the site. -->
|
<!-- DarkReader somehow thinks the website isn't dark by default,
|
||||||
|
this tells darkreader to disable on the site. -->
|
||||||
<meta name="darkreader-lock">
|
<meta name="darkreader-lock">
|
||||||
|
|
||||||
|
|
||||||
@@ -41,10 +42,6 @@
|
|||||||
<meta property="twitter:description" content="@yield('description')">
|
<meta property="twitter:description" content="@yield('description')">
|
||||||
<meta property="twitter:image" content="{{ asset('img/og_image.png') }}">
|
<meta property="twitter:image" content="{{ asset('img/og_image.png') }}">
|
||||||
|
|
||||||
{{-- <link rel="preconnect" href="https://rsms.me/">
|
|
||||||
<link rel="preload" href="https://rsms.me/inter/inter.css" as="style">
|
|
||||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" media="print" onload="this.media='all'"> --}}
|
|
||||||
|
|
||||||
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
||||||
|
|
||||||
@stack('top_scripts')
|
@stack('top_scripts')
|
||||||
|
|||||||
Reference in New Issue
Block a user