diff --git a/sass/_fonts.scss b/sass/_fonts.scss index 5787bf0..2501fd0 100644 --- a/sass/_fonts.scss +++ b/sass/_fonts.scss @@ -1,12 +1,24 @@ @font-face { font-family: "roboto"; - src: url(fonts/roboto-regular.ttf); + src: url('fonts/roboto-regular.woff2?#iefix') format('woff2'), + url('fonts/roboto-regular.woff') format('woff'), + url('fonts/roboto-regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: "roboto"; - src: url(fonts/roboto-bold.ttf); + src: url('fonts/roboto-bold.woff2?#iefix') format('woff2'), + url('fonts/roboto-bold.woff') format('woff'), + url('fonts/roboto-bold.ttf') format('truetype'); font-weight: bold; font-style: normal; } +@font-face { + font-family: "roboto"; + src: url('fonts/roboto-italic.woff2?#iefix') format('woff2'), + url('fonts/roboto-italic.woff') format('woff'), + url('fonts/roboto-italic.ttf') format('truetype'); + font-weight: normal; + font-style: italic; +} diff --git a/static/fonts/roboto-bold.ttf b/static/fonts/roboto-bold.ttf index d998cf5..1b64e85 100644 Binary files a/static/fonts/roboto-bold.ttf and b/static/fonts/roboto-bold.ttf differ diff --git a/static/fonts/roboto-bold.woff b/static/fonts/roboto-bold.woff new file mode 100644 index 0000000..7c10867 Binary files /dev/null and b/static/fonts/roboto-bold.woff differ diff --git a/static/fonts/roboto-bold.woff2 b/static/fonts/roboto-bold.woff2 new file mode 100644 index 0000000..40516d3 Binary files /dev/null and b/static/fonts/roboto-bold.woff2 differ diff --git a/static/fonts/roboto-italic.ttf b/static/fonts/roboto-italic.ttf new file mode 100644 index 0000000..6ee4d8f Binary files /dev/null and b/static/fonts/roboto-italic.ttf differ diff --git a/static/fonts/roboto-italic.woff b/static/fonts/roboto-italic.woff new file mode 100644 index 0000000..5492602 Binary files /dev/null and b/static/fonts/roboto-italic.woff differ diff --git a/static/fonts/roboto-italic.woff2 b/static/fonts/roboto-italic.woff2 new file mode 100644 index 0000000..8b85845 Binary files /dev/null and b/static/fonts/roboto-italic.woff2 differ diff --git a/static/fonts/roboto-regular.ttf b/static/fonts/roboto-regular.ttf index 2b6392f..6977f31 100644 Binary files a/static/fonts/roboto-regular.ttf and b/static/fonts/roboto-regular.ttf differ diff --git a/static/fonts/roboto-regular.woff b/static/fonts/roboto-regular.woff new file mode 100644 index 0000000..0530498 Binary files /dev/null and b/static/fonts/roboto-regular.woff differ diff --git a/static/fonts/roboto-regular.woff2 b/static/fonts/roboto-regular.woff2 new file mode 100644 index 0000000..db53eb5 Binary files /dev/null and b/static/fonts/roboto-regular.woff2 differ