Skip to content

Commit ddfeb9b

Browse files
MoritzKnMoritz Kneilmann
authored and
Moritz Kneilmann
committed
Replace font-style: bold with oblique
`font-style` can only be `normal`, `italic` or `oblique` not `bold`. See: https://developer.mozilla.org/de/docs/Web/CSS/font-style
1 parent 0397b7e commit ddfeb9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snippets/css-snippets.cson

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@
186186
'font-style: normal':
187187
'prefix': 'fstn'
188188
'body': 'font-style: normal'
189-
'font-style: bold':
190-
'prefix': 'fstb'
191-
'body': 'font-style: bold'
189+
'font-style: oblique':
190+
'prefix': 'fsto'
191+
'body': 'font-style: oblique'
192192
'font-weight':
193193
'prefix': 'fw'
194194
'body': 'font-weight: ${1:bold}'

0 commit comments

Comments
 (0)