--- /dev/null
+@font-face {
+ font-family: 'Cardo';
+ font-style: normal;
+ font-weight: 400;
+ src: local('Cardo'), local('Cardo-Regular'), url(http://thetarpit.org/css/fonts/Cardo.ttf) format('truetype');
+}
+
+@font-face {
+ font-family: 'Underdog';
+ font-style: normal;
+ font-weight: 400;
+ src: local('Underdog'), local('Underdog-Regular'), url(http://thetarpit.org/css/fonts/Underdog.ttf) format('truetype');
+}
+
+@font-face {
+ font-family: 'Ubuntu Mono';
+ font-style: normal;
+ font-weight: 400;
+ src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(http://thetarpit.org/css/fonts/UbuntuMono.ttf) format('truetype');
+}
--- /dev/null
+Licenses for fonts
+==================
+
+* Cardo font was taken from [Google Fonts][1], under [SIL Open Font License 1.1][2]
+* Underdog font was taken from [Google Fonts][3], under [SIL Open Font License 1.1][2]
+* Ubuntu Mono font was taken from [Google Fonts][4], under [Ubuntu Font Licence 1.0][5]
+
+[1]: http://www.google.com/fonts/specimen/Cardo
+[2]: http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
+[3]: http://www.google.com/fonts/specimen/Underdog
+[4]: http://www.google.com/fonts/specimen/Ubuntu+Mono
+[5]: http://font.ubuntu.com/ufl/
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>The Tar Pit - $title$</title>
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml" />
- <link href='http://fonts.googleapis.com/css?family=Underdog|Cardo&subset=latin,latin-ext' rel='stylesheet' type='text/css' />
- <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
+ <link href='/css/fonts.css' rel='stylesheet' type='text/css' />
+ <!-- <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> -->
<link rel="stylesheet" type="text/css" href="/css/default.css" />
<link rel="stylesheet" type="text/css" href="/css/syntax.css" />
</head>