More actions
Mahnsoo.choi (talk | contribs) Created page with "→Used when Chamelon skin is activated.: @font-face { font-family: 'Glyphicons Halflings'; src: url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular...." |
Mahnsoo.choi (talk | contribs) No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Used when Chamelon skin is activated. */ | /* Used when Chamelon skin is activated. */ | ||
/* Obsolete since Chameleon 2 | |||
@font-face { | @font-face { | ||
font-family: 'Glyphicons Halflings'; | font-family: 'Glyphicons Halflings'; | ||
Line 7: | Line 8: | ||
src: url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); | src: url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); | ||
} | } | ||
*/ |
Latest revision as of 15:34, 26 June 2019
/* Used when Chamelon skin is activated. */ /* Obsolete since Chameleon 2 @font-face { font-family: 'Glyphicons Halflings'; src: url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.eot'); src: url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } */