Font Embedding in yootheme
http://yootheme.com/themes/documentation/developers/less-customization
or
copy /themes/yoo_vida_wp/less/customizer.json
to /custom/less/customizer.json and if the file doesn’t exist create it
then go to google and find what you want to add and edit the link accordingly to the font you want to edit
http://www.google.com/fonts/
or
get the fonts from http://www.google.com/fonts/ and on top of custom.css
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,700italic,600italic,400italic,800,800italic&subset=latin,greek);
.uk-navbar-nav > li > a {
font-family: ‘Open Sans’, sans-serif;
}
body {
color: #666666;font-family: ‘Open Sans’, sans-serif;
}
embed custom fonts, google fonts embed, yootheme tutorial