Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a283d58

Browse files
committed
'fix font'
1 parent afaceb8 commit a283d58

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

_includes/css/base.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
================================================== */
5353
body {
5454
background: #fff;
55-
font: 14px/21px "Raleway" "HelveticaNeue-Light", Arial, sans-serif;
55+
font: 14px/21px "Raleway", "HelveticaNeue-Light", Arial, sans-serif;
5656
color: #444;
5757
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
5858
-webkit-text-size-adjust: 100%;
@@ -363,4 +363,4 @@ span.lineno {
363363
.gh { } /* Generic Heading & Diff Header */
364364
.gu { color: #75715e; } /* Generic.Subheading & Diff Unified/Comment? */
365365
.gd { color: #f92672; } /* Generic.Deleted & Diff Deleted */
366-
.gi { color: #a6e22e; } /* Generic.Inserted & Diff Inserted */
366+
.gi { color: #a6e22e; } /* Generic.Inserted & Diff Inserted */

_posts/2007-01-01-no-py2.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ bg: '#ffdd55'
44
color: '#777788'
55
---
66

7-
# This is in Progress
7+
# In Progress
8+
9+
## This is the current text of the pledge, it is not final and still in discussion.
10+
11+
## Your feedback is welcomed.
812

913

1014
Python 3 is the future of the Python language.

_posts/2009-01-02-why.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
---
2-
Title: AWhy That
2+
Title: Why drop support for Python ?
33
color: '#ffdd55'
44
bg: '#66aaee'
55
fa-icon: 'hand-paper-o'
66
---
77

8-
# Why is that
8+
# Why should I care ?
99

10-
This is a good question.
10+
The reasons behind why Python 3, and why it is time to move forward have already been lengthly explained online.
11+
Here are someinteresting resources:
12+
13+
- [snarky.ca](http://www.snarky.ca/why-python-3-exists)
14+
15+
16+
Feel free to contribute more links

0 commit comments

Comments
 (0)