Website Sources
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
603 B

@font-face {
font-family: 'Roboto-Regular';
src: url('/font/roboto/regular.eot');
src: url('/font/roboto/regular.eot?#iefix') format('embedded-opentype'),
/*url('/font/roboto/regular.woff2') format('woff2'), @TODO */
url('/font/roboto/regular.woff') format('woff'),
url('/font/roboto/regular.ttf') format('truetype'),
url('/font/roboto/regular.svg#robotolight') format('svg');
font-weight: normal;
font-style: normal
}
@font-face {
font-family: "bootstrap-icons";
src: url('/font/bi/set.woff2') format('woff2'),
url('/font/bi/set.woff') format('woff');
}