Skip to content

Commit 1cb613e

Browse files
hmoreauhmoreau
authored andcommitted
Google web fonts
1 parent 7472347 commit 1cb613e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.brand{
2+
font-family: 'Nothing You Could Do', cursive;
3+
color: #000 !important;
4+
}
15
.tabs-shake{
26
padding-left : 10px;
37
z-index:999;

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<html lang="fr">
33
<head>
44
<meta charset="utf-8">
5-
<title>Bootstrap 101 Template</title>
5+
<title>Shake Your Campus</title>
66
<!-- Bootstrap -->
7+
<link href='http://fonts.googleapis.com/css?family=Nothing+You+Could+Do' rel='stylesheet' type='text/css'>
78
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" />
89
<style>
910
body {
@@ -29,7 +30,7 @@
2930
<span class="icon-bar"></span>
3031
<span class="icon-bar"></span>
3132
</a>
32-
<a class="brand" href="#">Test de Bootsrap</a>
33+
<a class="brand" href="index.html">Shake Your Campus</a>
3334
<ul class="nav pull-right">
3435
<li class="divider-vertical"></li>
3536
<!-- Options -->

0 commit comments

Comments
 (0)