mirror of https://github.com/sveltejs/svelte
failing test for #1398
parent
a75d5935a3
commit
94df4e9151
@ -0,0 +1 @@
|
||||
h1.svelte-y972lp{font-family:'Comic Sans Pro'}@font-face{font-family:'Comic Sans Pro';src:url("./comic-sans-pro.woff")format("woff");font-style: normal}
|
@ -0,0 +1,13 @@
|
||||
<h1>Hello World</h1>
|
||||
|
||||
<style>
|
||||
h1 {
|
||||
font-family: 'Comic Sans Pro';
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Comic Sans Pro';
|
||||
src: url("./comic-sans-pro.woff") format("woff");
|
||||
font-style: normal;
|
||||
}
|
||||
</style>
|
Loading…
Reference in new issue