From 6f1bf8ef299f010bc11a86673ef0612442a4a72d Mon Sep 17 00:00:00 2001 From: minh-de-rien <77995908+minh-de-rien@users.noreply.github.com> Date: Fri, 26 Jan 2024 01:11:21 -0500 Subject: [PATCH] Linter: change single quotes to double --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index b990236..e5bc1bd 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -162,7 +162,7 @@ hr { @font-face { font-family: Bettins; - src: url('/fonts/bettins-ywpem.ttf') format('TrueType'); + src: url("/fonts/bettins-ywpem.ttf") format("TrueType"); font-weight: 400; font-style: normal; font-display: swap;