forked from fruitloopsnl/tpa-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfonts.html
35 lines (34 loc) · 1.97 KB
/
fonts.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<link rel="import" href="../bower_components/polymer/polymer.html">
<style is="custom-style">
/*
* ING Fonts
*/
@font-face {
font-family: "INGMe";
src: url("../fonts/INGMe/Regular/INGMeWeb-Regular.eot?#iefix");
src: url("../fonts/INGMe/Regular/INGMeWeb-Regular.eot?#iefix") format("eot"), url("../fonts/INGMe/Regular/INGMeWeb-Regular.woff") format("woff"), url("../fonts/INGMe/Regular/INGMeWeb-Regular.ttf") format("truetype"), url("../fonts/INGMe/Regular/INGMeWeb-Regular.svg#INGMeWeb-Regular") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "INGMe";
src: url("../fonts/INGMe/Bold/INGMeWeb-Bold.eot?#iefix");
src: url("../fonts/INGMe/Bold/INGMeWeb-Bold.eot?#iefix") format("eot"), url("../fonts/INGMe/Bold/INGMeWeb-Bold.woff") format("woff"), url("../fonts/INGMe/Bold/INGMeWeb-Bold.ttf") format("truetype"), url("../fonts/INGMe/Bold/INGMeWeb-Bold.svg#INGMeWeb-Bold") format("svg");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'iconfont';
src: url('../fonts/icomoon/icomoon.eot?-hzjjiq');
src: url('../fonts/icomoon/icomoon.eot?#iefix-hzjjiq') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?-hzjjiq') format('truetype'), url('../fonts/icomoon/icomoon.woff?-hzjjiq') format('woff'), url('../fonts/icomoon/icomoon.svg?-hzjjiq#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ing-icons';
src: url('../fonts/ing-icon-font/ING-icon-font.eot?-hzjjiq');
src: url('../fonts/ing-icon-font/ING-icon-font.eot?#iefix-hzjjiq') format('embedded-opentype'), url('../fonts/ing-icon-font/ING-icon-font.woff?-hzjjiq') format('woff'), url('../fonts/ing-icon-font/ING-icon-font.ttf?-hzjjiq') format('truetype'), url('../fonts/ing-icon-font/ING-icon-font.svg?-hzjjiq#ING-icon-font') format('svg');
font-weight: normal;
font-style: normal;
}
</style>