mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* add Noto Sans font to list of used fonts
This commit is contained in:
parent
a0de111dea
commit
42a6c35d9c
2 changed files with 3 additions and 3 deletions
|
|
@ -79,7 +79,7 @@
|
|||
.markdown-note code, /* inline code */
|
||||
.markdown-note tt {
|
||||
font-size: 13px; /* if main font is 14px */
|
||||
font-family: ui-monospace,Consolas,"SF Mono",Menlo,"Liberation Mono",monospace;
|
||||
font-family: ui-monospace,Consolas,"SF Mono",Menlo,"Noto Sans Mono","Liberation Mono",monospace;
|
||||
padding: 0px 5px;
|
||||
background-color: var(--color-md-bg-highlighted);
|
||||
border-radius: 3px;
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
}
|
||||
.markdown-note pre {
|
||||
font-size: 13px;
|
||||
font-family: ui-monospace,Consolas,"SF Mono",Menlo,"Liberation Mono",monospace;
|
||||
font-family: ui-monospace,Consolas,"SF Mono",Menlo,"Noto Sans Mono","Liberation Mono",monospace;
|
||||
line-height: 1.2rem;
|
||||
padding: 10px;
|
||||
background-color: var(--color-md-bg-highlighted);
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ body {
|
|||
overflow-y: scroll; /* always show scrollbar */
|
||||
}
|
||||
body, td, th, input, textarea, select, button {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", /*Roboto,*/ Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",/*Roboto,*/ Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
||||
font-size: 1rem;
|
||||
}
|
||||
#mtt {
|
||||
|
|
|
|||
Loading…
Reference in a new issue