Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions doc/_static/css/custom_styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/* Fonts */
@font-face {
font-family: "Silka";
src: url("../fonts/silka-regular-webfont.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "Silka";
src: url("../fonts/silka-regularitalic-webfont.woff2") format("woff2");
font-weight: normal;
font-style: italic;
}

/* PyData Sphinx Theme variables */
@property --color-primary {
inherits: true;
Expand All @@ -8,6 +23,8 @@
:root {
/* stylelint-disable-next-line no-unknown-custom-properties -- PyData Sphinx Theme variable */
--color-primary: var(--pst-color-primary);
--pst-font-family-base: "Silka", Futura, Trebuchet MS, Arial, sans-serif;
--pst-font-family-heading: "Silka", Futura, Trebuchet MS, Arial, sans-serif;
}

/* Increase content width and decrease left sidebar width */
Expand Down
Binary file added doc/_static/fonts/silka-regular-webfont.woff2
Binary file not shown.
Binary file not shown.
Loading