fixing font download
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Merel Laauwen 2024-02-06 10:15:53 +00:00
parent f52c4503a2
commit ff2158d61e
1 changed files with 10 additions and 11 deletions

View File

@ -1,5 +1,14 @@
/*-- 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 --*/
$black: #000;
@ -25,16 +34,6 @@ $code-block-bg: $violet;
$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 --*/
//TOC color