mirror of
https://github.com/LOBSTERVOVA/Tennis-Site.git
synced 2026-04-18 01:50:48 +03:00
изначальный коммит
This commit is contained in:
38
src/main/resources/static/css/fonts.css
Normal file
38
src/main/resources/static/css/fonts.css
Normal file
@@ -0,0 +1,38 @@
|
||||
@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: "Roboto Condensed", 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;
|
||||
}
|
||||
Reference in New Issue
Block a user