match font family when editing heading cells

This commit is contained in:
Paul Ivanov 2014-07-30 17:24:47 -07:00
parent 468e568ea7
commit 5e018bba0d
3 changed files with 6 additions and 1 deletions

View File

@ -40,7 +40,10 @@ div.cell.text_cell.rendered {
.cm-s-heading-3,
.cm-s-heading-4,
.cm-s-heading-5,
.cm-s-heading-6 { font-weight: bold;}
.cm-s-heading-6 {
font-weight: bold;
font-family: @font-family-sans-serif;
}
.cm-s-heading-1 { font-size:150%; }
.cm-s-heading-2 { font-size: 130%; }

View File

@ -1133,6 +1133,7 @@ div.cell.text_cell.rendered {
.cm-s-heading-5,
.cm-s-heading-6 {
font-weight: bold;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cm-s-heading-1 {
font-size: 150%;

View File

@ -8757,6 +8757,7 @@ div.cell.text_cell.rendered {
.cm-s-heading-5,
.cm-s-heading-6 {
font-weight: bold;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cm-s-heading-1 {
font-size: 150%;