Normal font
Mono font
Sans font
Custom font - Roboto
Hey there! this is a test
This is bold This is italic actually, and it's pretty cool This is underline this is small this is markedthis is code THIS IS A SPAN AND SHOULDNT BE ANY DIFFERENT
Text in a pre element is displayed in a fixed-width font, and it preserves both spaces and line breaks
So
Opacity 75% with cursor pointer and z-index 10 - Text should show pointer cursor, not I-beam
Opacity 50% with cursor text and z-index 20 - Text should show I-beam cursor
Custom opacity 0.25 with cursor default and z-index 999 - Text should show arrow cursor
Cursor move - Text should show move cursor
Cursor crosshair - Text should show crosshair cursor
Cursor help - Text should show help cursor
Cursor not-allowed - Text should show forbidden cursor
This paragraph is inside a div with cursor-pointer.
Both paragraphs should show pointer cursor instead of default I-beam.
This nested paragraph should also inherit the pointer cursor.