Fix WebAssembly demo font loading

master
Noah 2019-12-22 18:38:56 -08:00
джерело ad9d14bdab
коміт 124718d5a0
2 змінених файлів з 5 додано та 1 видалено

@ -8,6 +8,10 @@ the web browser.
![Screenshot](examples/hello-world/screenshot.png)
**Notice:** [github.com/kirsle/render](https://github.com/kirsle/render) is a
mirror to the upstream repository at [git.kirsle.net/go/render](https://git.kirsle.net/go/render).
Issues and pull requests will be accepted at GitHub.
## Example
```go

@ -15,7 +15,7 @@
@font-face {
font-family: "DejaVuSans";
src: url("fonts/DejaVuSans.ttf") format("truetype");
src: url("DejaVuSans.ttf") format("truetype");
}
</style>
</head>