Update quotes to single quote

This commit is contained in:
Hyunseung Lee 2022-07-23 08:33:34 +09:00 committed by GitHub
parent caf00206a7
commit 3b2506cd31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
@font-face {
font-family: 'Fira Code';
src: url('woff2/FiraCode-Light.woff2') format('woff2'),
url("woff/FiraCode-Light.woff") format("woff");
url('woff/FiraCode-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@ -9,7 +9,7 @@
@font-face {
font-family: 'Fira Code';
src: url('woff2/FiraCode-Regular.woff2') format('woff2'),
url("woff/FiraCode-Regular.woff") format("woff");
url('woff/FiraCode-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@ -17,7 +17,7 @@
@font-face {
font-family: 'Fira Code';
src: url('woff2/FiraCode-Medium.woff2') format('woff2'),
url("woff/FiraCode-Medium.woff") format("woff");
url('woff/FiraCode-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@ -25,7 +25,7 @@
@font-face {
font-family: 'Fira Code';
src: url('woff2/FiraCode-SemiBold.woff2') format('woff2'),
url("woff/FiraCode-SemiBold.woff") format("woff");
url('woff/FiraCode-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
}
@ -33,7 +33,7 @@
@font-face {
font-family: 'Fira Code';
src: url('woff2/FiraCode-Bold.woff2') format('woff2'),
url("woff/FiraCode-Bold.woff") format("woff");
url('woff/FiraCode-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@ -41,8 +41,8 @@
@font-face {
font-family: 'Fira Code VF';
src: url('woff2/FiraCode-VF.woff2') format('woff2-variations'),
url('woff/FiraCode-VF.woff') format('woff-variations');
url('woff/FiraCode-VF.woff') format('woff-variations');
/* font-weight requires a range: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide#Using_a_variable_font_font-face_changes */
font-weight: 300 700;
font-style: normal;
}
}