I'm making a portfolio for my girlfriend to practice with rails and I have a pair of issues, first of all here is the website hosted in Heroku: https://damp-inlet-9409.herokuapp.com/
1.- When you go to "Contact", I want to send an email with the data provided there, but I don't have any idea how to do it, even looking for answers here, what people want to do is to send an email to the user after registering, so it's not the same problem
2.- When you watch the website on the phone, the font of the navbar and the title doesn't display, the font is 'Mostly Mono' and I have it with a font-face like this:
@font-face {
font-family: 'MostlyMono';
src: url('http://www.fontsaddict.com/fontface/mostly-mono.ttf'); }