Skip to content

Commit

Permalink
Bring back cusom CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ajelenak committed Nov 1, 2024
1 parent 6f386ed commit bc27a91
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
:root {
--pst-font-family-base: 'Inter', sans-serif;
--pst-font-family-base-system: 'Inter', sans-serif;
--pst-font-family-monospace: 'Roboto Mono', monospace;
}

/* -------------------------------------- */
/* Generated by https://gwfh.mranftl.com/ */

/* inter-regular - greek_greek-ext_latin_latin-ext */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: url('./fonts/inter-v18-greek_greek-ext_latin_latin-ext-regular.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-italic - greek_greek-ext_latin_latin-ext */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Inter';
font-style: italic;
font-weight: 400;
src: url('./fonts/inter-v18-greek_greek-ext_latin_latin-ext-italic.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-mono-regular - greek_latin_latin-ext */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: url('./fonts/roboto-mono-v23-greek_latin_latin-ext-regular.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-mono-italic - greek_latin_latin-ext */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
src: url('./fonts/roboto-mono-v23-greek_latin_latin-ext-italic.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

0 comments on commit bc27a91

Please sign in to comment.