diff --git a/fonts/S6uyw4BMUTPHjx4wXg.woff2 b/fonts/S6uyw4BMUTPHjx4wXg.woff2 new file mode 100644 index 0000000..ff60934 Binary files /dev/null and b/fonts/S6uyw4BMUTPHjx4wXg.woff2 differ diff --git a/fonts/S6uyw4BMUTPHjxAwXjeu.woff2 b/fonts/S6uyw4BMUTPHjxAwXjeu.woff2 new file mode 100644 index 0000000..edb9fa6 Binary files /dev/null and b/fonts/S6uyw4BMUTPHjxAwXjeu.woff2 differ diff --git a/fonts/lato-v23-latin-regular.eot b/fonts/lato-v23-latin-regular.eot new file mode 100644 index 0000000..2a5e20d Binary files /dev/null and b/fonts/lato-v23-latin-regular.eot differ diff --git a/fonts/lato-v23-latin-regular.svg b/fonts/lato-v23-latin-regular.svg new file mode 100644 index 0000000..55b43fb --- /dev/null +++ b/fonts/lato-v23-latin-regular.svg @@ -0,0 +1,435 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fonts/lato-v23-latin-regular.ttf b/fonts/lato-v23-latin-regular.ttf new file mode 100644 index 0000000..85b2663 Binary files /dev/null and b/fonts/lato-v23-latin-regular.ttf differ diff --git a/fonts/lato-v23-latin-regular.woff b/fonts/lato-v23-latin-regular.woff new file mode 100644 index 0000000..42f1997 Binary files /dev/null and b/fonts/lato-v23-latin-regular.woff differ diff --git a/fonts/lato-v23-latin-regular.woff2 b/fonts/lato-v23-latin-regular.woff2 new file mode 100644 index 0000000..ff60934 Binary files /dev/null and b/fonts/lato-v23-latin-regular.woff2 differ diff --git a/fonts/lato-v23-latin.zip b/fonts/lato-v23-latin.zip new file mode 100644 index 0000000..7b3209d Binary files /dev/null and b/fonts/lato-v23-latin.zip differ diff --git a/src/App.css b/src/App.css index b3072e1..b316ae4 100644 --- a/src/App.css +++ b/src/App.css @@ -37,7 +37,23 @@ } } -@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); +/* @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); */ + +/* lato-regular - latin */ +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 400; + src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */ + src: local(''), + url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */ +} + + * { box-sizing: border-box;