mirror of
https://github.com/kenzok8/small-package
synced 2025-01-08 11:17:34 +08:00
update 2023-08-28 03:41:39
This commit is contained in:
parent
bf927047cc
commit
565cc25548
@ -47,12 +47,12 @@
|
||||
/* ICON Font */
|
||||
|
||||
@font-face {
|
||||
font-family: 'argon';
|
||||
font-family: 'argone';
|
||||
src: url('../fonts/argon.eot?u6kthm');
|
||||
src: url('../fonts/argon.eot?u6kthm#iefix') format('embedded-opentype'),
|
||||
url('../fonts/argon.ttf?u6kthm') format('truetype'),
|
||||
url('../fonts/argon.woff?u6kthm') format('woff'),
|
||||
url('../fonts/argon.svg?u6kthm#argon') format('svg');
|
||||
url('../fonts/argon.svg?u6kthm#argone') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
@ -61,7 +61,7 @@
|
||||
[class^="icon-"],
|
||||
[class*=" icon-"] {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'argon' !important;
|
||||
font-family: 'argone' !important;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
|
Loading…
Reference in New Issue
Block a user