@golstats/gsc-game-info 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/dist/css/fonts.css +91 -0
  2. package/dist/favicon.ico +0 -0
  3. package/dist/fonts/Montserrat-Black.otf +0 -0
  4. package/dist/fonts/Montserrat-BlackItalic.otf +0 -0
  5. package/dist/fonts/Montserrat-Bold.otf +0 -0
  6. package/dist/fonts/Montserrat-BoldItalic.otf +0 -0
  7. package/dist/fonts/Montserrat-ExtraBold.otf +0 -0
  8. package/dist/fonts/Montserrat-ExtraBoldItalic.otf +0 -0
  9. package/dist/fonts/Montserrat-ExtraLight.otf +0 -0
  10. package/dist/fonts/Montserrat-ExtraLightItalic.otf +0 -0
  11. package/dist/fonts/Montserrat-Italic.otf +0 -0
  12. package/dist/fonts/Montserrat-Light.otf +0 -0
  13. package/dist/fonts/Montserrat-LightItalic.otf +0 -0
  14. package/dist/fonts/Montserrat-Medium.otf +0 -0
  15. package/dist/fonts/Montserrat-MediumItalic.otf +0 -0
  16. package/dist/fonts/Montserrat-Regular.otf +0 -0
  17. package/dist/fonts/Montserrat-SemiBold.otf +0 -0
  18. package/dist/fonts/Montserrat-SemiBoldItalic.otf +0 -0
  19. package/dist/fonts/Montserrat-Thin.otf +0 -0
  20. package/dist/fonts/Montserrat-ThinItalic.otf +0 -0
  21. package/dist/fonts/Poppins-Black.otf +0 -0
  22. package/dist/fonts/Poppins-BlackItalic.otf +0 -0
  23. package/dist/fonts/Poppins-Bold.otf +0 -0
  24. package/dist/fonts/Poppins-BoldItalic.otf +0 -0
  25. package/dist/fonts/Poppins-ExtraBold.otf +0 -0
  26. package/dist/fonts/Poppins-ExtraBoldItalic.otf +0 -0
  27. package/dist/fonts/Poppins-ExtraLight.otf +0 -0
  28. package/dist/fonts/Poppins-ExtraLightItalic.otf +0 -0
  29. package/dist/fonts/Poppins-Italic.otf +0 -0
  30. package/dist/fonts/Poppins-Light.otf +0 -0
  31. package/dist/fonts/Poppins-LightItalic.otf +0 -0
  32. package/dist/fonts/Poppins-Medium.otf +0 -0
  33. package/dist/fonts/Poppins-MediumItalic.otf +0 -0
  34. package/dist/fonts/Poppins-Regular.otf +0 -0
  35. package/dist/fonts/Poppins-SemiBold.otf +0 -0
  36. package/dist/fonts/Poppins-SemiBoldItalic.otf +0 -0
  37. package/dist/fonts/Poppins-Thin.otf +0 -0
  38. package/dist/fonts/Poppins-ThinItalic.otf +0 -0
  39. package/dist/gsc-info-game.js +3413 -0
  40. package/dist/gsc-info-game.umd.cjs +5 -0
  41. package/dist/style.css +1 -0
  42. package/package.json +1 -1
@@ -0,0 +1,91 @@
1
+
2
+
3
+ /*FUENTES*/
4
+ @font-face {
5
+ font-family: 'Poppins-Black';
6
+ src: url('/fonts/Poppins-Black.otf') format('opentype');
7
+ }
8
+ @font-face {
9
+ font-family: 'Poppins-BlackItalic';
10
+ src: url('/fonts/Poppins-BlackItalic.otf') format('opentype');
11
+ }
12
+ @font-face {
13
+ font-family: 'Poppins-Bold';
14
+ src: url('/fonts/Poppins-Bold.otf') format('opentype');
15
+ }
16
+ @font-face {
17
+ font-family: 'Poppins-BoldItalic';
18
+ src: url('/fonts/Poppins-BoldItalic.otf') format('opentype');
19
+ }
20
+ @font-face {
21
+ font-family: 'Poppins-ExtraBold';
22
+ src: url('/fonts/Poppins-ExtraBold.otf') format('opentype');
23
+ }
24
+ @font-face {
25
+ font-family: 'Poppins-ExtraBoldItalic';
26
+ src: url('/fonts/Poppins-ExtraBoldItalic.otf') format('opentype');
27
+ }
28
+ @font-face {
29
+ font-family: 'Poppins-ExtraLight';
30
+ src: url('/fonts/Poppins-ExtraLight.otf') format('opentype');
31
+ }
32
+ @font-face {
33
+ font-family: 'Poppins-ExtraLightItalic';
34
+ src: url('/fonts/Poppins-ExtraLightItalic.otf') format('opentype');
35
+ }
36
+ @font-face {
37
+ font-family: 'Poppins-Italic';
38
+ src: url('/fonts/Poppins-Italic.otf') format('opentype');
39
+ }
40
+ @font-face {
41
+ font-family: 'Poppins-Light';
42
+ src: url('/fonts/Poppins-Light.otf') format('opentype');
43
+ }
44
+ @font-face {
45
+ font-family: 'Poppins-LightItalic';
46
+ src: url('/fonts/Poppins-LightItalic.otf') format('opentype');
47
+ }
48
+ @font-face {
49
+ font-family: 'Poppins-MediumItalic';
50
+ src: url('/fonts/Poppins-MediumItalic.otf') format('opentype');
51
+ }
52
+ @font-face {
53
+ font-family: 'Poppins-Medium';
54
+ src: url('/fonts/Poppins-Medium.otf') format('opentype');
55
+ }
56
+ @font-face {
57
+ font-family: 'Poppins-Regular';
58
+ src: url('/fonts/Poppins-Regular.otf') format('opentype');
59
+ }
60
+ @font-face {
61
+ font-family: 'Poppins-SemiBold';
62
+ src: url('/fonts/Poppins-SemiBold.otf') format('opentype');
63
+ }
64
+ @font-face {
65
+ font-family: 'Poppins-SemiBoldItalic';
66
+ src: url('/fonts/Poppins-SemiBoldItalic.otf') format('opentype');
67
+ }
68
+ @font-face {
69
+ font-family: 'Poppins-ThinItalic';
70
+ src: url('/fonts/Poppins-ThinItalic.otf') format('opentype');
71
+ }
72
+ @font-face {
73
+ font-family: 'Poppins-Thin';
74
+ src: url('/fonts/Poppins-Thin.otf') format('opentype');
75
+ }
76
+
77
+ /*FUENTES*/
78
+ @font-face {
79
+ font-family: 'Montserrat-SemiBold';
80
+ src: url('/fonts/Montserrat-SemiBold.otf') format('opentype');
81
+ }
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file