Importing Fonts

PHOTO EMBED

Tue Dec 26 2023 19:54:04 GMT+0000 (Coordinated Universal Time)

Saved by @Marcelluki

/* Header.css */

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/Robotocondensed.woff') format('woff');
}

.header-title {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    max-width: 220px;
    margin: 0 auto 58px;
    text-transform: uppercase;
} 
content_copyCOPY

https://tripleten.com/trainer/web/lesson/a6036347-14d2-40cd-93f6-d08a9c2d2ecf/task/f6e5b7ab-9da4-4871-873a-36c4461f0c89/