diff --git a/src/styles/global.css b/src/styles/global.css index 4048b83..7c95241 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -96,6 +96,14 @@ li { font-style: normal; } +@font-face { + font-family: 'Roboto'; + src: url('/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), + url('/fonts/Roboto-Bold.woff') format('woff'), url('/fonts/Roboto-Bold.ttf') format('truetype'); + font-weight: 700; + font-style: bold; +} + @font-face { font-family: 'Roboto'; src: url('/fonts/Roboto-Light.ttf') format('truetype');