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.
23 lines
442 B
23 lines
442 B
@tailwind base; |
|
@tailwind components; |
|
@tailwind utilities; |
|
@font-face { |
|
font-family: "iransans-medium"; |
|
src: url(./assets/fonts/iransans/ttf/IRANSansWeb_Medium.ttf); |
|
} |
|
|
|
body { |
|
font-family: iransans-medium; |
|
direction: rtl; |
|
background-color: #f5f5f5; |
|
} |
|
|
|
.comment-num { |
|
font-size: 8px; |
|
padding-top: 4px; |
|
padding-bottom: 2px; |
|
padding-left: 4px; |
|
padding-right: 4px; |
|
border-radius: 50%; |
|
} |
|
/*# sourceMappingURL=index.css.map */ |