font family

This commit is contained in:
VividTruthKeeper 2023-01-20 19:21:32 +05:00
parent 841ad65bbe
commit 64c3198b02
1 changed files with 2 additions and 0 deletions

View File

@ -1,8 +1,10 @@
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;
box-sizing: border-box; box-sizing: border-box;
scroll-behavior: smooth; scroll-behavior: smooth;
font-family: "Open Sans", sans-serif;
} }
html { html {