Add the source code pro and source sans pro fonts
[nasm/www.git] / header.inc
blob4f80bd15a25201dff9598687459effda10fed5eb
1 <head>
2         <meta charset="utf-8">
3         <meta http-equiv="X-UA-Compatible" content="IE=edge">
4         <meta name="viewport" content="width=device-width, initial-scale=1">
5         <meta name="description" content="">
6         <meta name="author" content="">
8         <title>NASM</title>
9         <link href="css/bootstrap.min.css" rel="stylesheet">
10         <link href="css/nasm.css" rel="stylesheet">
12         <link href='http://fonts.googleapis.com/css?family=Roboto|Monda|Inconsolata' rel='stylesheet' type='text/css'>
13 </head>