mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
match font family when editing heading cells
This commit is contained in:
parent
468e568ea7
commit
5e018bba0d
@ -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%; }
|
||||
|
1
IPython/html/static/style/ipython.min.css
vendored
1
IPython/html/static/style/ipython.min.css
vendored
@ -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%;
|
||||
|
1
IPython/html/static/style/style.min.css
vendored
1
IPython/html/static/style/style.min.css
vendored
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user