microsoft / cascadia-code

This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal.
Other
25.11k stars 796 forks source link

Documentation Issue #624

Open mungruez opened 2 years ago

mungruez commented 2 years ago

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 !!