Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!doctype html> <title>Example</title> <link href="//fonts.googleapis.com/css?family=Fredericka+the+Great" rel="stylesheet"> <style> body { font-family: 'Fredericka the Great', serif; font-size: 20vw; color: limegreen; font-weight: bold; font-style: italic; } .off { font-synthesis: none; } .on { font-synthesis: weight style; } </style> <span class="off">Off</span> <span class="on">On</span>