mirror of
https://github.com/LOBSTERVOVA/Tennis-Site.git
synced 2026-04-17 17:40:49 +03:00
39 lines
1.3 KiB
CSS
39 lines
1.3 KiB
CSS
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Days+One&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
|
|
|
|
body {
|
|
font-family: 'Segoe UI', system-ui, sans-serif !important;
|
|
font-optical-sizing: auto !important;
|
|
font-weight: 400 !important;
|
|
font-style: normal !important;
|
|
}
|
|
|
|
.roboto-condensed {
|
|
font-family: "Roboto Condensed", sans-serif !important;
|
|
font-optical-sizing: auto !important;
|
|
font-weight: 400 !important;
|
|
font-style: normal !important;
|
|
}
|
|
|
|
.dela-gothic-one-regular {
|
|
font-family: "Dela Gothic One", sans-serif !important;
|
|
font-weight: 400 !important;
|
|
font-style: normal !important;
|
|
}
|
|
|
|
.days-one-regular {
|
|
font-family: "Days One", sans-serif !important;
|
|
font-weight: 400 !important;
|
|
font-style: normal !important;
|
|
}
|
|
|
|
.merriweather {
|
|
font-family: "Merriweather", serif !important;
|
|
font-optical-sizing: auto !important;
|
|
font-weight: 400 !important;
|
|
font-style: normal !important;
|
|
font-variation-settings: "wdth" 100 !important;
|
|
}
|