1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Update Wiki Syntax Help font to Noto Sans to match the new default theme (#41321).

git-svn-id: https://svn.redmine.org/redmine/trunk@23113 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-10-11 04:59:27 +00:00
parent 4c33e111b5
commit 701642acad
2 changed files with 40 additions and 6 deletions

View File

@ -1,5 +1,23 @@
h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; }
body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; }
@font-face {
font-family: "Noto Sans";
src: url("/NotoSans-VariableFont_wdth,wght.woff2") format("woff2");
font-weight: 100 900;
font-stretch: 75% 125%;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Noto Sans";
src: url("/NotoSans-Italic-VariableFont_wdth,wght.woff2") format("woff2");
font-weight: 100 900;
font-stretch: 75% 125%;
font-style: italic;
font-display: swap;
}
h1 { font-family: "Noto Sans", sans-serif; font-size: 14px; text-align: center; color: #444; }
body { font-family: "Noto Sans", sans-serif; font-size: 12px; color: #444; }
pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; }
table th { padding-top: 1em; }
table th img { border: 1px solid #bbb; }

View File

@ -1,7 +1,23 @@
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
pre, code { font-size:120%; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; }
pre code { font-size:100%; }
@font-face {
font-family: "Noto Sans";
src: url("/NotoSans-VariableFont_wdth,wght.woff2") format("woff2");
font-weight: 100 900;
font-stretch: 75% 125%;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Noto Sans";
src: url("/NotoSans-Italic-VariableFont_wdth,wght.woff2") format("woff2");
font-weight: 100 900;
font-stretch: 75% 125%;
font-style: italic;
font-display: swap;
}
body { font-family: "Noto Sans", sans-serif; font-size: 0.875rem; color:#333;}
pre, code { font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; }
pre {
margin: 1em 1em 1em 1.6em;
padding: 2px;