Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-variables
/
support
/
external-variable-font-face.css
blob: e3ad1eddb425ec0d38336e226dc4439272e76051 [
file
] [
log
] [
blame
] [
edit
]
@
font-face
{
--
a
:
MyTestFontName
;
font-family
:
var
(--
a
);
src
:
url
(
/fonts/Ahem.ttf
);
}
@
font-face
{
font-family
:
MyTestFontName2
;
src
:
url
(
/fonts/Ahem.ttf
);
}
#
a
{
font-family
:
MyTestFontName
,
serif
;
}
#
b
{
font-family
:
MyTestFontName2
,
serif
;
}