Skip to content

Commit b8750ac

Browse files
committed
updated font
1 parent fbc1bd5 commit b8750ac

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_STORE

css/style.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ background: -o-linear-gradient(top, #ffd42c 0%,#e2b620 100%); /* Opera 11.10+ *
113113
background: -ms-linear-gradient(top, #ffd42c 0%,#e2b620 100%); /* IE10+ */
114114
background: linear-gradient(to bottom, #ffd42c 0%,#e2b620 100%); /* W3C */
115115
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b620', endColorstr='#e2b620',GradientType=0 ); /* IE6-8 */
116-
font-family: 'Bree Serif', serif;
116+
font-family: 'Open sans', serif;
117117
color:#fff;
118118
font-size:2.0em;
119119
text-shadow:0 -1px #35490e;
@@ -190,7 +190,7 @@ background: -o-linear-gradient(top, #ffd42c 0%,#e2b620 100%); /* Opera 11.10+ *
190190
background: -ms-linear-gradient(top, #ffd42c 0%,#e2b620 100%); /* IE10+ */
191191
background: linear-gradient(to bottom, #ffd42c 0%,#e2b620 100%); /* W3C */
192192
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b620', endColorstr='#e2b620',GradientType=0 ); /* IE6-8 */
193-
font-family: 'Bree Serif', serif;
193+
font-family: 'Open sans', serif;
194194
color:#fff;
195195
font-size:1.4em;
196196
text-shadow:0 -1px #35490e;
@@ -211,7 +211,7 @@ border-radius:5px;
211211
/* 3.1 Fonts */
212212

213213
h1, h2 {
214-
font-family: 'Bree Serif', serif;
214+
font-family: 'Open sans', serif;
215215
}
216216

217217
#main_content h2 {
@@ -294,7 +294,7 @@ margin-bottom:15px;
294294
}
295295

296296
#main_content h2 {
297-
font-family: 'Bree Serif', serif;
297+
font-family: 'Open sans', serif;
298298
font-weight:400;
299299
color:#333;
300300
font-size:2.0em;
@@ -326,7 +326,7 @@ float:left;
326326
}
327327

328328
#pricing h4 {
329-
font-family: 'Bree Serif', serif;
329+
font-family: 'Open sans', serif;
330330
color:#666;
331331
text-align:center;
332332
font-weight:normal;
@@ -597,7 +597,7 @@ background: -o-linear-gradient(top, #ffd42c 0%,#e2b620 100%); /* Opera 11.10+ *
597597
background: -ms-linear-gradient(top, #ffd42c 0%,#e2b620 100%); /* IE10+ */
598598
background: linear-gradient(to bottom, #ffd42c 0%,#e2b620 100%); /* W3C */
599599
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b620', endColorstr='#e2b620',GradientType=0 ); /* IE6-8 */
600-
font-family: 'Bree Serif', serif;
600+
font-family: 'Open sans', serif;
601601
color:#fff;
602602
font-size:1.4em;
603603
text-shadow:0 -1px #35490e;
@@ -678,7 +678,7 @@ list-style:none;
678678
}
679679

680680
.price {
681-
font-family: 'Bree Serif', serif;
681+
font-family: 'Open sans', serif;
682682
font-size:4.8em;
683683
margin:0;
684684
}
@@ -897,7 +897,7 @@ background: -o-linear-gradient(top, #ffd42c 0%,#e2b620 100%); /* Opera 11.10+ *
897897
background: -ms-linear-gradient(top, #ffd42c 0%,#e2b620 100%); /* IE10+ */
898898
background: linear-gradient(to bottom, #ffd42c 0%,#e2b620 100%); /* W3C */
899899
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b620', endColorstr='#e2b620',GradientType=0 ); /* IE6-8 */
900-
font-family: 'Bree Serif', serif;
900+
font-family: 'Open sans', serif;
901901
color:#fff;
902902
font-size:1.4em;
903903
text-shadow:0 -1px #35490e;
@@ -1023,7 +1023,7 @@ color:#999;
10231023
top: 10px !important;
10241024
background-color: #eee;
10251025
z-index: 1000;
1026-
1026+
10271027
}
10281028

10291029
.reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; opacity: 0.85; filter: alpha(opacity=85); z-index: 999; display: none; top: 0; left: 0; }

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<link rel="stylesheet" href="css/font-awesome.min.css">
4141

4242
<!--Google Webfonts-->
43-
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,300,600|Bree+Serif' rel='stylesheet' type='text/css'>
43+
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,300,600|Montserrat' rel='stylesheet' type='text/css'>
4444

4545
</head>
4646
<body>

0 commit comments

Comments
 (0)