Skip to content

Commit bad7da0

Browse files
committed
update font weights
1 parent b3d0c76 commit bad7da0

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

client/app/components/examples/examplesView.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h2>Functions</h2>
184184
var greet2 = "Today is \(d)."
185185
return greet1 + " " + greet2
186186
}
187-
greet("Bob", d: 20)
187+
greet("Bob", d: "Thursday")
188188

189189
func newIncrement() -> ((Int)-> Int) {
190190
func addOne(number: Int) -> Int {
@@ -203,7 +203,7 @@ <h2>Functions</h2>
203203
var greet2 = 'Today is ' + d + '.';
204204
return greet1 + ' ' + greet2;
205205
}
206-
greet('Bob', 20);
206+
greet('Bob', 'Thursday');
207207
function newIncrement() {
208208
function addOne(number) {
209209
function anon(n) {

client/styles/main.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
h1, h2, h3, h4, h5, h6, span, .h1 {
1+
h1, h2, h3, h4, h5, h6, p, a, span {
22
font-family: 'Roboto', sans-serif;
3-
font-weight: 100;
43
}
54

6-
p, a {
7-
font-family: 'Roboto', sans-serif;
5+
.jumbotron {
6+
margin-top: 20px;
7+
}
8+
9+
.jumbotron p {
10+
font-weight: 400
811
}
912

1013
select {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy