font_settings.css revision 72a454cd3513ac24fbdd0e0cb9ad70b86a99b801
1#font-settings > section > .font-input-div {
2  -webkit-margin-end: 4em;
3}
4
5.font-input-div > div > select {
6  margin-bottom: 10px;
7}
8
9.font-input-div > div > .font-input {
10  width: 12em;
11}
12
13#font-settings > section > .font-sample-div {
14  height: 90px;
15  overflow: hidden;
16  width: 300px;
17}
18
19.font-settings-huge {
20  float: right;
21}
22
23#minimum-font-sample {
24  height: 60px;
25}