1
0
mirror of https://github.com/lexogrine/dota2-react-hud.git synced 2025-12-10 01:52:49 +01:00
This commit is contained in:
Hubert Walczak 2024-10-16 18:25:30 +02:00
parent 341d28bee9
commit 84d1794dfc
No known key found for this signature in database
GPG Key ID: 17BB1C9355357860
4 changed files with 1 additions and 8 deletions

View File

@ -1,6 +0,0 @@
@font-face {
font-family: 'Stratum2';
font-style: normal;
src: url('./Stratum2/Stratum2 Bold Regular.ttf') format('truetype');
}

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: 'Rajdhani','Stratum2', 'Montserrat', 'Roboto', sans-serif;
font-family: 'Rajdhani','Montserrat', 'Roboto', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/*background-image: url('./HUD/image.png');/**/