I
I
Igor2015-10-26 12:42:33
css
Igor, 2015-10-26 12:42:33

Why fonts are not connected?

475438e45d934cdb963ccd2c59a5e3a1.png
welovepavel.esy.es/1/index.html I
checked the paths, they seem to be correct ...

@font-face {
    font-family: 'BebasRegular';
    src: url('../fonts/BebasRegular/BebasRegular.eot');
    src: url('../fonts/BebasRegular/BebasRegular.eot?#iefix') format('embedded-opentype');
         url('../fonts/BebasRegular/BebasRegular.woff') format('woff'),
         url('../fonts/BebasRegular/BebasRegular.ttf') format('truetype');
        
    font-style: normal;
    font-weight: norBold

@font-face {
    font-family: 'BebasBold';
    src: url('../fonts/BebasBold/BebasBold.eot');
    src: url('../fonts/BebasBold/BebasBold.eot?#iefix') format('embedded-opentype');
         url('../fonts/BebasBold/BebasBold.woff') format('woff'),
         url('../fonts/BebasBold/BebasBold.ttf') format('truetype');
        
    font-style: normal;
    font-weight: normal;
}

Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
H
holfza, 2015-10-26
@IgorBee

c2n.me/3pnJE0v missing commas

M
Mikhail, 2015-10-26
Chirskiy @chirskiy_mixail

You have an error in writing the style)
Instead of the font name, you specify: font-family: '../fonts/BebasRegular/BebasBold';

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question