|
1 | | -@font-face { |
2 | | -font-family:'octiconsregular'; |
3 | | -src:url('octicons-regular-webfont.eot'); |
4 | | -src:url('octicons-regular-webfont.eot?#iefix')format('embedded-opentype'), |
5 | | -url('octicons-regular-webfont.woff')format('woff'), |
6 | | -url('octicons-regular-webfont.svg#octiconsregular')format('svg'); |
7 | | -font-weight: normal; |
8 | | -font-style: normal; |
9 | | -} |
10 | | - |
11 | | -/*------------------------------------------------------------------------------ |
12 | | - Icon Styles |
13 | | -------------------------------------------------------------------------------*/ |
14 | | - |
15 | | -.mega-octicon { |
16 | | -font-family:'octiconsregular'; |
17 | | -font-weight: normal; |
18 | | -font-style: normal; |
19 | | -display: inline-block; |
20 | | -text-decoration: none; |
21 | | -line-height:1; |
22 | | --webkit-font-smoothing: antialiased; |
23 | | -font-size:24px; |
24 | | -width:24px; |
25 | | -height:24px; |
26 | | -} |
27 | | - |
28 | | -.octicon-mark-github:before { |
29 | | -content:"\f00a"; |
30 | | -} |
31 | | - |
32 | | -.octicon-calendar:before { |
33 | | -content:"\f068"; |
34 | | -} |
35 | | - |
36 | | -.octicon { |
37 | | -font: normal normal16px"octiconsregular"; |
38 | | -line-height:1; |
39 | | -display: inline-block; |
40 | | -text-decoration: none; |
41 | | --webkit-font-smoothing: antialiased; |
42 | | -} |
43 | | - |
44 | | -/* end */ |
45 | | - |
46 | 1 | /*------------------------------------------------------------------------------ |
47 | 2 | Global Documentation Styles |
48 | 3 | ------------------------------------------------------------------------------*/ |
|