| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- @font-face {
- font-family: "lato";
- font-style: normal;
- font-stretch: normal;
- font-weight: 400;
- src: url("../fonts/LatoLatin-Regular.woff") format("woff");
- }
- @font-face {
- font-family: "lato";
- font-style: italic;
- font-stretch: normal;
- font-weight: 400;
- src: url("../fonts/LatoLatin-Italic.woff") format("woff");
- }
- @font-face {
- font-family: "lato";
- font-style: normal;
- font-stretch: normal;
- font-weight: 700;
- src: url("../fonts/LatoLatin-Bold.woff") format("woff");
- }
- @font-face {
- font-family: "lato";
- font-style: italic;
- font-stretch: normal;
- font-weight: 700;
- src: url("../fonts/LatoLatin-BoldItalic.woff") format("woff");
- }
- @font-face {
- font-family: "spectral";
- font-style: normal;
- font-stretch: normal;
- font-weight: 400;
- src: url("../fonts/Spectral-Regular.woff") format("woff");
- }
- @font-face {
- font-family: "spectral";
- font-style: italic;
- font-stretch: normal;
- font-weight: 400;
- src: url("../fonts/Spectral-Italic.woff") format("woff");
- }
- @font-face {
- font-family: "spectral";
- font-style: normal;
- font-stretch: normal;
- font-weight: 700;
- src: url("../fonts/Spectral-Bold.woff") format("woff");
- }
- @font-face {
- font-family: "spectral";
- font-style: italic;
- font-stretch: normal;
- font-weight: 700;
- src: url("../fonts/Spectral-BoldItalic.woff") format("woff");
- }
|