fixing font download
This commit is contained in:
parent
f52c4503a2
commit
ff2158d61e
21
custom.scss
21
custom.scss
@ -1,5 +1,14 @@
|
|||||||
/*-- scss:defaults --*/
|
/*-- scss:defaults --*/
|
||||||
@import url("https://fonts.googleapis.com/css?family-DM_Sans");
|
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400&display=swap');
|
||||||
|
|
||||||
|
// The serif font family for the page.
|
||||||
|
$font-family-serif: "DM Sans", sans-serif;
|
||||||
|
// The sans-serif font family for the page.
|
||||||
|
$font-family-sans-serif: "DM Sans", sans-serif;
|
||||||
|
// The monospace font family for the page.
|
||||||
|
$font-family-monospace: "Noto Sans Mono", monospace;
|
||||||
|
//The base font size for the page.
|
||||||
|
$font-size-base: 1rem;
|
||||||
|
|
||||||
/*-- Define colors for later use --*/
|
/*-- Define colors for later use --*/
|
||||||
$black: #000;
|
$black: #000;
|
||||||
@ -25,16 +34,6 @@ $code-block-bg: $violet;
|
|||||||
$code-color: $white;
|
$code-color: $white;
|
||||||
|
|
||||||
|
|
||||||
/*-- Define Bootstrap font variables --*/
|
|
||||||
|
|
||||||
// The sans-serif font family for the page.
|
|
||||||
$font-family-sans-serif: "DM Sans", "Open Sans", "serif";
|
|
||||||
// The monospace font family for the page.
|
|
||||||
$font-family-monospace: "Noto Sans Mono", "Source Code Pro", "Courier New", "mono-space";
|
|
||||||
//The base font size for the page.
|
|
||||||
$font-size-base: 1rem;
|
|
||||||
|
|
||||||
|
|
||||||
/*-- Define TOC format --*/
|
/*-- Define TOC format --*/
|
||||||
|
|
||||||
//TOC color
|
//TOC color
|
||||||
|
Loading…
Reference in New Issue
Block a user