@needle-tools/engine
Version:
Needle Engine is a web-based runtime for 3D apps. It runs on your machine for development with great integrations into editors like Unity or Blender - and can be deployed onto any device! It is flexible, extensible and networking and XR are built-in.
8 lines • 624 B
JavaScript
// Font URLs used by Needle Engine UI.
// Shared between the runtime (fonts.ts) and the build plugin (plugins/vite/asap.js)
// to keep preload links and runtime loads in sync.
export const robotoFlexFontUrl = "https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap";
// Using a static (non-variable) font because the variable font is quite large
// eslint-disable-next-line no-secrets/no-secrets
export const materialSymbolsFontUrl = "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block";
//# sourceMappingURL=font-urls.js.map