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-generic.css @ 993:6f160151f216

History | View | Annotate | Download (538 Bytes)

1
@import url(fonts.css);
2

    
3
h1, #project-ancestors-title, #top-menu a {
4
  font-family: Insider, 'Gill Sans', Tahoma, sans-serif;
5
  font-weight: bold;
6
}    
7

    
8
#top-menu div, #top-menu li {
9
  font-size: 12px;
10
}
11

    
12
body,p,li,table { 
13
  font-family: Insider, DroidSans, 'Liberation Sans', tahoma, verdana, sans-serif; 
14
  font-size: 14px;
15
  line-height: 1.34;
16
  font-weight: normal;
17
}
18

    
19
h2,h3,h4,.wiki h1,.embedded h1 { 
20
  font-family: Insider, DroidSans, 'Liberation Sans', tahoma, verdana, sans-serif; 
21
  font-weight: bold;
22
  line-height: 1.34;
23
}
24