mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-17 16:25:31 -04:00
adjust letter-spacing of bold Inter text
This commit is contained in:
17
.vscode/settings.json
vendored
17
.vscode/settings.json
vendored
@@ -15,10 +15,17 @@
|
||||
"prettier.printWidth": 120,
|
||||
"prettier.requireConfig": true,
|
||||
"prettier.useEditorConfig": false,
|
||||
"scss.lint.important": "ignore",
|
||||
"scss.lint.universalSelector": "ignore",
|
||||
"[markdown]": {
|
||||
"editor.wordWrap": "on",
|
||||
"editor.quickSuggestions": false
|
||||
}
|
||||
"editor.quickSuggestions": false,
|
||||
"editor.trimAutoWhitespace": false,
|
||||
"editor.wordWrap": "on"
|
||||
},
|
||||
"stylelint.packageManager": "yarn",
|
||||
"stylelint.validate": [
|
||||
"css",
|
||||
"html",
|
||||
"postcss",
|
||||
"sass",
|
||||
"scss"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user