12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- /**
- * @license
- * MyFonts Webfont Build ID 3101542, 2015-10-02T04:13:40-0400
- *
- * The fonts listed in this notice are subject to the End User License
- * Agreement(s) entered into by the website owner. All other parties are
- * explicitly restricted from using the Licensed Webfonts(s).
- *
- * You may obtain a valid license at the URLs below.
- *
- * Webfont: CiutadellaRounded-Medium by Emtype Foundry
- * URL: http://www.myfonts.com/fonts/emtype/ciutadella-rounded/medium/
- *
- * Webfont: CiutadellaRounded-Light by Emtype Foundry
- * URL: http://www.myfonts.com/fonts/emtype/ciutadella-rounded/light/
- *
- *
- * License: http://www.myfonts.com/viewlicense?type=web&buildid=3101542
- * Licensed pageviews: 10,000
- * Webfonts copyright: Copyright (c) 2015 by Eduardo Manso. All rights reserved.
- *
- * © 2015 MyFonts Inc
- */
- /* @import must be at top of file, otherwise CSS will not work */
- /*@import url("//hello.myfonts.net/count/2f5366");*/
- @font-face {
- font-family:'CiutadellaRounded';
- src: url('webfonts/2F5366_0_0.eot');
- src: url('webfonts/2F5366_0_0.eot?#iefix') format('embedded-opentype'),
- url('webfonts/2F5366_0_0.woff2') format('woff2'),
- url('webfonts/2F5366_0_0.woff') format('woff'),
- url('webfonts/2F5366_0_0.ttf') format('truetype');
- font-weight: bold;
- }
- @font-face {
- font-family:'CiutadellaRounded';
- src: url('webfonts/2F5366_1_0.eot');
- src: url('webfonts/2F5366_1_0.eot?#iefix') format('embedded-opentype'),
- url('webfonts/2F5366_1_0.woff2') format('woff2'),
- url('webfonts/2F5366_1_0.woff') format('woff'),
- url('webfonts/2F5366_1_0.ttf') format('truetype');
- font-weight: normal;
- }
|