I can’t find the way to add new fonts to my pages. I have download some of them from a site in the web but I can’t see the easy way to declare and implement them.
its nothing special in wappler. its standard CSS
after you import your font put this in a css file or in the <style>
tag on the page.
* { font-family: "YourFontName"; }
See also:
Thanks to mrbdrm and George.