Skip to content

Commit 4ffedc2

Browse files
committed
fixin broken links
1 parent d166b85 commit 4ffedc2

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

source/_static/custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
/* Fonts */
22
@font-face {
33
font-family: 'M+ 2';
4-
src: url('._static/fonts/Mplus2-Regular.ttf') format('truetype');
4+
src: url('fonts/Mplus2-Regular.ttf') format('truetype');
55
font-weight: normal;
66
font-style: normal;
77
}
88

99
@font-face {
1010
font-family: 'M+ 2';
11-
src: url('._static/fonts/Mplus2-ExtraBold.ttf') format('truetype');
11+
src: url('fonts/Mplus2-ExtraBold.ttf') format('truetype');
1212
font-weight: bold;
1313
font-style: normal;
1414
}
1515

1616
@font-face {
1717
font-family: 'M+ Code';
18-
src: url('._static/fonts/MplusCodeLatin50-Regular.ttf') format('truetype');
18+
src: url('fonts/MplusCodeLatin50-Regular.ttf') format('truetype');
1919
font-weight: normal;
2020
font-style: normal;
2121
}
2222
@font-face {
2323
font-family: 'M+ Code';
24-
src: url('._static/fonts/MplusCodeLatin50-Bold.ttf') format('truetype');
24+
src: url('fonts/MplusCodeLatin50-Bold.ttf') format('truetype');
2525
font-weight: bold;
2626
font-style: normal;
2727
}

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"image_dark": "_static/T4D_logo_wb.svg",
1616
"link": f"{page_url}/index.html",
1717
"alt-text": "",
18-
"favicon": "./_static/T4d_logo.svg",
18+
"favicon": "_static/T4D_logo.svg",
1919
}
2020
# -- name your project
2121
project = 'Practical Scientific Computing'

source/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
```{include} ../README.md
2-
:end-before: <!-- readme-logo-->
2+
:end-before: <!-- readme-header -->
33
```
44
:::{div} text-center bg-light text-body p-3 rounded font-monospace
55

@@ -12,7 +12,7 @@
1212
:target: https://github.com/t4d-gmbh
1313
```
1414
```{image} https://raw.githubusercontent.com/t4d-gmbh/.github/main/static/logo/wb/T4D_discover.svg
15-
:class: only-light
15+
:class: only-dark
1616
:width: 220px
1717
:alt: T4D logo
1818
:target: https://github.com/t4d-gmbh

0 commit comments

Comments
 (0)