Compare commits
No commits in common. "0194d152fed25d9baf87f7dc6bca53850ebe6915" and "114204b1052b040f399e75c2a24ffff77045234e" have entirely different histories.
0194d152fe
...
114204b105
4 changed files with 4 additions and 3 deletions
|
|
@ -392,7 +392,8 @@ class AddressType(DjangoObjectType):
|
|||
"postal_code",
|
||||
"country",
|
||||
"raw_data",
|
||||
"address_line",
|
||||
"address_line_1",
|
||||
"address_line_2",
|
||||
"api_response",
|
||||
"user",
|
||||
)
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -112,7 +112,7 @@
|
|||
createParticleField();
|
||||
|
||||
fontLoader = new THREE.FontLoader();
|
||||
fontLoader.load('https://wiseless.xyz/fonts/source-code-pro/source_code_pro.json', f => {
|
||||
fontLoader.load('/static/Source%20Code%20Pro%20ExtraLight_Regular.json', f => {
|
||||
loadedFont = f;
|
||||
create3DText();
|
||||
fitCameraToText();
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ CSP_CONNECT_SRC = (
|
|||
CSP_FONT_SRC = (
|
||||
"'self'",
|
||||
"https://fonts.gstatic.com",
|
||||
"https://wiseless.xyz",
|
||||
)
|
||||
|
||||
CSP_OBJECT_SRC = ("'none'",)
|
||||
|
|
|
|||
Loading…
Reference in a new issue