Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
noblogs-composer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Noblogs
noblogs-composer
Commits
eeece1cd
Commit
eeece1cd
authored
4 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Remove fonts patch on micro theme
No longer necessary.
parent
7002ff8b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
composer.patches.json
+0
-3
0 additions, 3 deletions
composer.patches.json
patches/themes/0193-Removed-Google-Fonts-Apis-from-micro-theme.patch
+0
-26
0 additions, 26 deletions
...mes/0193-Removed-Google-Fonts-Apis-from-micro-theme.patch
with
0 additions
and
29 deletions
composer.patches.json
+
0
−
3
View file @
eeece1cd
...
...
@@ -139,9 +139,6 @@
"Remove Google Fonts API"
:
"patches/themes/0189-removed-googleapis-fonts-from-bliss-theme.patch"
,
"Change footer"
:
"patches/themes/0223-bliss-footer.patch"
},
"wpackagist-theme/micro"
:
{
"Remove Google Fonts API"
:
"patches/themes/0193-Removed-Google-Fonts-Apis-from-micro-theme.patch"
},
"wpackagist-theme/thematic"
:
{
"Change footer"
:
"patches/themes/0223-thematic-footer.patch"
}
...
...
This diff is collapsed.
Click to expand it.
patches/themes/0193-Removed-Google-Fonts-Apis-from-micro-theme.patch
deleted
100644 → 0
+
0
−
26
View file @
7002ff8b
From 4af5fa9d3c978396b8c873d5bb3617de8a1c2b64 Mon Sep 17 00:00:00 2001
From: lucha <lucha@paranoici.org>
Date: Sat, 14 Jan 2017 17:19:00 +0100
Subject: [PATCH 193/229] Removed Google Fonts Apis from micro theme
---
wp-content/themes/micro/functions.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/wp-content/themes/micro/functions.php b/wp-content/themes/micro/functions.php
index fe2757d4..e2ac1723 100644
--- a/wp-content/themes/micro/functions.php
+++ b/wp-content/themes/micro/functions.php
@@ -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 );
--
2.17.1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment