mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-14 20:37:29 +03:00
5 lines
145 B
CSS
5 lines
145 B
CSS
|
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
|
||
|
|
||
|
* {
|
||
|
font-family: 'Roboto', sans-serif!important;
|
||
|
}
|