You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
718 B
Stylus
13 lines
718 B
Stylus
@font-face
|
|
font-family: 'Gill Sans MT'
|
|
src: url("/fonts/gill-sans-mt.ttf")
|
|
|
|
@font-face {font-family: "Moderat-Regular";
|
|
src: url("/fonts/0c3856a335fdfdb8b0652f7c3d367fdd.eot"); /* IE9*/
|
|
src: url("/fonts/0c3856a335fdfdb8b0652f7c3d367fdd.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
|
|
url("/fonts/0c3856a335fdfdb8b0652f7c3d367fdd.woff2") format("woff2"), /* chrome、firefox */
|
|
url("/fonts/0c3856a335fdfdb8b0652f7c3d367fdd.woff") format("woff"), /* chrome、firefox */
|
|
url("/fonts/0c3856a335fdfdb8b0652f7c3d367fdd.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
|
|
url("/fonts/0c3856a335fdfdb8b0652f7c3d367fdd.svg#Moderat-Regular") format("svg"); /* iOS 4.1- */
|
|
}
|