Sign in
webkit
/
WebKit
/
4a12667b4cecb17e84375f8db50c9b2d39b06fe4
/
.
/
LayoutTests
/
fast
/
css
/
variables
/
test-suite
/
support
/
external-variable-font-face.css
blob: 87f0609ba3d1422eb2af8ddbb73e13d9892ecccb [
file
] [
log
] [
blame
]
@
font-face
{
--
a
:
MyTestFontName
;
font-family
:
var
(--
a
);
src
:
url
(
./Ahem.ttf
);
}
@
font-face
{
font-family
:
MyTestFontName2
;
src
:
url
(
./Ahem.ttf
);
}
#
a
{
font-family
:
MyTestFontName
,
serif
;
}
#
b
{
font-family
:
MyTestFontName2
,
serif
;
}