I would like to code a custom font into the header of the mobile view of my website. I have done so successfully for the regular view but it defaults into standard font when i switch to mobile view. Any ideas? This is what I have for the desktop version and it works great:
Question
JonathanSimons 0
Hello,
I would like to code a custom font into the header of the mobile view of my website. I have done so successfully for the regular view but it defaults into standard font when i switch to mobile view. Any ideas? This is what I have for the desktop version and it works great:
@font-face {
font-family: 'retro_computer_personal_use';
src: url(https://static1.squarespace.com/static/5c253509f8370a48f3940027/t/5e16848141d1895d960adb21/1578534017904/retro_computer_personal_use.ttf),
}
.Header-branding {
font-family: retro_computer_personal_use, sans-serif !important;
}
Link to post
Top Posters For This Question
2
1
Popular Days
Jan 9
2
Jan 10
1
Top Posters For This Question
JonathanSimons 2 posts
tuanphan 1 post
Popular Days
Jan 9 2020
2 posts
Jan 10 2020
1 post
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment