📜  ionic install font - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:42.393000             🧑  作者: Mango

代码示例1
// in the fonts.scss file, add the font-face for each font file
@font-face {
   font-family: 'Source Code Pro';
   src: url('../assets/fonts/SourceCodePro-ExtraLight.ttf');
   font-weight: 200;
   font-style: normal;
}

// Import font.scss; add the following line to src > app > app.scss
@import '../theme/fonts';