Files
hustoj/web/bsadmin/assets/less/fonts.less
2024-10-10 12:56:56 +08:00

35 lines
1.4 KiB
Plaintext

@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
/*----------------font-------------------*/
@font-face {
font-family: 'MontserratLight';
src: url('../fonts/MontserratLight.eot');
src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
url('../fonts/MontserratLight.woff2') format('woff2'),
url('../fonts/MontserratLight.woff') format('woff'),
url('../fonts/MontserratLight.ttf') format('truetype'),
url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
}
@font-face {
font-family: 'Glyphicons Halflings';
src:url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot');
src:url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/fonts/glyphicons-halflings-regular.woff') format('woff'),
url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}