Skip to content

Commit

Permalink
revert site to old
Browse files Browse the repository at this point in the history
  • Loading branch information
behdanisohrab committed Oct 11, 2023
1 parent f5edd6b commit 8f5cdaf
Show file tree
Hide file tree
Showing 9 changed files with 2,393 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Personal Website
34 changes: 34 additions & 0 deletions assets/css/input.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;200;300;400;500;600;700;800;900&display=swap');

@tailwind base;
@tailwind components;
@tailwind utilities;


body {
font-family: 'Ubuntu', 'Vazirmatn', system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
font-weight: 400;

font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
}

html {
scroll-behavior: smooth;
}

/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar, .scroll-hide::-webkit-scrollbar {
display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html, .scroll-hide{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
Loading

0 comments on commit 8f5cdaf

Please sign in to comment.