Web: Download only the chars we really need from Orbitron font - Dev info page too
This commit is contained in:
parent
af8c8393fe
commit
dcaf7be9b5
|
@ -3,7 +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="http://fonts.googleapis.com/css?family=Orbitron&text=Cppcheck" />
|
||||
<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"
|
||||
|
|
|
@ -9,7 +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="http://fonts.googleapis.com/css?family=Orbitron&text=Cppcheck" />
|
||||
<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"
|
||||
|
|
Loading…
Reference in New Issue