diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2023-03-26 18:45:43 -0700 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2023-03-26 18:45:43 -0700 |
| commit | a8fc598fc81cbdc3392b39285c27c7140b768e33 (patch) | |
| tree | 9b0b17d8c77d97f074a394cdf6674cd5fb0eaf84 /docs/docs.css | |
| parent | 7b81b5d10f92a71a04ff0aa560d57c351f5d8724 (diff) | |
update fonts in user guide for better offline experience
Diffstat (limited to 'docs/docs.css')
| -rw-r--r-- | docs/docs.css | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/docs/docs.css b/docs/docs.css index c82afa95..8ca8e887 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -1,3 +1,140 @@ +/* roboto-mono-regular - latin */ +@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-v22-latin-regular.eot'); /* IE9 Compat Modes */ + src: url('../fonts/roboto-mono-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/roboto-mono-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/roboto-mono-v22-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('../fonts/roboto-mono-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/roboto-mono-v22-latin-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */ +} +/* roboto-mono-italic - latin */ +@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-v22-latin-italic.eot'); /* IE9 Compat Modes */ + src: url('../fonts/roboto-mono-v22-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/roboto-mono-v22-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/roboto-mono-v22-latin-italic.woff') format('woff'), /* Modern Browsers */ + url('../fonts/roboto-mono-v22-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/roboto-mono-v22-latin-italic.svg#RobotoMono') format('svg'); /* Legacy iOS */ +} +/* roboto-mono-700 - latin */ +@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: 700; + src: url('../fonts/roboto-mono-v22-latin-700.eot'); /* IE9 Compat Modes */ + src: url('../fonts/roboto-mono-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/roboto-mono-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/roboto-mono-v22-latin-700.woff') format('woff'), /* Modern Browsers */ + url('../fonts/roboto-mono-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/roboto-mono-v22-latin-700.svg#RobotoMono') format('svg'); /* Legacy iOS */ +} +/* roboto-mono-700italic - latin */ +@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: 700; + src: url('../fonts/roboto-mono-v22-latin-700italic.eot'); /* IE9 Compat Modes */ + src: url('../fonts/roboto-mono-v22-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/roboto-mono-v22-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/roboto-mono-v22-latin-700italic.woff') format('woff'), /* Modern Browsers */ + url('../fonts/roboto-mono-v22-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/roboto-mono-v22-latin-700italic.svg#RobotoMono') format('svg'); /* Legacy iOS */ +} + +/* roboto-300 - latin */ +@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'; + font-style: normal; + font-weight: 300; + src: url('./fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */ + src: url('./fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('./fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ + url('./fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */ + url('./fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ + url('./fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */ +} +/* roboto-300italic - latin */ +@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'; + font-style: italic; + font-weight: 300; + src: url('./fonts/roboto-v30-latin-300italic.eot'); /* IE9 Compat Modes */ + src: url('./fonts/roboto-v30-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('./fonts/roboto-v30-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ + url('./fonts/roboto-v30-latin-300italic.woff') format('woff'), /* Modern Browsers */ + url('./fonts/roboto-v30-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ + url('./fonts/roboto-v30-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */ +} +/* roboto-regular - latin */ +@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'; + font-style: normal; + font-weight: 400; + src: url('./fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */ + src: url('./fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('./fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('./fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('./fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('./fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */ +} +/* roboto-italic - latin */ +@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'; + font-style: italic; + font-weight: 400; + src: url('./fonts/roboto-v30-latin-italic.eot'); /* IE9 Compat Modes */ + src: url('./fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('./fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ + url('./fonts/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */ + url('./fonts/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ + url('./fonts/roboto-v30-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */ +} +/* roboto-700 - latin */ +@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'; + font-style: normal; + font-weight: 700; + src: url('./fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */ + src: url('./fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('./fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ + url('./fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */ + url('./fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ + url('./fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */ +} +/* roboto-700italic - latin */ +@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'; + font-style: italic; + font-weight: 700; + src: url('./fonts/roboto-v30-latin-700italic.eot'); /* IE9 Compat Modes */ + src: url('./fonts/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('./fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ + url('./fonts/roboto-v30-latin-700italic.woff') format('woff'), /* Modern Browsers */ + url('./fonts/roboto-v30-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ + url('./fonts/roboto-v30-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */ +} + +:root { + --md-text-font: "Roboto"; + --md-code-font: "Roboto Mono"; +} + .juxtapose { margin-bottom: 1rem; } |
