-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
62 lines (60 loc) · 1.75 KB
/
default.css
File metadata and controls
62 lines (60 loc) · 1.75 KB
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
56
57
58
59
60
61
62
body {
text-rendering: optimizelegibility;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphenate: auto;
-moz-hyphenate: auto;
-o-hyphenate: auto;
-ms-hyphenate: auto;
hyphenate: auto;
-ms-hyphenate-limit-chars: 6 3 3;
hyphenate-limit-chars: 6 3 3;
-ms-hyphenate-limit-zone: 3ex;
hyphenate-limit-zone: 3ex;
-webkit-hyphenate-before: 3;
-webkit-hyphenate-after: 3;
-webkit-hyphenate-lines: 2;
-ms-hyphenate-lines: 2;
hyphenate-lines: 2;
hyphenate-limit-last: always;
-webkit-tab-size: 4;
-moz-tab-size: 4;
-o-tab-size: 4;
-ms-tab-size: 4;
tab-size: 4;
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga" on;
-webkit-font-feature-settings: liga;
-ms-font-feature-settings: liga;
-o-font-feature-settings: liga;
font-feature-settings: liga;
-webkit-text-align-last: start;
-moz-text-align-last: start;
-o-text-align-last: start;
-ms-text-align-last: start;
text-align-last: start; }
h1, h2, h3, h4, h5, h6 {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphenate: none;
-moz-hyphenate: none;
-o-hyphenate: none;
-ms-hyphenate: none;
hyphenate: none;
-moz-font-feature-settings: "liga=1", "dliga=1";
-moz-font-feature-settings: "liga" on, "dliga" on;
-webkit-font-feature-settings: liga, dliga;
-ms-font-feature-settings: liga, dliga;
-o-font-feature-settings: liga, dliga;
font-feature-settings: liga, dliga; }
abbr, acronym, code, del, dir, kbd, keygen, listing, plaintext, samp, sub, sup, tt, var, xmp {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphenate: none;
-moz-hyphenate: none;
-o-hyphenate: none;
-ms-hyphenate: none;
hyphenate: none; }