View file style/themes/nineteen/functions.php

File size: 359B
<?php 

define('THEME_VERSION', mt_rand(1, 999999999999999)); 

add_event('init_head_theme', 'ninteen_styles_init'); 
function ninteen_styles_init() 
{
	ds_theme_style_add('https://fonts.googleapis.com/css?family=Roboto', 'ninteen-fonts', '', 'all'); 
	ds_theme_style_add(get_theme_uri() . '/css/icons.css', 'ninteen-icons', THEME_VERSION, 'all'); 
}