mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat(fonts): add Inter font files for various weights
Add font files for Inter font family with different weights (100-900) in WOFF2 format. Update CSS to include font-face declarations for each weight.
This commit is contained in:
@@ -41,9 +41,9 @@
|
||||
<meta property="twitter:description" content="@yield('description')">
|
||||
<meta property="twitter:image" content="{{ asset('img/og_image.png') }}">
|
||||
|
||||
<link rel="preconnect" href="https://rsms.me/">
|
||||
{{-- <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'">
|
||||
<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'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user