-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfonts.sublime-snippet
55 lines (53 loc) · 1.79 KB
/
fonts.sublime-snippet
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<snippet>
<content><![CDATA[
"font_face": "M+ 2m bold",
"font_face": "M+ 2m bold",
"font_face": "M+ 2m regular",
"font_face": "M+ 2m medium",
"font_face": "M+ 2m thin",
"font_face": "M+ 2m light",
"font_face": "Source Code Pro",
"font_face": "Source Code Pro SemiBold",
"font_face": "Droid Sans Mono",
"font_face": "Anonymous Pro Bold",
"font_face": "Andale Mono",
"font_face": "Consolas",
"font_face": "Courier",
"font_face": "Courier New",
"font_face": "Envy Code R",
"font_face": "Envy Code R Bold",
"font_face": "Envy Code A",
"font_face": "Inconsolata",
"font_face": "Anonymous Pro",
"font_face": "Envy Code R",
"font_face": "Dejavu Sans Mono",
"font_face": "Dejavu Sans Condensed",
"font_face": "Dejavu Sans Oblique",
"font_face": "Dejavu Sans ExtraLight",
"font_face": "Dejavu Sans Condensed Bold",
"font_face": "Dejavu Sans Condensed Bold Oblique",
"font_face": "crillee",
"font_face": "Andale Mono",
"font_face": "Amaranth",
"font_face": "Hack-Oblique",
"font_face": "Ubuntu Mono",
"font_face": "Comic Neue Light",
"font_face": "Comic Neue Regular",
"font_face": "Comic Neue Bold",
"font_face": "Comic Neue Light Oblique",
"font_face": "Comic Neue Regular Oblique",
"font_face": "Comic Neue Bold Oblique",
"font_face": "Comic Neue Angular Light",
"font_face": "Comic Neue Angular Regular",
"font_face": "Comic Neue Angular Bold",
"font_face": "Comic Neue Angular Light Oblique",
"font_face": "Comic Neue Angular Regular Oblique",
"font_face": "Comic Neue Angular Bold Oblique",
"font_face": "Fira Code",
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>fonts</tabTrigger>
<description>Great list of fonts to use in SublimeText Themes</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>