1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

web/slide_puzzle: use hosted font for Plaster

This commit is contained in:
Kevin Moore
2019-06-14 11:06:38 -07:00
parent 3bad92abb6
commit 92b6848c3c
3 changed files with 16 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
"family": "Plaster",
"fonts": [
{
"asset": "plaster.woff2"
"asset": "https://fonts.gstatic.com/l/font?kit=DdTm79QatW80eRh4EitJPNLPUrnLdNiMw9JVKCON&skey=6748ccde38e8a5e5&v=v10"
}
]
}

View File

@@ -0,0 +1,15 @@
### Material Icon font
Via https://google.github.io/material-design-icons/#icon-font-for-the-web
Via https://fonts.googleapis.com/icon?family=Material+Icons
### Plaster font
Via https://fonts.google.com/specimen/Plaster
Via https://fonts.googleapis.com/css?family=Plaster&text=0123456789
*Note `text=` includes only the used characters 0-9.*
*HT to https://twitter.com/csswizardry/status/1139435442506469376*