Skip to content

Commit 06423b5

Browse files
committed
Apply Google Fonts
1 parent 725f38b commit 06423b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
@import url('https://fonts.googleapis.com/css?family=Quicksand:500');
12
body {
23
background: #EEEEEE;
3-
font-family: consolas, monaco, courier, "courier new", fixed-width;
4+
/*font-family: consolas, monaco, courier, "courier new", fixed-width;*/
5+
font-family: 'Quicksand', sans-serif;
46
font-size: 14px;
57
color: #333;
68
margin: 0;

0 commit comments

Comments
 (0)