mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
19 lines
282 B
HTML
19 lines
282 B
HTML
<!doctype html>
|
|
<meta charset="utf-8">
|
|
<style>
|
|
@font-face {
|
|
font-family: 'pwtest-iconfont';
|
|
src: url('./iconfont.woff2') format('woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
body {
|
|
font-family: 'pwtest-iconfont';
|
|
}
|
|
|
|
</style>
|
|
<span>+-</span>
|
|
|