mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
feat(icon): woff2 font format, smaller font files
This commit is contained in:
@ -10,7 +10,8 @@ $ionicons-version: "3.0.0" !default;
|
||||
|
||||
@font-face {
|
||||
font-family: "Ionicons";
|
||||
src: url("#{$ionicons-font-path}/ionicons.woff?v=#{$ionicons-version}") format("woff"),
|
||||
src: url("#{$ionicons-font-path}/ionicons.woff2?v=#{$ionicons-version}") format("woff2"),
|
||||
url("#{$ionicons-font-path}/ionicons.woff?v=#{$ionicons-version}") format("woff"),
|
||||
url("#{$ionicons-font-path}/ionicons.ttf?v=#{$ionicons-version}") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
Binary file not shown.
Binary file not shown.
BIN
ionic/fonts/ionicons.woff2
Normal file
BIN
ionic/fonts/ionicons.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user