css3 - css what am I missing to imitate this font -
css3 - css what am I missing to imitate this font -
i tried design menu on photoshot , result
but when tried same think when css, got result:
there little different in fonts , maybe fonts weight though tried same thing,
could tell me please on anyway can create sec image font first one?
http://jsfiddle.net/jmf36/
the text locates on #sidebar
id style:
#main-nav > li > { width: 100%; font-size: 13px; font-weight: normal; text-decoration: none; color: #fff; display: inline-block; padding: 11px 18px 11px 18px; outline: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); }
and set font in #sidebar
#sidebar { font: 13px/1.7em "open sans", "trebuchet ms", arial, sans-serif; background: #666666 url(../img/sidebar-bg.png); background-repeat: repeat; }
for parent menus dashboard, example pages, etc...
change font-size
13px
1.1 em
, alter font-weight
lighter
and sub menu regular elements, extended elements, etc...
change font-size
12 px
1 em
have @ jsfiddle
css css3 fonts
Comments
Post a Comment