Web: Use Orbitron font for page head

This commit is contained in:
Tim Gerundt 2011-04-22 13:58:56 +02:00
parent d80fc17ed9
commit 7108bbabce
3 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Developer Information - Cppcheck</title>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Orbitron" />
<link rel="stylesheet" type="text/css" href="/site/css/all.css" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="alternate" type="application/atom+xml" title="Recent Commits to cppcheck:master"

View File

@ -9,6 +9,7 @@ goal is no false positives." />
code, errors, bugs, compilers, bounds checking, memory leaks, obsolete functions,
uninitialized variables, unused functions" />
<title>Cppcheck - A tool for static C/C++ code analysis</title>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Orbitron" />
<link rel="stylesheet" type="text/css" href="/site/css/all.css" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="alternate" type="application/rss+xml" title="Project News"

View File

@ -21,6 +21,7 @@ a:active { color:#369; text-decoration:none; }
#header h1 {
margin: 0;
padding: 0;
font-family: Orbitron,Calibri,Verdana,sans-serif;
}
#header p {
margin: 0;