mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-05 19:41:44 +08:00
wip: font-awesome-icon
This commit is contained in:
parent
3ba0463950
commit
16b9aeb45c
33
src/assets/style/font_awesome/fontawesome.scss
vendored
33
src/assets/style/font_awesome/fontawesome.scss
vendored
@ -1,29 +1,6 @@
|
||||
$fa-font-path : "./webfonts" !default;
|
||||
$fa-font-display : block !default;
|
||||
/* import fontawesome icon */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 6 Free';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: $fa-font-display;
|
||||
src: url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),
|
||||
url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 6 Brands';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: $fa-font-display;
|
||||
src: url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'),
|
||||
url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 6 Free';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: $fa-font-display;
|
||||
src: url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),
|
||||
url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype');
|
||||
}
|
||||
@import "scss/fontawesome";
|
||||
@import "scss/brands";
|
||||
@import "scss/solid";
|
||||
@import "scss/regular";
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
@import 'auxiliary';
|
||||
@import 'mixin';
|
||||
@import 'flex';
|
||||
/* #ifndef H5 */
|
||||
//@import "./font_awesome/fontawesome";
|
||||
/* #endif */
|
||||
|
||||
/* import fontawesome icon */
|
||||
@import 'font_awesome/fontawesome';
|
||||
|
@ -3,12 +3,6 @@ import App from './App.vue';
|
||||
import { setupStore } from '@/state';
|
||||
import '@/assets/style/main.scss';
|
||||
|
||||
/* import fontawesome icon */
|
||||
import '@fortawesome/fontawesome-free/scss/fontawesome.scss';
|
||||
import '@fortawesome/fontawesome-free/scss/brands.scss';
|
||||
import '@fortawesome/fontawesome-free/scss/solid.scss';
|
||||
import '@fortawesome/fontawesome-free/scss/regular.scss';
|
||||
|
||||
export function createApp() {
|
||||
const app = createSSRApp(App);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user