From 02ed84129c2bc607862fa48aba00cb74f5cb989f Mon Sep 17 00:00:00 2001 From: kimitake Date: Tue, 30 Jan 2007 07:35:20 +0000 Subject: [PATCH] fixed font name git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@177 1ca29b6e-896d-4ea0-84a5-967f57386b96 --- nucleus/styles/bookmarklet.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nucleus/styles/bookmarklet.css b/nucleus/styles/bookmarklet.css index f55cc72..403c68d 100755 --- a/nucleus/styles/bookmarklet.css +++ b/nucleus/styles/bookmarklet.css @@ -1,19 +1,19 @@ /* style definitions for the bookmarklet - $Id: bookmarklet.css,v 1.5 2006-07-17 20:03:45 kimitake Exp $ - $NucleusJP: bookmarklet.css,v 1.4 2006/07/12 07:11:48 kimitake Exp $ + $Id: bookmarklet.css,v 1.6 2007-01-30 07:35:20 kimitake Exp $ + $NucleusJP: bookmarklet.css,v 1.5 2006/07/17 20:03:45 kimitake Exp $ */ body { font-size: small; background: #fff; color: #000; - font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif + font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif; } textarea { - font-family: "Hiragino Kaku Gothic Pro W3", "MS PGothic", "Osaka", sans-serif; + font-family: "Hiragino Kaku Gothic Pro W3", "MS P Gothic", "Osaka", sans-serif; } h1 { -- 2.11.0