This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function google_fonts() | |
| { | |
| return $googlefonts = array( | |
| 'ABeeZee' => array('400', '700italic'), | |
| 'Abel' => array('400'), | |
| 'Abhaya Libre' => array('400', '500', '600', '700', '800'), | |
| 'Abril Fatface' => array('400'), | |
| 'Aclonica' => array('400'), | |
| 'Acme' => array('400'), | |
| 'Actor' => array('400'), |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your site. --> | |
| <!-- It contains information about your site's posts, pages, comments, categories, and other content. --> | |
| <!-- You may use this file to transfer that content from one site to another. --> | |
| <!-- This file is not intended to serve as a complete backup of your site. --> | |
| <!-- To import this information into a WordPress site follow these steps: --> | |
| <!-- 1. Log in to that site as an administrator. --> | |
| <!-- 2. Go to Tools: Import in the WordPress admin panel. --> | |
| <!-- 3. Install the "WordPress" importer from the list. --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "undef": true, | |
| "unused": true, | |
| "browser": true | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require('es6-promise').polyfill(); | |
| var gulp = require('gulp'); | |
| var sass = require('gulp-sass'); | |
| var autoprefixer = require('gulp-autoprefixer'); | |
| var rtlcss = require('gulp-rtlcss'); | |
| var rename = require('gulp-rename'); | |
| var plumber = require('gulp-plumber'); | |
| var gutil = require('gulp-util'); | |
| var concat = require('gulp-concat'); | |
| var cssnano = require('gulp-cssnano'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "jewelry-gulp", | |
| "version": "1.0.0", | |
| "description": "Jewelry WordPress Gulp Folder", | |
| "main": "index.js", | |
| "scripts": { | |
| }, | |
| "author": "netbaseteam", | |
| "license": "ISC", | |
| "devDependencies": { |