13 lines
300 B
HTML
13 lines
300 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<meta charset=utf-8>
|
|
<title>COLRv1 font test: using the tech() function</title>
|
|
<style>
|
|
@font-face {
|
|
font-family: CAhem;
|
|
src: url("../fonts/fira/FiraSans-Regular.otf");
|
|
}
|
|
#test { font: 100px/1 CAhem, serif; margin: 10px; padding: 10px; }
|
|
</style>
|
|
|
|
<div id="test">ABC</div>
|