diff options
author | Martin Gummi <martin.gummi@gmx.net> | 2013-09-11 00:14:18 +0200 |
---|---|---|
committer | Martin Gummi <martin.gummi@gmx.net> | 2013-09-11 00:14:18 +0200 |
commit | c2bbf5c773d6479ab41f9cb6c5c0d197226f4932 (patch) | |
tree | 3f8e028f0567b2367c1fe108d79564a87457262a | |
parent | 9d3c788e6f53da821b2fb21e2dd3b98d1b4c479c (diff) | |
download | cacert-devel-c2bbf5c773d6479ab41f9cb6c5c0d197226f4932.tar.gz cacert-devel-c2bbf5c773d6479ab41f9cb6c5c0d197226f4932.tar.xz cacert-devel-c2bbf5c773d6479ab41f9cb6c5c0d197226f4932.zip |
bug-1208: add Last Resort
-rw-r--r-- | www/styles/default.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/styles/default.css b/www/styles/default.css index ce48cd8..f0c04ae 100644 --- a/www/styles/default.css +++ b/www/styles/default.css @@ -659,8 +659,12 @@ div.footerbar { @font-face { font-family: 'Source Code Pro'; src: local('Source Code Pro'); - src: url(/res/fonts/SourceCodePro-Medium.ttf); +/* src: url(/res/fonts/SourceCodePro-Medium.ttf); */ } +@font-face { + font-family: 'Last Resort'; + src: local('Last Resort'); +/* src: url(/res/fonts/LastResort.ttf); */ .accountdetail { font-family: 'Source Code Pro','Lucida Console','Arial Unicode MS',monospace,'Last Resort'; |