Skip to content

Commit ff7a93c

Browse files
committed
Update custom.scss
1 parent 8a17647 commit ff7a93c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_sass/custom/custom.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ a.skip-to-main:active {
5757

5858
@font-face {
5959
font-family: 'Poppins';
60-
src: url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
60+
src: local("Poppins"),
61+
url("https://fonts.googleapis.com/css?family=Poppins");
6162
}
6263

6364
body {font-family: 'Poppins'}

0 commit comments

Comments
 (0)