Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2265f7

Browse files
Switch font to Gentium Basic
1 parent a1efc5e commit b2265f7

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed
28.9 KB
Binary file not shown.
28.4 KB
Binary file not shown.

_static/style.css

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,21 @@ table{border-collapse:collapse;border-spacing:0}
4444
/* Skyfield custom styles */
4545
/* Colors darkened and lightened with http://gka.github.io/chroma.js/ */
4646

47+
@font-face {
48+
font-family: 'Gentium Basic';
49+
font-style: normal;
50+
font-weight: 400;
51+
src: local('Gentium Basic'), local('GentiumBasic'),
52+
url('gentium-basic-v11-latin-regular.woff') format('woff');
53+
}
54+
@font-face {
55+
font-family: 'Gentium Basic';
56+
font-style: italic;
57+
font-weight: 400;
58+
src: local('Gentium Basic Italic'), local('GentiumBasic-Italic'),
59+
url('gentium-basic-v11-latin-italic.woff') format('woff');
60+
}
61+
4762
body, body > img {
4863
display: block;
4964
margin-left: auto;
@@ -52,7 +67,7 @@ body, body > img {
5267
body {
5368
padding: 0 1em;
5469
line-height: 1.4em;
55-
font-family: "Gentium Custom", sans-serif, serif;
70+
font-family: "Gentium Basic", sans-serif, serif;
5671
max-width: 36em;
5772
}
5873
img {
@@ -126,7 +141,7 @@ code.py-obj {
126141
border: none;
127142
border-radius: 0;
128143
background: none;
129-
font-family: "Gentium Custom", sans-serif, serif;
144+
font-family: "Gentium Basic", sans-serif, serif;
130145
}
131146
dt {
132147
display: inline-block;

0 commit comments

Comments
 (0)