mirror of
https://github.com/lexogrine/cs2-react-hud.git
synced 2025-12-10 03:52:48 +01:00
Compare commits
No commits in common. "263e9633f835812cfcbe89dfcfdd73d613dcde47" and "4dec09c043b7f6051a40cee6a8c42ed82d3ad6f9" have entirely different histories.
263e9633f8
...
4dec09c043
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,4 +23,3 @@ dist-ssr
|
|||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
src/HUD/Radar2
|
|
||||||
@ -4,10 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>LHM CS2 Default HUD</title>
|
<title>Vite + React + TS</title>
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cs2-react-hud",
|
"name": "cs2-react-hud",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.5",
|
"version": "1.0.4",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"zip": "npm-build-zip",
|
"zip": "npm-build-zip",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name":"LHM CS2 Default HUD",
|
"name":"LHM CS2 Default HUD",
|
||||||
"version":"1.0.5",
|
"version":"1.0.3",
|
||||||
"author":"Lexogrine",
|
"author":"Lexogrine",
|
||||||
"legacy": false,
|
"legacy": false,
|
||||||
"radar": true,
|
"radar": true,
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
@import "fonts/montserrat.css";
|
@import "fonts/montserrat.css";
|
||||||
|
@import "fonts/stratum2.css";
|
||||||
html,
|
html,
|
||||||
body,
|
body,
|
||||||
#root {
|
#root {
|
||||||
@ -8,7 +9,7 @@ body,
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: "Rajdhani", 'Montserrat', 'Roboto', sans-serif;
|
font-family: 'Stratum2', 'Montserrat', 'Roboto', sans-serif;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
/*background-image: url('./assets/bg.png');/**/
|
/*background-image: url('./assets/bg.png');/**/
|
||||||
|
|||||||
BIN
src/fonts/Stratum2/Stratum2 Bold Regular.ttf
Normal file
BIN
src/fonts/Stratum2/Stratum2 Bold Regular.ttf
Normal file
Binary file not shown.
BIN
src/fonts/Stratum2/Stratum2 Bold Regular.woff
Normal file
BIN
src/fonts/Stratum2/Stratum2 Bold Regular.woff
Normal file
Binary file not shown.
6
src/fonts/stratum2.css
Normal file
6
src/fonts/stratum2.css
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Stratum2';
|
||||||
|
font-style: normal;
|
||||||
|
src: url('./Stratum2/Stratum2 Bold Regular.ttf') format('truetype');
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user