Files
granblue-party/node_modules/dom-to-image-more/spec/resources/fonts/web-fonts/rules-relative.css
2026-04-13 07:15:44 +00:00

9 lines
173 B
CSS

@font-face {
font-family: 'Font1';
src: url('../font1.woff') format('woff');
}
@font-face {
font-family: 'Font2';
src: url('font2.woff2') format('woff2');
}