Skip to content

Commit fe2eba6

Browse files
committed
Web: Use Orbitron font for page head
1 parent 20eca96 commit fe2eba6

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

devinfo/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
55
<title>Developer Information - Cppcheck</title>
6+
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Orbitron" />
67
<link rel="stylesheet" type="text/css" href="/site/css/all.css" />
78
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
89
<link rel="alternate" type="application/atom+xml" title="Recent Commits to cppcheck:master"

index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
code, errors, bugs, compilers, bounds checking, memory leaks, obsolete functions,
1010
uninitialized variables, unused functions" />
1111
<title>Cppcheck - A tool for static C/C++ code analysis</title>
12+
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Orbitron" />
1213
<link rel="stylesheet" type="text/css" href="/site/css/all.css" />
1314
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
1415
<link rel="alternate" type="application/rss+xml" title="Project News"

site/css/all.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ a:active { color:#369; text-decoration:none; }
2121
#header h1 {
2222
margin: 0;
2323
padding: 0;
24+
font-family: Orbitron,Calibri,Verdana,sans-serif;
2425
}
2526
#header p {
2627
margin: 0;

0 commit comments

Comments
 (0)