To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / public / themes / soundsoftware / stylesheets / fonts-ms.css @ 1319:5490d6392ee3

History | View | Annotate | Download (753 Bytes)

1
@import url(fonts.css?3);
2

    
3
/* IE likes us to separate out normal & bold into different fonts
4
   rather than use the selectors on the same font */
5

    
6
h1, #project-ancestors-title, #top-menu a {
7
  font-family: Insider-Medium, Tahoma, sans-serif;
8
  font-weight: normal;
9
}    
10

    
11
#top-menu div, #top-menu li {
12
  font-size: 12px;
13
}
14

    
15
body,p,li,table { 
16
  font-family: Insider-Regular, tahoma, verdana, sans-serif; 
17
  font-size: 14px;
18
  line-height: 1.34;
19
  font-weight: normal;
20
}
21

    
22
h2,h3,h4,.wiki h1,.embedded h1 { 
23
  font-family: Insider-Medium, tahoma, verdana, sans-serif; 
24
  font-weight: normal;
25
  line-height: 1.34;
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