Hello
I have copied and pasted a font from my Windows fonts folder into my VB.NET fonts folder. What I would like to do is change the font-style and colour of the title 'Register' (please see attachment) from its current style/colour to the font I have imported.
The only reference I can see in my VB.NET project to the word 'Register' is here:
<%@ Page Title="**Register**" Language="VB" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeFile="Register.aspx.vb" Inherits="Account_Register" %>
I am referring to that 'Page Title'. Is it that which I need to change, and in which file would I change it, please, to my chosen font? In other words, which page at the moment (CSS) stylises that title 'Register'?
Thank you.