diff --git a/services/web/frontend/fonts/lato-v22-latin-ext-700.woff b/services/web/frontend/fonts/lato-v22-latin-ext-700.woff new file mode 100644 index 0000000000..8ff1545338 Binary files /dev/null and b/services/web/frontend/fonts/lato-v22-latin-ext-700.woff differ diff --git a/services/web/frontend/fonts/lato-v22-latin-ext-700.woff2 b/services/web/frontend/fonts/lato-v22-latin-ext-700.woff2 new file mode 100644 index 0000000000..b10c152dcf Binary files /dev/null and b/services/web/frontend/fonts/lato-v22-latin-ext-700.woff2 differ diff --git a/services/web/frontend/fonts/lato-v22-latin-ext-700italic.woff b/services/web/frontend/fonts/lato-v22-latin-ext-700italic.woff new file mode 100644 index 0000000000..a1e110ede1 Binary files /dev/null and b/services/web/frontend/fonts/lato-v22-latin-ext-700italic.woff differ diff --git a/services/web/frontend/fonts/lato-v22-latin-ext-700italic.woff2 b/services/web/frontend/fonts/lato-v22-latin-ext-700italic.woff2 new file mode 100644 index 0000000000..e480a20cb5 Binary files /dev/null and b/services/web/frontend/fonts/lato-v22-latin-ext-700italic.woff2 differ diff --git a/services/web/frontend/fonts/lato-v22-latin-ext-italic.woff b/services/web/frontend/fonts/lato-v22-latin-ext-italic.woff new file mode 100644 index 0000000000..06fe84cce6 Binary files /dev/null and b/services/web/frontend/fonts/lato-v22-latin-ext-italic.woff differ diff --git a/services/web/frontend/fonts/lato-v22-latin-ext-italic.woff2 b/services/web/frontend/fonts/lato-v22-latin-ext-italic.woff2 new file mode 100644 index 0000000000..d28c025e1b Binary files /dev/null and b/services/web/frontend/fonts/lato-v22-latin-ext-italic.woff2 differ diff --git a/services/web/frontend/fonts/lato-v22-latin-ext-regular.woff b/services/web/frontend/fonts/lato-v22-latin-ext-regular.woff new file mode 100644 index 0000000000..40ed56a598 Binary files /dev/null and b/services/web/frontend/fonts/lato-v22-latin-ext-regular.woff differ diff --git a/services/web/frontend/fonts/lato-v22-latin-ext-regular.woff2 b/services/web/frontend/fonts/lato-v22-latin-ext-regular.woff2 new file mode 100644 index 0000000000..1d46153341 Binary files /dev/null and b/services/web/frontend/fonts/lato-v22-latin-ext-regular.woff2 differ diff --git a/services/web/frontend/fonts/lato.css b/services/web/frontend/fonts/lato.css index 771a6ba5a1..bdec385fe0 100644 --- a/services/web/frontend/fonts/lato.css +++ b/services/web/frontend/fonts/lato.css @@ -1,24 +1,32 @@ -@font-face { - font-family: 'Lato'; - font-style: normal; - font-weight: 300; - src: local('Lato Light'), local('Lato-Light'), - url('lato-v16-latin-ext-300.woff2') format('woff2'), - url('lato-v16-latin-ext-300.woff') format('woff'); -} @font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; src: local('Lato Regular'), local('Lato-Regular'), - url('lato-v16-latin-ext-regular.woff2') format('woff2'), - url('lato-v16-latin-ext-regular.woff') format('woff'); + url('lato-v22-latin-ext-regular.woff2') format('woff2'), + url('lato-v22-latin-ext-regular.woff') format('woff'); +} +@font-face { + font-family: 'Lato'; + font-style: italic; + font-weight: 400; + src: local('Lato Italic'), local('Lato-Italic'), + url('lato-v22-latin-ext-italic.woff2') format('woff2'), + url('lato-v22-latin-ext-italic.woff') format('woff'); } @font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; src: local('Lato Bold'), local('Lato-Bold'), - url('lato-v16-latin-ext-700.woff2') format('woff2'), - url('lato-v16-latin-ext-700.woff') format('woff'); + url('lato-v22-latin-ext-700.woff2') format('woff2'), + url('lato-v22-latin-ext-700.woff') format('woff'); +} +@font-face { + font-family: 'Lato'; + font-style: italic; + font-weight: 700; + src: local('Lato BoldItalic'), local('Lato-BoldItalic'), + url('lato-v22-latin-ext-700italic.woff2') format('woff2'), + url('lato-v22-latin-ext-700italic.woff') format('woff'); }