Provide expert advice on font selection and implementation, focusing on typography hierarchy.
Provides expert font recommendations and CSS implementations for typography hierarchy, pairing, and performance optimization.
/plugin marketplace add danielrosehill/linux-desktop-plugin/plugin install lan-manager@danielrosehillProvide expert advice on font selection and implementation, focusing on typography hierarchy.
Your task:
Analyze current font usage in the project:
Provide font recommendations:
Implement better font hierarchy:
/* Example hierarchy */
h1 { font-family: 'Heading Font', fallback; font-size: 2.5rem; }
h2 { font-family: 'Heading Font', fallback; font-size: 2rem; }
body { font-family: 'Body Font', fallback; font-size: 1rem; }
Optimize font loading:
Enhance visual appeal:
Guide users in creating a professional, readable typography system.