font family
This commit is contained in:
parent
841ad65bbe
commit
64c3198b02
|
|
@ -1,8 +1,10 @@
|
|||
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
scroll-behavior: smooth;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
}
|
||||
|
||||
html {
|
||||
|
|
|
|||
Loading…
Reference in New Issue