The console has net::ERR_ABORTED404 (Not Found) error and cannot be resolved.

Asked 2 years ago, Updated 2 years ago, 46 views

I am experiencing a font_1_honokamin.ttf error in the console, but I cannot resolve it.

style.scss

@font-face{
    font-family: 'A little tomorrow morning';
    src:url('font_1_honokamin.ttf')format('truetype');
    font-weight:normal;
    font-style:normal;
}

View 

<link href="https://change_change.com/assets/font_1_honokamin.ttf"rel="font">

ruby-on-rails ruby html

2022-09-30 16:32

1 Answers

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.