-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinfo.css
More file actions
38 lines (32 loc) · 754 Bytes
/
info.css
File metadata and controls
38 lines (32 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/* montserrat-regular - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'),
url('./montserrat-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./montserrat-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Global */
body {
background-color: #9BCB58;
font-family: Montserrat;
text-align: center;
margin: 3em 4.5em;
font-size: 150%;
}
footer {
margin-top: 200px;
font-size: 60%;
}
a {
color: #000;
}
a:hover {
color: #fff;
}
.install {
-moz-transform:scale(0.75);
-webkit-transform:scale(0.75);
transform:scale(0.75);
}