Hi everyone,
I have a question about @font-face fonts.
If I want to manually specify @font-face fonts, I need to do in every project?
There is no way to set as default with the manually @font-face fonts that I want?
Thanks for your help!
M.
			
			
									
						
										
						@font-face fonts
					Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
	IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- wwonderfull
-   
- Posts: 1621
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: @font-face fonts
this is from w3schools:miguelss wrote: Sat Sep 24, 2022 4:24 pm Hi everyone,
I have a question about @font-face fonts.
If I want to manually specify @font-face fonts, I need to do in every project?
There is no way to set as default with the manually @font-face fonts that I want?
Thanks for your help!
M.
more information here https://www.w3schools.com/cssref/css3_p ... e_rule.asp
Code: Select all
@font-face {
  font-family: myFirstFont;
  src: url(sansation_light.woff);
}
div {
  font-family: myFirstFont;
}- Bluesman
-   
- Posts: 1224
- Joined: Mon Feb 01, 2016 5:43 pm
- Location: Sweden
- Contact:
Re: @font-face fonts
Hi miguelss, Maybe you can just copy a recent project were you have the fonts installed and erase all that you don't need. You maybe will use some other settings that are similar to, like breakpoints...
			
			
									
						
										
						- miguelss
-   
- Posts: 162
- Joined: Thu Aug 15, 2013 12:25 pm
- Location: Madrid, Spain
Re: @font-face fonts
Thanks a lot for your recommendations @wwonderfull & @bluesman!
I really appreciate it.
My problem is that I have a several projects already on production. All with Google Fonts. But now, in Europe this is a violation of the PrivateShield because it share information with the Google Fonts Server, and I need to remove all the Google Fonts.
I can download the Google Fonts from https://google-webfonts-helper.herokuapp.com/fonts and specify it on the project to host the fonts with the webpage. The only problem, is I need to specify the "same" fonts in each project 
 
Anyway, thanks a lot for your value help!
Take care, and see you here 
 
M.
			
			
									
						
										
						I really appreciate it.
My problem is that I have a several projects already on production. All with Google Fonts. But now, in Europe this is a violation of the PrivateShield because it share information with the Google Fonts Server, and I need to remove all the Google Fonts.
I can download the Google Fonts from https://google-webfonts-helper.herokuapp.com/fonts and specify it on the project to host the fonts with the webpage. The only problem, is I need to specify the "same" fonts in each project
 
 Anyway, thanks a lot for your value help!
Take care, and see you here
 
 M.

