Update text font
- Switched from Roboto to Open Sans - Removed unused fonts - Reduced text size from 19px to 18px - upped version (0.0.5 to 0.0.6)
This commit is contained in:
@@ -41,7 +41,7 @@ Used to style things in such a way that they appear in the same way, everywhere.
|
||||
@import "fonts.css";
|
||||
|
||||
html, body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-weight: 300;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
@@ -387,7 +387,7 @@ Used to style the post feed, seen in the homepage & custom-tags page.
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 1px 1px black, 0 2px 4px black;
|
||||
transition: 0.5s;
|
||||
font-size: 19px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.mind-post-card-big_main:hover {
|
||||
@@ -409,7 +409,7 @@ Used to style the post feed, seen in the homepage & custom-tags page.
|
||||
}
|
||||
|
||||
.mind-post-card-big_header {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-weight: 300;
|
||||
padding: 20px 30px 0;
|
||||
}
|
||||
@@ -512,7 +512,7 @@ footer.mind-post-card-big_footer {
|
||||
}
|
||||
|
||||
.mind-post-card-sidebar_meta {
|
||||
font-family: 'Roboto';
|
||||
font-family: 'Open Sans';
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
font-size: 12px;
|
||||
@@ -561,7 +561,7 @@ instead of pages ".mind-page*".
|
||||
}
|
||||
|
||||
.mind-post-header p {
|
||||
font-family: 'Roboto';
|
||||
font-family: 'Open Sans';
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
color: rgb(200, 200, 200);
|
||||
@@ -638,7 +638,7 @@ img.mind-post_feature-image {
|
||||
box-shadow: 0 0 3px rgb(0,0,0),0 3px 46px rgb(0,0,0);
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
font-size: 19px;
|
||||
font-size: 18px;
|
||||
color: rgb(200, 200, 200);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@@ -823,7 +823,7 @@ img.mind-post_feature-image {
|
||||
}
|
||||
|
||||
.kg-bookmark-author, .kg-bookmark-publisher {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user