11 lines
279 B
CSS
11 lines
279 B
CSS
|
|
||
|
@font-face {
|
||
|
font-family: "Roboto", sans-serif;
|
||
|
src: url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
|
||
|
}
|
||
|
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Oxygen", sans-serif;
|
||
|
src: url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap');
|
||
|
}
|