mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-12 16:34:18 +00:00
Last commit before tagging and releasing
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: font
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: font-family: family
|
||||
# --
|
||||
font-family: ${1:Arial, "MS Trebuchet"}, ${2:sans-}serif;$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: font
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: font-size: size
|
||||
# --
|
||||
font-size: ${1:100%};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: font
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: font-style: normal/italic/oblique
|
||||
# --
|
||||
font-style: ${1:normal/italic/oblique};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: font
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: font-variant: normal/small-caps
|
||||
# --
|
||||
font-variant: ${1:normal/small-caps};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: font
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: font-weight: weight
|
||||
# --
|
||||
font-weight: ${1:normal/bold};$0
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- 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
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: font
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: font: size font
|
||||
# --
|
||||
font: ${1:75%} ${2:"Lucida Grande", "Trebuchet MS", Verdana,} ${3:sans-}serif;$0
|
||||
Reference in New Issue
Block a user