Fix WebAssembly demo font loading

master
Noah 2019-12-22 18:38:56 -08:00
parent ad9d14bdab
commit 124718d5a0
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,10 @@ the web browser.
![Screenshot](examples/hello-world/screenshot.png) ![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 ## Example
```go ```go

View File

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