site: add font fallback for Comic Sans MS (#2505)

pull/3943/head
Conduitry 5 years ago
parent 39bbac4393
commit 78eea640d3

@ -1,7 +1,7 @@
<style>
p {
color: purple;
font-family: 'Comic Sans MS';
font-family: 'Comic Sans MS', cursive;
font-size: 2em;
}
</style>

@ -5,7 +5,7 @@
<style>
p {
color: purple;
font-family: 'Comic Sans MS';
font-family: 'Comic Sans MS', cursive;
font-size: 2em;
}
</style>

@ -1,6 +1,6 @@
<style>
button {
font-family: 'Comic Sans MS';
font-family: 'Comic Sans MS', cursive;
font-size: 2em;
padding: 0.5em 1em;
color: royalblue;

@ -11,7 +11,7 @@ export const title = css`
`;
export const comicSans = css`
font-family: 'Comic Sans MS';
font-family: 'Comic Sans MS', cursive;
`;
export const box = css`

@ -1,7 +1,7 @@
<style>
p {
color: purple;
font-family: 'Comic Sans MS';
font-family: 'Comic Sans MS', cursive;
font-size: 2em;
}
</style>

@ -8,7 +8,7 @@ Just like in HTML, you can add a `<style>` tag to your component. Let's add some
<style>
p {
color: purple;
font-family: 'Comic Sans MS';
font-family: 'Comic Sans MS', cursive;
font-size: 2em;
}
</style>

@ -1,7 +1,7 @@
<style>
p {
color: purple;
font-family: 'Comic Sans MS';
font-family: 'Comic Sans MS', cursive;
font-size: 2em;
}
</style>

@ -5,7 +5,7 @@
<style>
p {
color: purple;
font-family: 'Comic Sans MS';
font-family: 'Comic Sans MS', cursive;
font-size: 2em;
}
</style>

@ -1,6 +1,6 @@
<style>
button {
font-family: 'Comic Sans MS';
font-family: 'Comic Sans MS', cursive;
font-size: 2em;
padding: 0.5em 1em;
color: royalblue;

@ -1,6 +1,6 @@
<style>
button {
font-family: 'Comic Sans MS';
font-family: 'Comic Sans MS', cursive;
font-size: 2em;
padding: 0.5em 1em;
color: royalblue;

Loading…
Cancel
Save