Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
noblogs-wp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
39
Issues
39
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ai
noblogs-wp
Commits
03b64801
Commit
03b64801
authored
Jan 14, 2017
by
lucha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed Google Fonts Apis from micro theme
parent
1a1f00d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
wp-content/themes/micro/functions.php
wp-content/themes/micro/functions.php
+1
-2
No files found.
wp-content/themes/micro/functions.php
View file @
03b64801
...
...
@@ -153,8 +153,7 @@ add_action( 'widgets_init', 'micro_widgets_init' );
*/
function
micro_scripts
()
{
wp_enqueue_style
(
'micro-style'
,
get_template_directory_uri
()
.
'/assets/css/master.css'
);
wp_enqueue_style
(
'primary-font'
,
'https://fonts.googleapis.com/css?family=Roboto+Mono:400,500&subset=latin,cyrillic,greek,vietnamese'
);
wp_enqueue_script
(
'micro-navigation'
,
get_template_directory_uri
()
.
'/assets/scripts/scripts.min.js'
,
array
(
"jquery"
),
'20151215'
,
true
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment