Skip to content

Commit b5f45f8

Browse files
committed
re-add font-family-name-quotes: always-where-recommended
1 parent 9324c19 commit b5f45f8

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

frontend/src/styles/fonts.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@use "sass:map";
22

33
@font-face {
4-
font-family: "Vazirharf";
4+
font-family: Vazirharf;
55
font-style: normal;
66
font-weight: 400;
77
font-display: block;

frontend/src/styles/standalone.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
@import "core.scss";
33

44
@font-face {
5-
font-family: Roboto Mono;
5+
font-family: "Roboto Mono";
66
font-style: normal;
77
font-weight: 400;
88
font-display: block;
99
src: url(/webfonts/RobotoMono-Regular.woff2) format("woff2");
1010
}
1111
@font-face {
12-
font-family: Lexend Deca;
12+
font-family: "Lexend Deca";
1313
font-style: normal;
1414
font-weight: 400;
1515
font-display: block;

stylelint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export default {
3838
"selector-class-pattern": null,
3939
"selector-id-pattern": null,
4040

41-
"font-family-name-quotes": null, // add // default: always-where-recommended
4241
"function-url-quotes": null, // add // default: always
4342

4443
"declaration-block-no-redundant-longhand-properties": null,

0 commit comments

Comments
 (0)