23 lines
448 B
HTML
23 lines
448 B
HTML
<!DOCTYPE html>
|
|
|
|
<style>
|
|
@font-face {
|
|
font-family: IcTestFullWidth;
|
|
src: url(../css-values/resources/IcTestFullWidth.woff2);
|
|
}
|
|
:root {
|
|
font-family: IcTestFullWidth;
|
|
}
|
|
</style>
|
|
|
|
<p style="font-family: sans-serif">The following two lines should look exactly the same.</p>
|
|
|
|
<div style="font-size: 1ic">
|
|
<div style="font-family: sans-serif;">
|
|
Text.
|
|
</div>
|
|
|
|
<div style="font-family: sans-serif;">
|
|
Text.
|
|
</div>
|
|
</div>
|