View difference between Paste ID: 6SwFZ3nE and
SHOW: | | - or go back to the newest paste.
1-
1+
        <style type="text/css">
2
            @font-face {
3
                font-family: 'Lobster';
4
                src: url('fonts/Lobster/Lobster.eot');
5
                src: url('fonts/Lobster/Lobster.eot?iefix') format('eot'),
6
                     url('fonts/Lobster/Lobster.woff') format('woff'),
7
                     url('fonts/Lobster/Lobster.ttf') format('truetype'),
8
                     url('fonts/Lobster/Lobster.svg#font') format('svg');
9
                font-weight: normal;
10
                font-style: normal;
11
            }
12
13
            @font-face {
14
                font-family: 'Lobster1';
15
                src: url('fonts/webfontkit-20110310-024103/Lobster.eot');
16
                src: url('fonts/webfontkit-20110310-024103/Lobster.eot?iefix') format('eot'),
17
                     url('fonts/webfontkit-20110310-024103/Lobster.woff') format('woff'),
18
                     url('fonts/webfontkit-20110310-024103/Lobster.ttf') format('truetype'),
19
                     url('fonts/webfontkit-20110310-024103/Lobster.svg#font') format('svg');
20
                font-weight: normal;
21
                font-style: normal;
22
            }
23
24
            p.p1 {font-family: "Lobster";}
25
            p.p2 {font-family: "Lobster1";}
26
        </style>
27
28
    </head>
29
    <body>
30
        <p class="p1">Это текст This text</p>
31
        <p class="p2">Это текст This text</p>
32
    </body>