generated from Pakillo/quarto-course-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.scss
38 lines (29 loc) · 1.27 KB
/
theme.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*-- scss:defaults --*/
@import url('https://fonts.googleapis.com/css?family=Muli:400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:[email protected]&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=M+PLUS+Rounded+1c:wght@300;400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/*-- scss:defaults --*/
$h1-font-size: 2.5rem;
$h2-font-size: 1.8rem !default;
$headings-font-weight: 450 !default;
$body-font-size: 1rem;
$body-bg: white;
$body-color: #373a3c;
$link-color: #286169;
$tabset-border-color: #286169;
$code-color: #133438;
/*$code-bg: white;*/
/*-- callouts --*/
$callout-color-note: #8CD3D6;
$callout-color-important: #F16823;
$callout-color-warning: #FDB816;
$callout-color-caution: #286169;
$callout-color-tip: #BED62F;
/*-- scss:rules --*/
h1, h2, h3, h4, h5, h6 {
font-family: 'Nunito', sans-serif;
font-weight: 400;
font-style: normal;
color: #133438;
}