Skip to content
Snippets Groups Projects
Commit 88385310 authored by fibasile's avatar fibasile
Browse files

fix font load error

parent a41267cd
No related branches found
No related tags found
No related merge requests found
// app global css
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
body {
font-family: 'Montserrat', sans-serif;
}
\ No newline at end of file
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