Hey all
Anyway to add custom fonts into the CSS ?
I had a try by adding the fonts to the www directory and refering back but no luck, im not great with CSS / html
Hey all
Anyway to add custom fonts into the CSS ?
I had a try by adding the fonts to the www directory and refering back but no luck, im not great with CSS / html
If anyone is interested its actually quite easy to setup google fonts (although would need internet to pull)
@import url('https://fonts.googleapis.com/css?family=Roboto');
font-family: 'Roboto', sans-serif;
thats it done…