mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-23 04:19:48 +00:00
Update font and add robots.txt file
This commit is contained in:
@@ -1,39 +1,11 @@
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
src: url('../../assets/fonts/Poppins-Regular.woff2') format('woff2'),
|
||||
url('../../assets/fonts/Poppins-Regular.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-family: 'Cabin';
|
||||
src: url('../../assets/fonts/Cabin.woff2') format('woff2'),
|
||||
url('../../assets/fonts/Cabin.ttf') format('truetype');
|
||||
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: 'Poppins', Times, serif;
|
||||
font-family: 'Cabin', Times, serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user