summaryrefslogtreecommitdiffstats
path: root/style-fonts.css
blob: 43fa3412afed48077aaddcb68aac392e6bb3254c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

@font-face{
    font-family:"Lucida Grande";
    src:url(/fonts/lucida_grande_regular-webfont.woff2) format('woff2'),
        url(/fonts/lucida_grande_regular-webfont.woff) format('woff');
    font-weight:normal;font-style:normal;}

@font-face{
    font-family:"Lucida Grande";
    src:url(/fonts/lucida_grande_bold-webfont.woff2) format('woff2'),
        url(/fonts/lucida_grande_bold-webfont.woff) format('woff');
    font-weight:bold;font-style:normal;}