2024-10-10
This commit is contained in:
34
web/bsadmin/assets/less/fonts.less
Normal file
34
web/bsadmin/assets/less/fonts.less
Normal file
@@ -0,0 +1,34 @@
|
||||
|
||||
@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');
|
||||
}
|
||||
Reference in New Issue
Block a user