I have a D7 multisite platform which contains a sites/all/libraries/fonts/<fontname>
directory, within which are several font files of type .eot
, .ttf
, .woff
and .woff2
.
I am porting one of the D7 sites to a new D9 platform, where I have created a D9 version of the D7 theme. I want to use these fonts on the D9 site.
To where should I copy these D7 font files on the new D9 site, and how do I tell the D9 theme about them? (as in, updating the theme.info.yml
and theme.libraries.yml
files somehow?)