Skip to content

Commit 6906207

Browse files
committed
source code pro
1 parent 8ff87fa commit 6906207

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
77
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
88
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
9+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Code+Pro:200">
910
<link rel="stylesheet" href="style.css">
1011
</head>
1112
<body>

style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
font-variant: small-caps;
1919
}
2020

21+
code {
22+
font-family: 'Source Code Pro',Menlo,Monaco,Consolas,"Courier New",monospace;
23+
font-weight: 200;
24+
}
25+
2126
/******************
2227
* TEAM
2328
*****************/

0 commit comments

Comments
 (0)