all repos — h3rald @ 51dd3c5df7946f93e0cb17dd8be8430633ef3b80

The sources of https://h3rald.com

content/styles/_typography.scss

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
body, h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
  color: #444;
  font-weight: 300;
}

pre, code, samp {
  font-family: "Ubuntu Mono", monospace;
  font-size: 14px;
}

b, strong {
  font-weight: 400;
}

pre {
  padding: 0;
  margin: 20px 0;
}

pre code {
  padding: 4px;
  margin: 0;
  background: #efefef;
}

article, #legacy-comments, #disqus_thread {
  font-size: 17px;
  line-height: 1.8em;
  color: #444;

  p {
    margin: 1em 0;
  }

  li, dt, dd {
    line-height: 1.8em
  }
  dt {
    margin-top: 1.8em;
  }
}

/* Headings */

#main-content > article h1 {
  line-height: 1em;
  font-size: 1.6em;
  font-weight: 300;
}
#main-content > article h2 {
  margin-top: 0;
  line-height: 1em;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 300;
}

article.page > header h1 {
	font-size: 2em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

#secondary-content > article h1{
  line-height: 1.2em;
  font-size: 1.3em;
  font-weight: 300;
}

#secondary-content > article h2{
  margin-top: 0;
  line-height: 1em;
  font-size: 1em;
  font-style: italic;
  font-weight: 300;
}

#body-text section header h1,
footer h1,
#body-text h2 {
	font-size: 1.8em;
}

h1 > code {
	font-size: 0.9em;
  border:none;
  color: #000;
  background:none;
}

article.page > header h2,
#body-text section section header h1,
#body-text h3,
h1.toc-header {
  margin-top: 1.2em;
	font-size: 1.5em;
  font-style: italic;
  font-weight: 300;
}

article.page > header h2 {
  margin: 0 0 1em 0;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 300;
  color: #999;
}

#body-text section section section header h1,
#body-text h4 {
  margin-top: 1.2em;
	font-size: 1.3em;
  font-weight: 300;
}

#body-text section section section section header h1,
#body-text h5 {
  margin-top: 1em;
	font-size: 1em;
  font-style: italic;
  font-weight: 300;
}

#body-text section section section section section header h1,
#body-text h6 {
  margin-top: 1em;
	font-size: 1em;
  font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 1.2em;
}