Created
February 12, 2019 10:12
-
-
Save ashour/575fffe813a4ddf16d0f32c9b73cb7af to your computer and use it in GitHub Desktop.
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
<link | |
rel="stylesheet" | |
href="//cdnjs.cloudflare.com/ajax/libs/pure/1.0.0/pure-min.css" | |
> | |
<?php if (!function_exists('pll_current_language')) { | |
throw new Exception('Polylang plugin must be installed to determine ' . | |
'current language'); | |
} ?> | |
<?php if (pll_current_language() == 'ar') : ?> | |
<link | |
rel="stylesheet" | |
href="https://fonts.googleapis.com/css?family=Lemonada|Cairo" | |
> | |
<?php else : ?> | |
<link | |
rel="stylesheet" | |
href="https://fonts.googleapis.com/css?family=Merriweather|Pacifico" | |
> | |
<?php endif; ?> | |
<link | |
rel="stylesheet" | |
href="<?php echo get_bloginfo('template_url'); ?>/style.css" | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment