简体   繁体   English

更改默认 laravel 字体问题

[英]Changing default laravel font issue

I'm developing a laravel and bootstrap 4 based system我正在开发基于 laravel 和 bootstrap 4 的系统

I tried to change default laravel font Nunito to Lato,我试图将默认的 laravel 字体 Nunito 更改为 Lato,

So I changed, app.css于是我改了,app.css

@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";

to

@import url(https://fonts.googleapis.com/css?family=Lato);@charset "UTF-8";

And replaced all the "Nunito" in my app.css to "Lato",并将我的 app.css 中的所有“Nunito”替换为“Lato”,

But still the "Nunito" font loading...但仍然是“Nunito”字体加载......

How can I change the font and where am i doing wrong?如何更改字体以及我在哪里做错了?

I think you have to change the font family in the _variable.sass for your case font-family: 'Finlandica', sans-serif;我认为您必须为您的案例更改 _variable.sass 中的字体系列 font-family: 'Finlandica', sans-serif;

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM