A mixin for writing @font-face rules in SASS.
Create a font face rule. Embedded OpenType, WOFF2, WOFF, TrueType, and SVG files are automatically sourced.
@include font-face(Samplino, fonts/Samplino);| let isRefreshing = false; | |
| let refreshSubscribers = []; | |
| const instance = axios.create({ | |
| baseURL: Config.API_URL, | |
| }); | |
| instance.interceptors.response.use(response => { | |
| return response; | |
| }, error => { |
| array ( | |
| 'ALL' => 'Albania Lek', | |
| 'AFN' => 'Afghanistan Afghani', | |
| 'ARS' => 'Argentina Peso', | |
| 'AWG' => 'Aruba Guilder', | |
| 'AUD' => 'Australia Dollar', | |
| 'AZN' => 'Azerbaijan New Manat', | |
| 'BSD' => 'Bahamas Dollar', | |
| 'BBD' => 'Barbados Dollar', | |
| 'BDT' => 'Bangladeshi taka', |
| <?php | |
| $currency_symbols = array( | |
| 'AED' => 'د.إ', // ? | |
| 'AFN' => 'Af', | |
| 'ALL' => 'Lek', | |
| 'AMD' => '', | |
| 'ANG' => 'ƒ', | |
| 'AOA' => 'Kz', // ? | |
| 'ARS' => '$', | |
| 'AUD' => '$', |