mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 13:38:51 +00:00
Update font and add robots.txt file
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
User-agent: *
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
Sitemap: https://example.com/sitemap.xml
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,39 +1,11 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Poppins';
|
font-family: 'Cabin';
|
||||||
src: url('../../assets/fonts/Poppins-Regular.woff2') format('woff2'),
|
src: url('../../assets/fonts/Cabin.woff2') format('woff2'),
|
||||||
url('../../assets/fonts/Poppins-Regular.ttf') format('truetype');
|
url('../../assets/fonts/Cabin.ttf') format('truetype');
|
||||||
font-weight: 400;
|
|
||||||
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Poppins';
|
|
||||||
src: url('../../assets/fonts/Poppins-Medium.woff2') format('woff2'),
|
|
||||||
url('../../assets/fonts/Poppins-Medium.ttf') format('truetype');
|
|
||||||
font-weight: 500;
|
|
||||||
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Poppins';
|
|
||||||
src: url('../../assets/fonts/Poppins-SemiBold.woff2') format('woff2'),
|
|
||||||
url('../../assets/fonts/Poppins-SemiBold.ttf') format('truetype');
|
|
||||||
font-weight: 600;
|
|
||||||
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Poppins';
|
|
||||||
src: url('../../assets/fonts/Poppins-Bold.woff2') format('woff2'),
|
|
||||||
url('../../assets/fonts/Poppins-Bold.ttf') format('truetype');
|
|
||||||
font-weight: 700;
|
|
||||||
|
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: 'Poppins', Times, serif;
|
font-family: 'Cabin', Times, serif;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user