Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit ef9bef1

Browse files
committed
Update css
1 parent 90a9756 commit ef9bef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
*/
55
@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css);
66
@import url(https://css-ui.github.io/css/cssui.min.css);
7+
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin-ext);
78
@import url(style.tooltip.css);
89

910
/*
1011
elements
1112
*/
1213
body {
1314
background-color: #f2f2f2;
15+
font-family: 'Open Sans', sans-serif;
1416
padding: 10px 10px 0;
1517
}
1618

0 commit comments

Comments
 (0)