Skip to content

Commit 2522cfd

Browse files
committed
Add 'Titillium Web' font
1 parent 115dd61 commit 2522cfd

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

_theme/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
applications." />
1414
<meta property="og:image" content="https://bitcoindocumentation.org/_static/bitcoindocs.png" />
1515
<meta property="og:type" content="website" />
16+
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:400,700&display=swap" rel="stylesheet">
1617
<!-- Global site tag (gtag.js) - Google Analytics -->
1718
<script async
1819
src="https://www.googletagmanager.com/gtag/js?id=UA-150112890-1"></script>

_theme/static/sphinxbootstrap4.css_t

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ body {
88
font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "MS Pゴシック" , "MS PGothic" , sans-serif;
99
}
1010

11+
html body {
12+
font-family: 'Titillium Web', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'
13+
}
14+
1115
body div.body {
1216
max-width: none;
1317
min-width: auto;
@@ -433,6 +437,11 @@ footer.footer {
433437
color: rgb(157, 157, 157);
434438
white-space: nowrap;
435439
}
440+
.footermenu a:hover {
441+
color: rgb(157, 157, 157);
442+
text-decoration: none;
443+
}
444+
436445
.footer-bottom-link {
437446
font-size: 17px;
438447
line-height: 26px;

0 commit comments

Comments
 (0)