compass/doc-src/content/stylesheets/partials/_typography.scss

31 lines
1.3 KiB
SCSS
Raw Normal View History

2010-11-23 21:34:29 +00:00
@font-face {
font-family: "pictos-web";
src: url('/otherfonts/pictos-web.eot');
src: local("?"), url('/otherfonts/pictos-web.woff') format('woff'), url('/otherfonts/pictos-web.ttf') format('truetype'), url('/otherfonts/pictos-web.svg#webfontIyfZbseF') format('svg');}
@include font-face("museosans-web", font-files("museosans-web.woff", woff, "museosans-web.ttf", truetype, "museosans-web.svg#webfontJHBEijmD", svg), 'museosans-web.eot');
2010-11-17 05:03:42 +00:00
.sans-font { font-family: 'Lucida Grande', Arial, sans-serif; }
.heading-font { font-family: 'Museo Sans', 'serif'; }
2010-11-24 23:43:25 +00:00
.pictos { font-family: pictos, pictos-web; font-weight: normal; font-style: normal;}
2010-11-23 06:09:18 +00:00
.fixed-font { font-family: menlo, monaco, "andale mono", "courier new", fixed;}
2010-11-17 05:03:42 +00:00
#page {
2010-11-23 06:09:18 +00:00
line-height: 1.45em;
ol { list-style: outside decimal; padding-left: 2.5em; }
ol ol { list-style: outside lower-alpha; padding-left: 2.5em; }
2010-11-23 06:09:18 +00:00
ul, ol, dl { margin-bottom: 1.5em;}
2010-11-17 05:03:42 +00:00
p { margin-bottom: 1.2em;}
2010-11-23 21:34:29 +00:00
#{headings(1,2)}{ @extend .heading-font; line-height: 1.2em; }
2010-11-17 05:03:42 +00:00
h1 { font-size: 30px; }
2010-11-23 06:09:18 +00:00
h2 { font-size: 22px; margin: 15px 0 8px; padding-bottom: 6px;}
h3 { font-size: 18px; }
h1 { padding-bottom: 6px; margin-bottom: 9px; }
ul { list-style: inside disc; }
dt { font-weight: bold; }
}
#page aside {
ul { list-style: none; margin-bottom: 1em;}
h2 { line-height: 1.4em; margin-top: 0;}
2010-11-17 05:03:42 +00:00
}