mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
6 lines
271 B
Plaintext
6 lines
271 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: font
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: font: style variant weight size/line-height font-family
|
|
# --
|
|
font: ${1:normal/italic/oblique} ${2:normal/small-caps} ${3:normal/bold} ${4:1em/1.5em} ${5:Arial}, ${6:sans-}serif;$0 |