Skip to content

Documentation Issue #624

@mungruez

Description

@mungruez

NO ONE KNOWS WHAT IS THE NAME OF FONT FAMILY FOR EACH CASCADIA CODE BOLD, ITALIC , REGULAR, SO I HAVE TO TYPE
@font-face {
font-family: 'cascadiacodeitalic';
src: url('./Fonts./CascadiaCodeItalic.woff2') format('woff2');
font-weight: normal;
font-style: italic;
}

OR

@font-face {
font-family: 'cascadiacode-italic';
src: url('./Fonts./CascadiaCodeItalic.woff2') format('woff2');
font-weight: normal;
font-style: italic;
}

@font-face {
font-family: 'cascadiacode_italic';
src: url('./Fonts./CascadiaCodeItalic.woff2') format('woff2');
font-weight: normal;
font-style: italic;
}

OR

@font-face {
font-family: 'Cascadia Code Italic';
src: url('./Fonts./CascadiaCodeItalic.woff2') format('woff2');
font-weight: normal;
font-style: italic;
}

OR

@font-face {
font-family: 'CascadiaCode-Italic';
src: url('./Fonts./CascadiaCodeItalic.woff2') format('woff2');
font-weight: normal;
font-style: italic;
}

A REAL SUPER HEADACHE FROM SOMETHING THAT IS SUPPOSED TO BE SIMPLE . none of the 614 videos nor the 323 videos on Udemy https://turing.udemy.com/course/understand-javascript/learn/lecture/2237452#overview can help with this !!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions