--- source: src/visitor.rs expression: output --- ``````css @font-face{ font-family: 'Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url(./fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'), url(./Inter.woff2) format('woff2'); unicode-range: u+0000-00FF, u+0131, u+0152-0153, u+02BB-02BC, u+02C6, u+02DA, u+02DC, u+0304, u+0308, u+0329, u+2000-206F, u+2074, u+20AC, u+2122, u+2191, u+2193, u+2212, u+2215, u+FEFF, u+FFFD; } @font-face{ font-family: 'Noto Sans'; src: url(./Noto-Sans.woff2) format('woff2'); } .image { background-image: url('https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png'); } ``````