Skip to content
Snippets Groups Projects
Verified Commit 25347903 authored by Andreas Ellewsen's avatar Andreas Ellewsen
Browse files

Use Roboto font in frontend

parent a4fae612
No related branches found
No related tags found
1 merge request!294Greg 217 padding margin font
File added
This diff is collapsed.
File added
File added
File added
/* generated using https://google-webfonts-helper.herokuapp.com/fonts/roboto?subsets=latin */
/* roboto-regular - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('./fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('./fonts/roboto-v29-latin-regular.eot?#iefix')
format('embedded-opentype'),
/* IE6-IE8 */ url('./fonts/roboto-v29-latin-regular.woff2') format('woff2'),
/* Super Modern Browsers */ url('./fonts/roboto-v29-latin-regular.woff')
format('woff'),
/* Modern Browsers */ url('./fonts/roboto-v29-latin-regular.ttf')
format('truetype'),
/* Safari, Android, iOS */
url('./fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
......@@ -13,6 +13,8 @@ import { UserProvider } from 'providers'
import reportWebVitals from './reportWebVitals'
import FeatureProvider from './providers/featureProvider'
import './index.css'
function appRoot() {
return (
<React.StrictMode>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment