diff --git a/src/presentation/styles/fonts.scss b/src/presentation/styles/fonts.scss
index 029f8aad..6c2cc944 100644
--- a/src/presentation/styles/fonts.scss
+++ b/src/presentation/styles/fonts.scss
@@ -1,28 +1,33 @@
-/* latin-ext */
-@font-face {
- font-family: 'Slabo 27px';
- font-style: normal;
- font-weight: 400;
- src: local('Slabo 27px'), local('Slabo27px-Regular'), url('~@/presentation/styles/fonts/Slabo27px-v6.woff2') format('woff2');
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
- }
- /* latin */
- @font-face {
- font-family: 'Slabo 27px';
- font-style: normal;
- font-weight: 400;
- src: local('Slabo 27px'), local('Slabo27px-Regular'), url('~@/presentation/styles/fonts/Slabo27px-v6.woff2') format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
- }
- /* latin */
- @font-face {
- font-family: 'Yesteryear';
- font-style: normal;
- font-weight: 400;
- src: local('Yesteryear'), local('Yesteryear-Regular'), url('~@/presentation/styles/fonts/yesteryear-v8.woff2') format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
- }
+// https://google-webfonts-helper.herokuapp.com/fonts
- $normal-font: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
- $artistic-font: 'Yesteryear', cursive;
- $fancy-font: 'Slabo 27px';
\ No newline at end of file
+/* slabo-27px-regular - latin-ext_latin */
+@font-face {
+ font-family: 'Slabo 27px';
+ font-style: normal;
+ font-weight: 400;
+ src: url('~@/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
+ src: local('Slabo 27px'), local('Slabo27px-Regular'),
+ url('~@/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('~@/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
+ url('~@/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
+ url('~@/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('~@/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.svg#Slabo27px') format('svg'); /* Legacy iOS */
+}
+
+/* yesteryear-regular - latin */
+@font-face {
+ font-family: 'Yesteryear';
+ font-style: normal;
+ font-weight: 400;
+ src: url('~@/presentation/styles/fonts/yesteryear-v8-latin-regular.eot'); /* IE9 Compat Modes */
+ src: local('Yesteryear'), local('Yesteryear-Regular'),
+ url('~@/presentation/styles/fonts/yesteryear-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('~@/presentation/styles/fonts/yesteryear-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
+ url('~@/presentation/styles/fonts/yesteryear-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
+ url('~@/presentation/styles/fonts/yesteryear-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('~@/presentation/styles/fonts/yesteryear-v8-latin-regular.svg#Yesteryear') format('svg'); /* Legacy iOS */
+}
+
+$normal-font: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
+$artistic-font: 'Yesteryear', cursive;
+$fancy-font: 'Slabo 27px';
\ No newline at end of file
diff --git a/src/presentation/styles/fonts/Slabo27px-v6.woff2 b/src/presentation/styles/fonts/Slabo27px-v6.woff2
deleted file mode 100644
index ca619e74..00000000
Binary files a/src/presentation/styles/fonts/Slabo27px-v6.woff2 and /dev/null differ
diff --git a/src/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.eot b/src/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.eot
new file mode 100644
index 00000000..166a6df1
Binary files /dev/null and b/src/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.eot differ
diff --git a/src/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.svg b/src/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.svg
new file mode 100644
index 00000000..20c9a645
--- /dev/null
+++ b/src/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.svg
@@ -0,0 +1,313 @@
+
+
+
diff --git a/src/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.ttf b/src/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.ttf
new file mode 100644
index 00000000..4533665c
Binary files /dev/null and b/src/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.ttf differ
diff --git a/src/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.woff b/src/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.woff
new file mode 100644
index 00000000..a786f68a
Binary files /dev/null and b/src/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.woff differ
diff --git a/src/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.woff2 b/src/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.woff2
new file mode 100644
index 00000000..b7c27544
Binary files /dev/null and b/src/presentation/styles/fonts/slabo-27px-v6-latin-ext_latin-regular.woff2 differ
diff --git a/src/presentation/styles/fonts/yesteryear-v8-latin-regular.eot b/src/presentation/styles/fonts/yesteryear-v8-latin-regular.eot
new file mode 100644
index 00000000..d8d631dd
Binary files /dev/null and b/src/presentation/styles/fonts/yesteryear-v8-latin-regular.eot differ
diff --git a/src/presentation/styles/fonts/yesteryear-v8-latin-regular.svg b/src/presentation/styles/fonts/yesteryear-v8-latin-regular.svg
new file mode 100644
index 00000000..33854697
--- /dev/null
+++ b/src/presentation/styles/fonts/yesteryear-v8-latin-regular.svg
@@ -0,0 +1,726 @@
+
+
+
diff --git a/src/presentation/styles/fonts/yesteryear-v8-latin-regular.ttf b/src/presentation/styles/fonts/yesteryear-v8-latin-regular.ttf
new file mode 100644
index 00000000..6245f2c4
Binary files /dev/null and b/src/presentation/styles/fonts/yesteryear-v8-latin-regular.ttf differ
diff --git a/src/presentation/styles/fonts/yesteryear-v8-latin-regular.woff b/src/presentation/styles/fonts/yesteryear-v8-latin-regular.woff
new file mode 100644
index 00000000..73cdd87b
Binary files /dev/null and b/src/presentation/styles/fonts/yesteryear-v8-latin-regular.woff differ
diff --git a/src/presentation/styles/fonts/yesteryear-v8.woff2 b/src/presentation/styles/fonts/yesteryear-v8-latin-regular.woff2
similarity index 100%
rename from src/presentation/styles/fonts/yesteryear-v8.woff2
rename to src/presentation/styles/fonts/yesteryear-v8-latin-regular.woff2