Skip to content

Commit ed8314e

Browse files
committed
updated site
1 parent 826cfbe commit ed8314e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+111
-335
lines changed

Diff for: 2.x/docs/en/404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<link rel="stylesheet" href="ayu-highlight.css">
3131

3232
<!-- Custom theme stylesheets -->
33-
<link rel="stylesheet" href="src/reference/custom-2024.css">
33+
<link rel="stylesheet" href="src/reference/custom-202402.css">
3434
<link rel="stylesheet" href="src/reference/mdbook-admonish.css">
3535

3636
</head>

Diff for: 2.x/docs/en/Setup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<link rel="stylesheet" href="ayu-highlight.css">
3030

3131
<!-- Custom theme stylesheets -->
32-
<link rel="stylesheet" href="src/reference/custom-2024.css">
32+
<link rel="stylesheet" href="src/reference/custom-202402.css">
3333
<link rel="stylesheet" href="src/reference/mdbook-admonish.css">
3434

3535
</head>

Diff for: 2.x/docs/en/custom-2024.css

-7
This file was deleted.

Diff for: 2.x/docs/en/custom-202402.css

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
html {
2+
font-family: "Lora";
3+
}
4+
5+
:root {
6+
font-size: 90%;
7+
}
8+
9+
pre {
10+
border: solid 1px lightgray;
11+
}
12+
13+
h1 {
14+
font-family: 'Linux Biolinum';
15+
}
16+
17+
h1.menu-title {
18+
font-family: "Lora";
19+
font-size: 1.5rem;
20+
}
21+
22+
h2 {
23+
font-family: 'Linux Biolinum';
24+
}
25+
26+
h3 {
27+
font-family: 'Linux Biolinum';
28+
}

Diff for: 2.x/docs/en/fonts/LinBiolinum_R.otf

408 KB
Binary file not shown.

Diff for: 2.x/docs/en/fonts/LinBiolinum_RB.otf

502 KB
Binary file not shown.

Diff for: 2.x/docs/en/fonts/LinBiolinum_RI.otf

647 KB
Binary file not shown.

Diff for: 2.x/docs/en/fonts/Lora-Italic[wght].ttf

219 KB
Binary file not shown.

Diff for: 2.x/docs/en/fonts/Lora[wght].ttf

209 KB
Binary file not shown.

Diff for: 2.x/docs/en/fonts/OPEN-SANS-LICENSE.txt

-202
This file was deleted.

Diff for: 2.x/docs/en/fonts/SOURCE-CODE-PRO-LICENSE.txt

-93
This file was deleted.

Diff for: 2.x/docs/en/fonts/fonts.css

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
@font-face{
2+
font-family: Lora;
3+
src: url(Lora[wght].ttf);
4+
}
5+
6+
@font-face{
7+
font-family: Lora;
8+
font-style: italic;
9+
src: url(Lora-Italitc[wght].ttf);
10+
}
11+
12+
@font-face{
13+
font-family: "Linux Biolinum";
14+
font-style: normal;
15+
src: url(LinBiolinum_R.otf);
16+
}
17+
18+
@font-face{
19+
font-family: "Linux Biolinum";
20+
font-weight: bold;
21+
src: url(LinBiolinum_RB.otf);
22+
}
23+
24+
@font-face{
25+
font-family: "Linux Biolinum";
26+
font-style: italic;
27+
src: url(LinBiolinum_RI.otf);
28+
}
29+
130
/* Open Sans is licensed under the Apache License, Version 2.0. See http://www.apache.org/licenses/LICENSE-2.0 */
231
/* Source Code Pro is under the Open Font License. See https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL */
332

-43.3 KB
Binary file not shown.
-39.7 KB
Binary file not shown.
-43.9 KB
Binary file not shown.
-41.1 KB
Binary file not shown.
-43.9 KB
Binary file not shown.
-39.8 KB
Binary file not shown.
-43.5 KB
Binary file not shown.
-39.9 KB
Binary file not shown.
-40.1 KB
Binary file not shown.
-42.2 KB
Binary file not shown.
-57.8 KB
Binary file not shown.

Diff for: 2.x/docs/en/guide/IDE.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<link rel="stylesheet" href="../ayu-highlight.css">
3030

3131
<!-- Custom theme stylesheets -->
32-
<link rel="stylesheet" href="../src/reference/custom-2024.css">
32+
<link rel="stylesheet" href="../src/reference/custom-202402.css">
3333
<link rel="stylesheet" href="../src/reference/mdbook-admonish.css">
3434

3535
</head>

0 commit comments

Comments
 (0)