Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!doctype html> <title>Example</title> <link href="//fonts.googleapis.com/css?family=Lora" rel="stylesheet"> <style> div { font-family: Lora, serif; font-size: 35vw; } .clig-off { font-variant-ligatures: no-common-ligatures; color: gray; } .clig-on { font-variant-ligatures: common-ligatures; color: orange; } </style> <div> <span class="clig-off">fi</span> <span class="clig-on">fi</span> </div>
Preview