mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
test(e2e): force roboto font on all systems (#15993)
This commit is contained in:
@ -22,12 +22,12 @@ Checkboxes allow the selection of multiple options from a set of options. They a
|
||||
|
||||
## Events
|
||||
|
||||
| Event | Description |
|
||||
| ----------- | ---------------------------------------------- |
|
||||
| `ionBlur` | Emitted when the toggle loses focus. |
|
||||
| `ionChange` | Emitted when the checked property has changed. |
|
||||
| `ionFocus` | Emitted when the toggle has focus. |
|
||||
| `ionStyle` | Emitted when the styles change. |
|
||||
| Event | Detail | Description |
|
||||
| ----------- | ----------------------- | ---------------------------------------------- |
|
||||
| `ionBlur` | | Emitted when the toggle loses focus. |
|
||||
| `ionChange` | CheckedInputChangeEvent | Emitted when the checked property has changed. |
|
||||
| `ionFocus` | | Emitted when the toggle has focus. |
|
||||
| `ionStyle` | StyleEvent | Emitted when the styles change. |
|
||||
|
||||
|
||||
## CSS Custom Properties
|
||||
|
@ -6,8 +6,8 @@
|
||||
<title>Checkbox - Basic</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<script src="/dist/ionic.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
|
||||
<script src="/scripts/screenshot/testing.js"></script>
|
||||
<link rel="stylesheet" href="/css/ionic.bundle.css">
|
||||
<link rel="stylesheet" href="/scripts/testing/styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -6,8 +6,8 @@
|
||||
<title>Checkbox</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<script src="/dist/ionic.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
|
||||
<script src="/scripts/screenshot/testing.js"></script>
|
||||
<link rel="stylesheet" href="/css/ionic.bundle.css">
|
||||
<link rel="stylesheet" href="/scripts/testing/styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -6,8 +6,8 @@
|
||||
<title>Checkbox - Standalone</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<script src="/dist/ionic.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/css/core.css">
|
||||
<script src="/scripts/screenshot/testing.js"></script>
|
||||
<link rel="stylesheet" href="/css/core.css">
|
||||
<link rel="stylesheet" href="/scripts/testing/styles.css">
|
||||
</head>
|
||||
|
||||
<body padding>
|
||||
|
Reference in New Issue
Block a user