1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 03:18:36 +00:00
Files
UXP/testing/web-platform/tests/content-security-policy/font-src/fonts.css
T

8 lines
189 B
CSS

@font-face {
font-family: 'Halflings';
src: url('/tools/runner/fonts/glyphicons-halflings-regular.woff') format('woff');
}
body {
font-family: 'Halflings', Fallback, sans-serif;
}