Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1708978

Browse files
committed
Change in CSS and about page
1 parent 6ced5f6 commit 1708978

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ authors:
1818
display_name: Gaurav Kukade
1919
gravatar: 4cb49146376b1ef2b46181f2388655ca
2020
email: gaurav@coderolls.com
21-
web: https://www.linkedin.com/in/gauravkukade/
21+
web: https://twitter.com/gdkukade
2222
twitter: https://twitter.com/gdkukade
2323
description: "Hi 👋🏼 I'm Gaurav Kukade, a software developer. I write tutorials for Java programming language and related technologies."
2424

_pages/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let's find out what is coderolls.</p>
1717

1818
<p>If you have any questions please feel free to reach us at hello@coderolls.com</p>
1919

20-
<p>Follow coderolls on <a target="_blank" href="https://twitter.com/coderolls">Twitter <i class="fab fa-twitter"></i></a>, Facebook <i class="fab fa-facebook-square"></i>, <a target="_blank" href="https://www.instagram.com/coderolls/">Instagram <i class="fab fa-instagram"></i></a> and <a target="_blank" href="https://www.youtube.com/channel/UCl31HHUdQbSHOQfc9L-wo3w" >YouTube <i class="fab fa-youtube-square"></i></a>.</p>
20+
<p>Follow coderolls on <a target="_blank" href="https://twitter.com/coderolls">Twitter <i class="fab fa-twitter"></i></a>,<a target="_blank" href="https://fb.com/coderolls"> Facebook <i class="fab fa-facebook-square"></i></a>, <a target="_blank" href="https://www.instagram.com/coderolls/">Instagram <i class="fab fa-instagram"></i></a> and <a target="_blank" href="https://www.youtube.com/channel/UCl31HHUdQbSHOQfc9L-wo3w" >YouTube <i class="fab fa-youtube-square"></i></a>.</p>
2121

2222
<p></p>
2323

@@ -45,7 +45,7 @@ let's find out what is coderolls.</p>
4545

4646
<p>Get in touch with me at gaurav@coderolls.com 🙂</p>
4747

48-
You can connect with me on <a href="https://linkedin.com/in/gauravkukade/">Linkedin <i class="fab fa-linkedin"></i></a>, <a href="https://twitter.com/GDKukade">Twitter <i class="fab fa-twitter"></i></a>, <a href="https://github.com/gauravkukade">GitHub <i class="fab fa-linkedin"></i></a>, <a href="https://www.facebook.com/gdkukade">Facebook <i class="fab fa-facebook"></i></a>, <a href="https://www.instagram.com/gauravdkukade">Instagram <i class="fab fa-instagram"></i></a> and <a href="https://medium.com/@gauravkukade">Medium <i class="fab fa-medium"></i></a>.
48+
You can connect with me on <a href="https://twitter.com/GDKukade">Twitter <i class="fab fa-twitter"></i></a>, <a href="https://github.com/gauravkukade">GitHub <i class="fab fa-linkedin"></i></a>, <a href="https://www.facebook.com/gdkukade">Facebook <i class="fab fa-facebook"></i></a>, <a href="https://www.instagram.com/gauravdkukade">Instagram <i class="fab fa-instagram"></i></a> and <a href="https://medium.com/@gauravkukade">Medium <i class="fab fa-medium"></i></a>.
4949

5050
</div>
5151

assets/css/screen.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ span.post-read-more a:hover {
305305
}
306306

307307
.mainheading h1.sitetitle {
308-
font-family: Roboto;
308+
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
309309
}
310310

311311
.mainheading h1.posttitle {
@@ -330,7 +330,7 @@ span.post-read-more a:hover {
330330
}
331331

332332
.article-post {
333-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
333+
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
334334
font-size: 1.1rem;
335335
line-height: 1.84;
336336
color: rgba(0, 0, 0, .8);
@@ -685,7 +685,7 @@ h3,
685685
h4,
686686
h5,
687687
h6 {
688-
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
688+
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
689689
}
690690

691691
.article-post .h1,
@@ -711,7 +711,7 @@ h6 {
711711
}
712712

713713
.layout-page .article-post {
714-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
714+
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
715715
font-size: 1rem;
716716
}
717717

0 commit comments

Comments
 (0)