Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Enable "font-display: swap " to avoid showing invisible text #67

Merged
merged 1 commit into from
Jan 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/views/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<title>Vapor UI - {{ config('vapor-ui.project') }} - {{ config('vapor-ui.environment') }}</title>

<!-- Style sheets -->
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Nunito&display=swap" rel="stylesheet" />
<link href="{{ asset(mix('app.css', 'vendor/vapor-ui')) }}" rel="stylesheet" type="text/css" />
</head>
<body>
Expand Down