Skip to content

Commit 0895eb1

Browse files
committed
cool font added
1 parent f6bfc80 commit 0895eb1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_layouts/default.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<meta name="title" content="Codeception - BDD-style PHP testing framework" />
66
<title> {% if page.title %} {{ page.title }} Collection of symfony framework tools - Symfohub: useful libs for symfony frameworks</title> {% endif %}
77
<link rel="shortcut icon" href="/images/favicon.png" />
8+
<link href='http://fonts.googleapis.com/css?family=Philosopher&subset=latin' rel='stylesheet' type='text/css'>
9+
<script type="text/javascript">
810
<link rel="stylesheet" type="text/css" media="screen" href="/css/screen.css" />
911
<link rel="stylesheet" type="text/css" media="screen" href="/css/syntax.css" />
1012
</head>

css/syntax.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ code.yaml .nv {color: #fff;}
2020

2121

2222
.highlight pre {
23-
font-family:"Bitstream Vera Sans Mono",monospace;
23+
font-family: "Bitstream Vera Sans Mono",monospace;
2424
background: #222;
2525
padding: 5px;
2626
color: #fff;

0 commit comments

Comments
 (0)