From d7f315ef2fffca5bb9fc166c1fb2f8ffe25fccd5 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 21 Nov 2011 15:49:26 +0000 Subject: [PATCH] #css font-family : verdana --- html/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/html/style.css b/html/style.css index b54ec63a1..6eb25a09a 100644 --- a/html/style.css +++ b/html/style.css @@ -628,7 +628,7 @@ div.popup_border_title { border: 2px outset #201e87; background-color:#879ED4; font-size: 110% ; - font-family: helvetica,sans-serif; + font-family: verdana,helvetica,sans-serif; font-style: italic; font-weight: bolder; text-align:center; @@ -650,7 +650,7 @@ div.popup_border_notitle { /*border:dotted 1px black;*/ border: 3px outset #201e87; background-color: #879ED4; - font-family: helvetica,sans-serif; + font-family: verdana,helvetica,sans-serif; font-style: italic; font-weight: bolder; text-align:center; @@ -672,7 +672,7 @@ div.popup_content { overflow: auto; background-color:#DFE7FF; font-size:10px ; - font-family: helvetica,sans-serif; + font-family: verdana,helvetica,sans-serif; font-style: normal; font-weight: normal; color: black; @@ -798,7 +798,7 @@ a#anchorbutton, .button, a.button,div.content a.button { font-weight: bold; text-decoration:none; - font-family: helvetica,sans-serif; + font-family: verdana,helvetica,sans-serif; background-image: url("image/bg-submit2.gif"); background-repeat: repeat-x; background-position: left; @@ -993,7 +993,7 @@ div#wait_box { background-color:#F1E6E6; font-size:10; - font-family:helvetica,arial,sans-serif; + font-family: verdana,helvetica,arial,sans-serif; padding:0; margin:0; overflow:hidden;