site/style.css

changeset 11
7dfd6ac82d72
parent 10
a18ce529899b
child 12
0f4c203ec467
equal deleted inserted replaced
10:a18ce529899b 11:7dfd6ac82d72
80 word-wrap: break-word; 80 word-wrap: break-word;
81 overflow-wrap: break-word; 81 overflow-wrap: break-word;
82 } 82 }
83 div.content h1 { 83 div.content h1 {
84 margin-bottom: .25em; 84 margin-bottom: .25em;
85 font-family: 'Nunito', sans-serif;
86 letter-spacing: -0.0125em;
85 } 87 }
86 div.content h3 { 88 div.content h3 {
87 margin-top: .25em; 89 margin-top: .25em;
88 margin-bottom: .25em; 90 margin-bottom: .25em;
91 font-family: 'Nunito', sans-serif;
92 letter-spacing: -0.0125em;
89 } 93 }
90 div.content h4 { 94 div.content h4 {
91 margin-top: .25em; 95 margin-top: .25em;
92 margin-bottom: .25em; 96 margin-bottom: .25em;
93 97 font-family: 'Nunito', sans-serif;
94 } 98 }
95 div.content p { 99 div.content p {
96 margin: 1em; 100 margin: 1em;
97 margin-top: .25em; 101 margin-top: .25em;
98 margin-bottom: .25em; 102 margin-bottom: .25em;
178 img.mediaImage { 182 img.mediaImage {
179 max-width: 100%; 183 max-width: 100%;
180 } 184 }
181 185
182 /* External Fonts */ 186 /* External Fonts */
183 @import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap');
184 @import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap');

mercurial