Skip to content

Commit 213204e

Browse files
committed
Update font from Lato to Space Grotesk
1 parent 9ad550a commit 213204e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

source/css/flat-ui.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,700italic,900,400italic,300");
1+
@import url("https://fonts.googleapis.com/css?family=Space+Grotesk:400,700,700italic,900,400italic,300");
22
@font-face {
33
font-family: 'Flat-UI-Icons';
44
src: url('../fonts/Flat-UI-Icons.eot');
@@ -412,15 +412,15 @@ you can use the generic selector below, but it's slower:
412412
}
413413
body {
414414
color: #34495e;
415-
font-family: "Lato", sans-serif;
415+
font-family: "Space Grotesk", sans-serif;
416416
font-size: 14px;
417417
line-height: 1.231;
418418
}
419419
input,
420420
button,
421421
select,
422422
textarea {
423-
font-family: "Lato", sans-serif;
423+
font-family: "Space Grotesk", sans-serif;
424424
font-size: 14px;
425425
}
426426
a {
@@ -982,7 +982,7 @@ h6 {
982982
}
983983
.navbar-unread,
984984
.navbar-new {
985-
font-family: "Lato", sans-serif;
985+
font-family: "Space Grotesk", sans-serif;
986986
background-color: #da3526;
987987
border-radius: 50%;
988988
color: #ffffff;
@@ -1219,7 +1219,7 @@ input[type="color"],
12191219
.uneditable-input {
12201220
border: 2px solid #bdc3c7;
12211221
color: #34495e;
1222-
font-family: "Lato", sans-serif;
1222+
font-family: "Space Grotesk", sans-serif;
12231223
font-size: 14px;
12241224
padding: 8px 5px;
12251225
height: 21px;
@@ -1827,7 +1827,7 @@ textarea[class*="span"] {
18271827
background: transparent;
18281828
border: none;
18291829
color: #34495e;
1830-
font-family: "Lato", sans-serif;
1830+
font-family: "Space Grotesk", sans-serif;
18311831
font-size: 14px;
18321832
margin: 0px;
18331833
padding: 0 0 0 5px;
@@ -3095,7 +3095,7 @@ body.vjs-full-window {
30953095
bottom: 4em;
30963096
left: 1em;
30973097
right: 1em;
3098-
font-family: "Lato", sans-serif;
3098+
font-family: "Space Grotesk", sans-serif;
30993099
}
31003100
.video-js .vjs-text-track {
31013101
display: none;
@@ -3359,7 +3359,7 @@ body.vjs-full-window {
33593359
height: 20px;
33603360
width: 50px;
33613361
top: 16px;
3362-
font: 300 13px "Lato", sans-serif;
3362+
font: 300 13px "Space Grotesk", sans-serif;
33633363
}
33643364
.vjs-current-time {
33653365
right: 128px;

0 commit comments

Comments
 (0)