Skip to content

Commit

Permalink
Merge pull request #36 from orcestra-campaign/aileron_font
Browse files Browse the repository at this point in the history
use Aileron font
  • Loading branch information
lkluft authored Jul 3, 2024
2 parents 7843053 + 93e38e8 commit 0c162c5
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
47 changes: 47 additions & 0 deletions orcestra_book/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
@font-face {
font-family: 'Aileron';
src: url('aileron_font/Aileron-Regular-webfont.woff') format('woff');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Aileron';
src: url('aileron_font/Aileron-Italic-webfont.woff') format('woff');
font-weight: 400;
font-style: italic;
}

@font-face {
font-family: 'Aileron';
src: url('aileron_font/Aileron-SemiBold-webfont.woff') format('woff');
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: 'Aileron';
src: url('aileron_font/Aileron-SemiBold-webfont.woff') format('woff');
font-weight: 500;
font-style: italic;
}


@font-face {
font-family: 'Aileron';
src: url('aileron_font/Aileron-Bold-webfont.woff') format('woff');
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: 'Aileron';
src: url('aileron_font/Aileron-Bold-webfont.woff') format('woff');
font-weight: 700;
font-style: italic;
}

html {
--pst-font-family-heading: Aileron, var(--pst-font-family-base-system);
--pst-font-family-base: Aileron, var(--pst-font-family-base-system);
}

0 comments on commit 0c162c5

Please sign in to comment.