Now I can import Google Font by create a new theme and change the default module theme to the new one. I copy all css from the original theme to the new one and it's work well. I don't know what I've done something wrong in the original default theme because there was only this css in the style sheet.
@import url('https://fonts.googleapis.com/css2?family=Mitr');
* {
font-family: 'Mitr';
}

P.S. I've tried to create a new app, new module and then add that css to the default theme, but the font is not working. So I create the new theme and change the module theme to the new one. It's work fine. Anyway, It's finally work. Thank you so much of the suggestion. š