1
0
mirror of https://github.com/lexogrine/cs2-react-hud.git synced 2026-05-03 12:03:10 +02:00
This commit is contained in:
Hubert Walczak
2024-10-16 18:19:30 +02:00
parent 4dec09c043
commit ed39bdb41e
6 changed files with 6 additions and 9 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
@import "fonts/montserrat.css";
@import "fonts/stratum2.css";
html,
body,
#root {
@@ -9,7 +8,7 @@ body,
body {
margin: 0;
font-family: 'Stratum2', 'Montserrat', 'Roboto', sans-serif;
font-family: "Rajdhani", 'Montserrat', 'Roboto', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/*background-image: url('./assets/bg.png');/**/
Binary file not shown.
Binary file not shown.
-6
View File
@@ -1,6 +0,0 @@
@font-face {
font-family: 'Stratum2';
font-style: normal;
src: url('./Stratum2/Stratum2 Bold Regular.ttf') format('truetype');
}