????

Your IP : 216.73.216.64


Current Path : C:/inetpub/vhost/redmine/public/themes/openmind/scss/application/
Upload File :
Current File : C:/inetpub/vhost/redmine/public/themes/openmind/scss/application/_functions.scss

// Base functions to get safe web font

@function get-base-font($key: "en") {
	@return map-get($font-family-base, $key);
}

@function get-title-font($key: "en") {
	@return map-get($font-family-title, $key);
}

@function get-heading-font($key: "en") {
	@return map-get($font-family-heading, $key);
}