Add roboto fonts
This commit is contained in:
parent
247f77e184
commit
3f3107f1e1
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ task cleanNoTranslate(type: Delete) {
|
|||
|
||||
|
||||
task collectFonts(type: Copy) {
|
||||
from "../../resources/fonts"
|
||||
from "../../resources/rendering_styles/fonts"
|
||||
// from "../../resources/rendering_styles/fonts/OpenSans"
|
||||
into "assets/fonts"
|
||||
|
|
Loading…
Reference in a new issue