Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
predictors
/
lcpp_font.html
blob: 54dd342a5d96ba361bdb32842d1312a123a5c7ff [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<style
type
=
"text/css"
>
@
font-face
{
font-family
:
'Test0'
;
src
:
url
(
'/predictors/font.ttf'
)
format
(
'truetype'
);
}
h1
{
font-family
:
'Test0'
,
sans-serif
;
}
</style>
<body>
<h1>
Test0
</h1>
</body>
</html>