Write a first windows application
Write the famous “Hello, World” program: To output text to the console. To output text to a dialog window. To make the dialog appear after selecting a menu item. Then, if yo
Read More
In this blog post, we are going to explain how to use Google font in a WordPress website. We are going to explain step by step process
Step:1 Need to know how to add google font to a website please check the below link to check the flow
How to use google font in the Website
Setp:2 Login to WordPress control panel and go to Appearance > Editor > Style.css and paste the entire code below
@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light);
.container p {
font-family: ‘Shadows Into Light’, cursive;
}
Setp:3
Click Update File to reflect on the website. You should now see the paragraph of your site with Shadow Into Light font face.
Write the famous “Hello, World” program: To output text to the console. To output text to a dialog window. To make the dialog appear after selecting a menu item. Then, if yo
Read MoreIn this blog post, i will be able to allow you to skills to read content of images with Google Vision API. Google Vision API can easily detect and extract text from a picture . There are two annota
Read MoreIn today’s fast-paced digital world, businesses require customized software solutions to stay competitive. Off-the-shelf software often lacks the flexibility and scalability that modern business
Read More