libvirt/docs/css/main.css
Andrea Bolognani 8c2d9794dc docs: Move font definitions with other CSS files
We have a subdirectory specifically for CSS files now, so it makes
sense to have the stylesheet that defines fonts to be there too.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2022-01-04 15:47:28 +01:00

5 lines
101 B
CSS

@import url(fonts.css);
@import url(generic.css);
@import url(libvirt.css);
@import url(mobile.css);