Skip to content

Commit b893b6d

Browse files
000-903: external fonts
1 parent 7f5a76b commit b893b6d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_sass/_main.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@charset "utf-8";
2-
/*@import url('https://fonts.googleapis.com/css?family=Montserrat');*/
2+
@import url('https://fonts.googleapis.com/css?family=Montserrat');
33

44
$family-sans-serif: 'Montserrat', sans-serif;
55
$primary: #000000 !default;

index.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Welcome to Tips and Tricks on SharePoint, Power Platform and other Microsoft 365
2424
--h: 212deg;
2525
--l: 43%;
2626
--brandColor: hsl(var(--h), 71%, var(--l));
27+
font-family: Montserrat, sans-serif;
2728
margin: 0;
2829
background-color: whitesmoke;
2930
}

0 commit comments

Comments
 (0)