8 lines
154 B
CSS
8 lines
154 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Ruluko&display=swap');
|
|
|
|
*{
|
|
font-family: 'Ruluko', sans-serif;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|