ok
Browse files
Remotion-app/src/HelloWorld/constants.js
CHANGED
@@ -3,6 +3,6 @@
|
|
3 |
export const COLOR_1 = '#86A8E7';
|
4 |
export const COLOR_2 = '#91EAE4';
|
5 |
|
6 |
-
export const FONT_FAMILY = '
|
7 |
export const FPS = 30;
|
8 |
export const DURATION = 70 * FPS; // 30 seconds
|
|
|
3 |
export const COLOR_1 = '#86A8E7';
|
4 |
export const COLOR_2 = '#91EAE4';
|
5 |
|
6 |
+
export const FONT_FAMILY = 'Pacifico';
|
7 |
export const FPS = 30;
|
8 |
export const DURATION = 70 * FPS; // 30 seconds
|