mirror of
https://github.com/lexogrine/dota2-react-hud.git
synced 2025-12-10 01:52:49 +01:00
fix
This commit is contained in:
parent
341d28bee9
commit
84d1794dfc
Binary file not shown.
Binary file not shown.
@ -1,6 +0,0 @@
|
|||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Stratum2';
|
|
||||||
font-style: normal;
|
|
||||||
src: url('./Stratum2/Stratum2 Bold Regular.ttf') format('truetype');
|
|
||||||
}
|
|
||||||
@ -1,5 +1,4 @@
|
|||||||
@import "fonts/montserrat.css";
|
@import "fonts/montserrat.css";
|
||||||
@import "fonts/stratum2.css";
|
|
||||||
html,
|
html,
|
||||||
body,
|
body,
|
||||||
#root {
|
#root {
|
||||||
@ -9,7 +8,7 @@ body,
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: 'Rajdhani','Stratum2', 'Montserrat', 'Roboto', sans-serif;
|
font-family: 'Rajdhani','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('./HUD/image.png');/**/
|
/*background-image: url('./HUD/image.png');/**/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user