WEB
Quasar 외곽선 아이콘 사용하는 방법
이팔청춘
2023. 8. 25. 10:27
여기에 보면 o_를 붙이라는 설명이 있다.
https://quasar.dev/vue-components/icon#Webfont-usage
qusar.config.js에서
material-icons-outlined를 추가
extras: [
// 'ionicons-v4',
// 'mdi-v5',
// 'fontawesome-v6',
// 'eva-icons',
// 'themify',
// 'line-awesome',
// 'roboto-font-latin-ext', // this or either 'roboto-font', NEVER both!
//'roboto-font', // optional, you are not bound to it
'material-icons', // optional, you are not bound to it
'material-icons-outlined',
],
아이콘 이름 home을 o_home로 변경하면 아래와 같이 변경

