8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
@font-face {
|
|
font-family: 'Lato' !important;
|
|
src: url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
|
|
}
|
|
body, html, div {
|
|
font-family: 'Lato' !important;
|
|
}
|