Skip to content

Commit f457e08

Browse files
committed
Adjust font family and size
1 parent 3e4e103 commit f457e08

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

_sass/color_schemes/ocean.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
@import "./color_schemes/light";
2+
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
23

34
$link-color: #1d66db;
45
// $sidebar-color: $blue-000;
56
// $sidebar-color: linear-gradient(to bottom, #ffffff 0%, #4db8e8 25%, #2678b8 50%, #1a4d7f 75%, #0d2540 100%);
6-
$sidebar-color: #d9e7ff;
7+
$sidebar-color: #d9e7ff;
8+
9+
$body-font-family: "Source Sans 3", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Segoe UI Emoji";
10+
$root-font-size: 30px;
11+
12+
:root {
13+
font-size: 17px !important;
14+
}

0 commit comments

Comments
 (0)