You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.1 KiB
53 lines
1.1 KiB
/* Fonts */ |
|
@font-face{ |
|
font-family:'IRAN SANS'; |
|
src:url(./assets/fonts/IRAN\ SANS.TTF) format('truetype'); |
|
} |
|
@font-face{ |
|
font-family:'Kalameh'; |
|
src:url(./assets/fonts/Kalameh\ Regular.ttf) format('truetype'); |
|
} |
|
@font-face{ |
|
font-family:'iran yekan'; |
|
src:url(./assets/fonts/IRANYekanRegularFaNum.ttf) format('truetype'); |
|
} |
|
@font-face{ |
|
font-family:'iran yekan bold'; |
|
src:url(./assets/fonts/IRANYekanBoldFaNum.ttf) format('truetype'); |
|
} |
|
@font-face{ |
|
font-family:'poppins'; |
|
src:url(./assets/fonts/Poppins.ttf) format('truetype'); |
|
} |
|
@font-face{ |
|
font-family:'iran yekan extra bold'; |
|
src:url(./assets/fonts/IRANYekanExtraBold.ttf) format('truetype'); |
|
} |
|
|
|
|
|
|
|
body { |
|
margin: 0; |
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', |
|
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', |
|
sans-serif; |
|
-webkit-font-smoothing: antialiased; |
|
-moz-osx-font-smoothing: grayscale; |
|
} |
|
|
|
code { |
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', |
|
monospace; |
|
} |
|
*{ |
|
transition: all 0.15s; |
|
|
|
font-family: 'IRAN SANS'; |
|
|
|
} |
|
input:focus{ |
|
outline: 0px; |
|
} |
|
p{ |
|
color:#333333; |
|
} |