diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-09-11 00:21:12 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-09-11 00:21:12 +0200 |
commit | bb8d3806aba559657b5098ab57fc1a905400ecd8 (patch) | |
tree | ba97f84c3edd6842c36f3bdc7655dba44470cfd1 | |
parent | e069dd2724ca60604ed87a6309941945cbc0198e (diff) | |
download | cacert-devel-bb8d3806aba559657b5098ab57fc1a905400ecd8.tar.gz cacert-devel-bb8d3806aba559657b5098ab57fc1a905400ecd8.tar.xz cacert-devel-bb8d3806aba559657b5098ab57fc1a905400ecd8.zip |
bug 1208: Last Resort has no space in name when installed locally
-rw-r--r-- | www/styles/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/styles/default.css b/www/styles/default.css index 424e100..cc1db7a 100644 --- a/www/styles/default.css +++ b/www/styles/default.css @@ -663,7 +663,7 @@ div.footerbar { } @font-face { font-family: 'Last Resort'; - src: local('Last Resort'); + src: local('LastResort'); /* src: url(/res/fonts/LastResort.ttf); */ } |