Revision 1311:18052001fe11

View differences:

public/stylesheets/scm.css
35 35
#changes-legend li { float: left; background-position: 5px 0; }
36 36

  
37 37
table.filecontent { border: 1px solid #e2e2e2;  border-collapse: collapse; width:98%; background-color: #fafafa; }
38
table.filecontent tbody {font-family:"Liberation Mono", Courier, monospace; font-size:12px;}
38
table.filecontent tbody {font-family:"SourceCodePro-Regular","Liberation Mono", Courier, monospace; font-size:12px;}
39 39
table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; }
40 40
table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;}
41 41
table.filecontent tr.spacing th { text-align:center; }
......
61 61
table.filecontent td.line-code pre {
62 62
    margin: 0px;
63 63
    white-space: pre-wrap;
64
    font-family:"Liberation Mono", Courier, monospace; font-size:12px;
64
    font-family:"SourceCodePro-Regular","Liberation Mono", Courier, monospace; font-size:12px;
65 65
}
66 66

  
67 67
/* 12 different colors for the annonate view */
public/themes/soundsoftware/stylesheets/fonts-generic.css
1
@import url(fonts.css?2);
1
@import url(fonts.css?3);
2 2

  
3 3
h1, #project-ancestors-title, #top-menu a {
4 4
  font-family: Insider, 'Gill Sans', Tahoma, sans-serif;
......
22 22
  line-height: 1.34;
23 23
}
24 24

  
25
code,pre,.code,.line-code,.embedded a.el {
26
  font-family: 'SourceCodePro-Regular', monospace;
27
  font-weight: normal;
28
  font-size: 0.9em;
29
}
30

  
31

  
public/themes/soundsoftware/stylesheets/fonts-mac.css
1
@import url(fonts.css?2);
1
@import url(fonts.css?3);
2 2

  
3 3
h1, #project-ancestors-title, #top-menu a {
4 4
  font-family: Insider, "Lucida Grande", sans-serif;
......
22 22
  line-height: 1.34;
23 23
}
24 24

  
25
code,pre,.code,.line-code,.embedded a.el {
26
  font-family: 'SourceCodePro-Regular', monospace;
27
  font-weight: normal;
28
  font-size: 0.9em;
29
}
30

  
public/themes/soundsoftware/stylesheets/fonts-ms.css
1
@import url(fonts.css?2);
1
@import url(fonts.css?3);
2 2

  
3 3
/* IE likes us to separate out normal & bold into different fonts
4 4
   rather than use the selectors on the same font */
......
24 24
  font-weight: normal;
25 25
  line-height: 1.34;
26 26
}
27

  
28
code,pre,.code,.line-code,.embedded a.el {
29
  font-family: 'SourceCodePro-Regular', monospace;
30
  font-weight: normal;
31
  font-size: 0.9em;
32
}
33

  
public/themes/soundsoftware/stylesheets/fonts.css
30 30
    src: url('fonts/24BC35_0_0.eot');
31 31
    src: url('fonts/24BC35_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/24BC35_0_0.woff') format('woff'), url('fonts/24BC35_0_0.ttf') format('truetype');
32 32
}
33

  
34
@font-face {
35
    font-family: 'SourceCodePro-Regular';
36
    font-weight: normal;
37
    font-style: normal;
38
    src: url('fonts/SourceCodePro-Regular-webfont.eot');
39
    src: url('fonts/SourceCodePro-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/SourceCodePro-Regular-webfont.woff') format('woff'), url('fonts/SourceCodePro-Regular-webfont.ttf') format('truetype');
40
}

Also available in: Unified diff