Skip to content

Commit e7aba6f

Browse files
authored
Merge pull request #326 from cakephp/ADmad-patch-1
Update font size
2 parents 04d7d71 + bc42238 commit e7aba6f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

static/assets/resources/css/styles.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
2-
@import url(https://fonts.googleapis.com/css?family=Raleway:300italic);
1+
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,300italic,500,600,700,800,900);
32
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,700italic,500italic,500,400italic,300italic,300,100italic,100,700);
43

54
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 22, 2016 */
@@ -38,7 +37,7 @@ body {
3837
-moz-osx-font-smoothing: grayscale;
3938
min-height: 100%;
4039
font-family: 'Raleway', sans-serif;
41-
font-size: 14px;
40+
font-size: 16px;
4241
line-height: 26px;
4342
letter-spacing:0.05em;
4443
font-weight: 500;
@@ -108,7 +107,6 @@ p,
108107
.parameter-list dd,
109108
.description li,
110109
.description p {
111-
font-size: 15px;
112110
font-weight: normal;
113111
letter-spacing: 0.02em;
114112
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

0 commit comments

Comments
 (0)