mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 08:31:21 +00:00
Add font to CSS
This commit is contained in:
@@ -4,6 +4,14 @@
|
||||
* work well for content-centric websites.
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Beausite';
|
||||
src: url('https://cdn.prod.website-files.com/664e62fe66f5b31edc6c3aeb/664e7a833d9ad9fa2febd048_BeausiteSlickWeb-Light.woff2') format('woff2'), url('https://cdn.prod.website-files.com/664e62fe66f5b31edc6c3aeb/664e7a830c62d5d188a8f45a_BeausiteSlickWeb-Light.woff') format('woff');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* You can override the default Infima variables here. */
|
||||
:root {
|
||||
--ifm-color-primary: #4169e1;
|
||||
@@ -21,8 +29,7 @@
|
||||
[data-theme='dark'] {
|
||||
--ifm-color-primary: #7e9bd2;
|
||||
--ifm-color-primary-dark: #6588c9;
|
||||
--ifm-color-primary-darker: #597ec5;
|
||||
--ifm-color-primary-darkest: #3d64ae;
|
||||
--ifm-color-primary-darker: #597ec5; --ifm-color-primary-darkest: #3d64ae;
|
||||
--ifm-color-primary-light: #97aedb;
|
||||
--ifm-color-primary-lighter: #a3b8df;
|
||||
--ifm-color-primary-lightest: #c9d5ec;
|
||||
|
||||
Reference in New Issue
Block a user